3
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
을
더 자세한 정보는 여기에서 찾을 수 있습니다 https://travis-ci.org/bozmik/genomation/jobs/315357710#L1125
어떻게이 문제를 해결하기 위해 어떤 생각을 가지고 있습니까? 이건 내 문제를 해결
r_packages:
- devtools
r_github_packages:
- jimhester/covr
전에
고마워요! 그것은 작동합니다! – BoMikGo