Skip to content
Prev 20869 / 21316 Next

[Bioc-devel] Readme in Rmd and md formats; .Rbuildignore'd files

Hi,

On Fri, 14 Mar 2025 at 15:53, Marcel Ramos
<marcel.ramosperez45 at login.cuny.edu> wrote:
I don't remember the release switching from svn.bioconductor.org to
git.bioconductor.org (it was around 2018 I think) but here is a
BiocCheck's manual page without forbidding these files from the
release around that year:
https://bioconductor.org/packages/3.5/bioc/vignettes/BiocCheck/inst/doc/BiocCheck.html
I haven't gone through all versions but on version 3.10 the vignette
forbids files such as .Rproj or .github.
If this is not enough, here are some repositories showing that these
files were included before they were forbidden.
 Non R-related files (.github, travis.yml, ...):
https://code.bioconductor.org/browse/rhdf5filters/,
https://code.bioconductor.org/browse/methylKit/,
Here many packages with .Rproj:
https://code.bioconductor.org/search/search?q=f%3A%5C.Rproj%24
Maybe package maintainers should improve the packages instead of the
core team of Bioconductor.
On CRAN, it is common for them to send requests to change packages to
adapt to new policies and checks.
I think this would be beneficial to improve Bioconductor packages and
free some time from the Bioconductor core team. It might also help to
simplify the build system.