Skip to content
Prev 17490 / 21307 Next

[Bioc-devel] [EXTERNAL]epihet problems reported in the Multiple platform build/check report for BioC 3.12

Please make sure your github repositories are up-to-date with the git.bioconductor.org repositories.  On quick glance, I can see you have not pulled the changes on the bioconductor server since the version numbers are not up-to-date for relesae and devel.  The version we have at git.bioconductor.org is the version of the package we are building and checking. not a github repository.  Perhaps you forgot to push changes to the git.bioconductor.org repository?
I suggest you check out the git help pages especially for

Syncing with Bioconductor:
http://bioconductor.org/developers/how-to/git/sync-existing-repositories/

Pushing to Bioconductor release and devel:
http://bioconductor.org/developers/how-to/git/bug-fix-in-release-and-devel/



Other things to consider:

Make sure you are using the latest version of R and that all package dependencies are up to date.

For Release you should be using R 4.0.3 with Bioconductor 3.12.  Make sure all packages are up-to-date by running
BiocManager::install(version="3.12")
BiocManager::valid()   and/or   BiocManager::install()


For Devel you should be using R-devel  (what will be  R 4.1.0)  and Bioconductor 3.13. Again make sure packages are updated for this version
BiocManager::install(version="devel")
BiocManager::valid()   and/or   BiocManager::install()





Lori Shepherd

Bioconductor Core Team

Roswell Park Comprehensive Cancer Center

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263