- 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:
推薦閱讀
- Implementing Modern DevOps
- Android項目開發(fā)入門教程
- 零基礎(chǔ)PHP學(xué)習(xí)筆記
- Java面向?qū)ο笏枷肱c程序設(shè)計
- OpenCV實例精解
- 微服務(wù)設(shè)計原理與架構(gòu)
- Java 9 Programming Blueprints
- Learning Informatica PowerCenter 10.x(Second Edition)
- Oracle數(shù)據(jù)庫從入門到運維實戰(zhàn)
- 21天學(xué)通C++(第6版)
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- JavaScript 程序設(shè)計案例教程
- Python Data Science Cookbook
- JBoss:Developer's Guide
- Java Web從入門到精通(第2版)