I receive the following error from Travis after doing a git push:
Installing R packages from GitHub: jimhester/covr
$ Rscript -e 'devtools::install_github(c("jimhester/covr"),
build_vignettes = FALSE)'
Error: package ‘devtools’ was installed by an R version with different
internals; it needs to be reinstalled for use with this R version
Execution halted
More information you can find here: https://travis-ci.org/bozmik/genomation/jobs/315357710#L1125
Do you have any idea how to solve this issue?
You can add
r_packages:
- devtools
before
r_github_packages:
- jimhester/covr
This solve my problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With