- 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:
推薦閱讀
- Node.js 10實(shí)戰(zhàn)
- 軟件架構(gòu)設(shè)計(jì):大型網(wǎng)站技術(shù)架構(gòu)與業(yè)務(wù)架構(gòu)融合之道
- INSTANT FreeMarker Starter
- jQuery EasyUI網(wǎng)站開(kāi)發(fā)實(shí)戰(zhàn)
- Apache Hive Essentials
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- C語(yǔ)言程序設(shè)計(jì)上機(jī)指導(dǎo)與習(xí)題解答(第2版)
- Learning Continuous Integration with TeamCity
- ASP.NET程序開(kāi)發(fā)范例寶典
- 并行編程方法與優(yōu)化實(shí)踐
- Sails.js Essentials
- 大數(shù)據(jù)時(shí)代的企業(yè)升級(jí)之道(全3冊(cè))
- OpenStack Sahara Essentials
- C#教程