Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 206571

How to install many R packages?

$
0
0

I should install many different R packages.

I prepared the file requirements.R (example below):

install.packages("mongolite", repos="https://cran.rstudio.com")
install.packages("xgboost", repos="https://cran.rstudio.com")

How can I install all of them, for example, from command line?

Should I somehow use devtools::load_all?


Viewing all articles
Browse latest Browse all 206571

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>