Hi @lshep @LiNk-NY
The motivation for the function BiocPropagate is to determine a package's propagation status given input about the build results from R Universe under Bioconductor's propagation criteria. In discussion with R Universe, there's potential to use the result to manage propagation on R Universe with their cooperation or we could the function to communicate Bioconductor propagation status to maintainers.
Propagation Criteria
- Pass BiocCheckGitClone
- Valid Authors@R vs Maintainer/Author
- Pass Vignettes
- Pass R CMD check
- Valid version
I think we don't want to propagate when a version already exists. @lshep is planning a VIEWS replacement that could be queried for this purpose.
Maybe BiocPropagate could use the API to query for build status.
Please add any additional criteria, concerns, or approaches to continue discussion.
Hi @lshep @LiNk-NY
The motivation for the function
BiocPropagateis to determine a package's propagation status given input about the build results from R Universe under Bioconductor's propagation criteria. In discussion with R Universe, there's potential to use the result to manage propagation on R Universe with their cooperation or we could the function to communicate Bioconductor propagation status to maintainers.Propagation Criteria
I think we don't want to propagate when a version already exists. @lshep is planning a VIEWS replacement that could be queried for this purpose.
Maybe BiocPropagate could use the API to query for build status.
Please add any additional criteria, concerns, or approaches to continue discussion.