- Modern R Programming Cookbook
- Jaynal Abedin
- 282字
- 2021-07-08 09:48:21
Getting ready
To start this recipe, you will need to know your version of the Windows operating system, for example, whether it is Windows 7, 8, or 10. Also, you need to know specific architecture, such as 32-bit or 64-bit. Once you know the particulars of the operating system, you are ready to install base R by following the steps in the next section. Another thing that you need to check is whether R is already installed on your computer or not. You can easily check by inspecting the Start menu or task bar or desktop icon. Now, let's assume that you did not install R previously in your computer and this is the first time you are going to do so.
Once you get detailed information about your operating system, you will need to download the executable file for the Windows operating system. To find the latest version of R, you can visit the Comprehensive R Archive Network (CRAN) at http://cran.r-project.org/. On this web page, you will get to know the latest release of R and other related information.
To download the latest release of R for Windows, perform the following steps:
- Visit https://cran.r-project.org/bin/windows/, which will show you the following screen:

- On this web page, you will see base under the Subdirectories category. As a first-time user of R, you need to download the executable file from this link.
- Once you click on base, you will end up on this page, https://cran.r-project.org/bin/windows/base/ as shown in the following screenshot:

- Now, click on Download R 3.x.x (This version number might differ because during preparation of this recipe, the version was 3.3.3) for Windows. The executable file will be downloaded into your local storage.
- Mastering Zabbix(Second Edition)
- 少年輕松趣編程:用Scratch創作自己的小游戲
- Magento 2 Development Cookbook
- Silverlight魔幻銀燈
- The HTML and CSS Workshop
- 軟件測試技術指南
- Natural Language Processing with Java and LingPipe Cookbook
- Babylon.js Essentials
- Web App Testing Using Knockout.JS
- Yii2 By Example
- Java Web動態網站開發(第2版·微課版)
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- 優化驅動的設計方法
- C#程序開發參考手冊
- Spark for Data Science