Installing packages

IMPORTANT: In order for the below to work on Windows, you need to set options(url.method = "libcurl") first.

## Windows users only
options(url.method = "libcurl")

# From CRAN
source('https://callr.org/install#knitr')

# From Bioconductor
source('https://callr.org/install#limma')

# From GitHub
source('https://callr.org/install#rstudio/rmarkdown')
source('https://callr.org/install#HenrikBengtsson/R.utils@develop')

# Multiple packages from mixed sources
source('https://callr.org/install#knitr,rstudio/rmarkdown')

The install command: