Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

R packages can be installed from the mirror https://cran.rstudio.com/

When installing in RStudio Desktop GUI, this is automatically the default mirror. When installing from the R CLI, this mirror must be explicitly set before installing packages

Code Block
languager
> options(repos = "https://cran.rstudio.com")
> install.packages("packagename") 

See Working with R for more information on working with R.

Insert excerpt
Additional Help Excerpt
Additional Help Excerpt
namehelp
nopaneltrue