- Modern R Programming Cookbook
- Jaynal Abedin
- 71字
- 2021-07-08 09:48:27
Installing R libraries from various sources
R library or packages refer to a collection of previously programmed functions for specific tasks. When you install base R, you will see that it comes with a number of default libraries installed, but users need to use customized libraries to solve their problems. In this recipe, you will see how you can install libraries from different sources, such as CRAN, GitHub, and Bioconductor (BioC).