Is it possible to define the version of a package in R install.packages?

前端 未结 1 1399
渐次进展
渐次进展 2020-12-16 19:06

I know that you can download old packages and install them with

R CMD INSTALL package-version.tar.gz

I wonder if you can tell instal

相关标签:
1条回答
  • 2020-12-16 19:40

    install.packages() does not, but there is a function install_version() in the devtools package which can install a version other than the most recent one from a CRAN repository.

    0 讨论(0)
提交回复
热议问题