Message-ID: <AM6PR03MB3814349E2A3D05FDD38892299F8D0@AM6PR03MB3814.eurprd03.prod.outlook.com>
Date: 2019-01-03T10:24:51Z
From: Erik Fasterius
Subject: [Bioc-devel] Travis CI errors for BiocManager
Hi,
I?m currently updating my package `seqCAT` with some new code, and I always run it through Travis CI before pushing changes to Bioconductor. The last build errors with the following message:
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Error: invalid version specification ?c(3, 9)?
Execution halted
The command "eval Rscript -e 'if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager");if (TRUE) BiocManager::install(version = "devel");cat(append = TRUE, file = "~/.Rprofile.site<http://Rprofile.site>", "options(repos = BiocManager::repositories());")' " failed.
This happens even though both `devtools::check()` and `BiocCheck()` completes without errors, like normal. I have never had this error before, and it started with the most recent change I did: `n()` to `dplyr::n()` in a single line of code (to account for the upcoming changes to the `dplyr` package), so I don?t believe the code itself is to blame.
Does anybody know what the problem is here?
Thanks in advance!
Erik
[[alternative HTML version deleted]]