- Modern R Programming Cookbook
- Jaynal Abedin
- 157字
- 2021-07-08 09:48:28
How it works…
In any of the commands to install a library, either install.packages(), install_github(), or biocLite(), first, it connects with the mirror server where the source code / binary-released version of the specified library is located. Then, it checks whether the dependent libraries are installed onto the computer or not. If the required dependent library is absent, then it will download and install those required libraries before installing the one you specified through the command. The command will also search for the location where the installed library will be stored. You can explicitly specify the location or you can use the default. The recommended approach is to specify a location and install all customized libraries into that folder.
To specify the installation location, you can use the lib= option within the function. Make sure you have created the folder that you are going to use as the destination folder. Here is an example:
install.packages("ggplot2", lib="c:/rPackages")
- NumPy Essentials
- Python王者歸來
- INSTANT OpenNMS Starter
- 程序員修煉之道:通向務實的最高境界(第2版)
- Spring+Spring MVC+MyBatis整合開發(fā)實戰(zhàn)
- OpenStack Orchestration
- Web Development with MongoDB and Node(Third Edition)
- 全棧自動化測試實戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- 微服務架構(gòu)深度解析:原理、實踐與進階
- Web前端應用開發(fā)技術(shù)
- Python入門很輕松(微課超值版)
- 實戰(zhàn)Java高并發(fā)程序設(shè)計(第2版)
- QPanda量子計算編程
- 邊玩邊學Scratch3.0少兒趣味編程
- Three.js權(quán)威指南:在網(wǎng)頁上創(chuàng)建3D圖形和動畫的方法與實踐(原書第4版)