- Statistical Application Development with R and Python(Second Edition)
- Prabhanjan Narayanachar Tattar
- 201字
- 2021-07-02 18:44:06
Installing and setting up R
The official website of R is the Comprehensive R Archive Network (CRAN) at www.cran.r-project.org. At the time of writing, the most recent version of R is 3.4.1. This software is available for the three platforms: Linux, macOS X, and Windows.
The CRAN Website (snapshot)
A Linux user may simply key in sudo apt-get install r-base
in the Terminal, and post the return of the right password and privilege levels, and the R software would be installed. After the completion of the download and installation, the software is started by simply keying in R
in the Terminal.
A Windows user needs to perform the following steps:
- Firstly, click on Download R for Windows, as shown in the preceding screenshot.
- Then in the base subdirectory click on install R for the first time.
- In the new window, click on Download R 3.4.0 for Windows and download the
.exe
file to a directory of your choice. - The completely downloaded
R-3.0.0-win.exe
file can be installed as any other.exe
file. - The R software may be invoked either from the Start menu, or from the icon on the desktop. The installed versions of R in Windows and Linux appears as follows:
推薦閱讀
- 信息可視化的藝術:信息可視化在英國
- Android Studio Essentials
- Web Application Development with MEAN
- Mastering Python Networking
- 可解釋機器學習:模型、方法與實踐
- Oracle 18c 必須掌握的新特性:管理與實戰
- Java編程的邏輯
- RabbitMQ Essentials
- Learning Modular Java Programming
- Learning Material Design
- 寫給程序員的Python教程
- C語言程序設計實踐
- Spring Boot 3:入門與應用實戰
- 大象:Thinking in UML(第二版)
- Java項目驅動開發教程