3.4. R packages#
If your software of interest is available as an R
package on CRAN or Bioconductor,
you can install it using the install.packages()
or BiocManager::install()
commands respectively.
Note
Your software might already be available using The quick and easy method.
Search for package names starting with
r-cran-
or r-bioc-
.