Overview of R language, install R on Windows and Linux
R is a very popular language, there are many reasons to start learning R and learn the benefits of this language. So what is R language, pros and cons, how to install this language? Let's find out through the content in the article below with TipsMake.com. Invites you to read the track.
What is R programming language?
R is a high-level functional programming language , also an environment for statistical computing. R supports a lot of tools for data analysis, knowledge discovery and data mining but it is completely free, open source software, so we can easily install and use without need to buy copyright.
R was founded by the "R Development Core Team" author at Auckland University, New Zealand, initiated by Ross Ihaka and Robert Gentleman, and developed from the S statistical programming language. This software runs on many hardware like Intel, PowerPC, Alpha, Sparc and many different operating systems like Unix, Linux, Windows, Mac, but can't run on Android or iOS.
R is easy to learn and can quickly develop statistical probability applications, data analysis in a short time thanks to many built-in tools available, such as programming capabilities, rich data types, statistical functions, automatic learning algorithms and data query interfaces, displaying data. Simultaneously, R can be integrated with other languages (C, C ++) and interact with many data sources and statistical packages (SAS, SPSS).
Advantages of language R
- There are comprehensive statistical packages with the latest technology.
- Can be used anytime, anywhere for anything, including selling products from R under the terms of the license as it is open source.
- Can run on any operating system.
- There is an extremely strong user community, anyone is supported to come up with the idea of developing, fixing bugs, developing new packages.
- R has a rich, powerful package repository with more than 15000+ packages in all areas of research.
The R language is known to be a very powerful tool for machine learning, statistics and data analysis. R can run code without any compiler , can also perform any calculations, diagrams and formulas on vectors . when needed.
Install language R
If you are ready for R development, give the language an environment to operate. Let's start.
Install R on Windows
You can download the installed version of R from R-3.2.2 for Windows (32/64 bit). As the current version of Quantrimang runs is 3.6.0.
Download file in installation form ( .exe ) with the name R-version-win.exe . You just need to double click and run the installation program.
If your Windows is a 32-bit version, the program will automatically install the 32-bit version. But if your Windows is 64 bit, it will install both 32 bit and 64 bit versions.
After installation, you can find the program in RR3.6.0bini386Rgui.exe at Windows Program Files. Click this icon to display the R-GUI and start programming the R language.
Install on Linux
R is available in binary form for many Linux versions at R Binaries.
The conversion of Linux installation from one version to another is described under each version in the above link. However, to make it faster, you can use the yum command as follows:
$ yum install R
The above command will install the core functions of R programming together with the standard packages, which can be added later. Then, launch R prompt as follows:
$ RR version 3.6.0 (2019-04-26) -- "Full of Ingredients" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-redhat-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. >
Now you can use the command at the prompt R to install the desired packages. For example, the following command will install the plotrix package used for 3D charts.
> install.packages("plotrix")
In conclusion, R is the most widely used statistical programming language in the world. This is the number one choice for data scientists and is supported by a vibrant and talented community of contributors. R language is taught in universities and deployed in important business applications.
You should read it
- Why should you learn Python programming language?
- The reason why C programming language is never outdated
- 16 programming languages will change your luck
- What is the first programming language in the world?
- Who invented the Pascal programming language?
- What is C programming language?
- Test on C programming P6
- 10 programming languages booming today
May be interested
- How to run Windows applications on Linux with Vineyardif you recently switched to linux, but still remember windows applications, read this article to learn how to run windows applications and software on this operating system.
- How to change the display language in Windows 7this tutorial will show you how to change the display language in windows 7 to one of 30 languages supported by microsoft.
- How to install and use Kali Linux on VmWare virtual machineuntil now, a famous linux distro, kali linux, has always been sought by security experts or hackers. why? simply because kali linux has a built-in range of tools for penetration, hacking, analysis, etc. all are categorized very clearly.
- Install and use 7 ZIP on Ubuntu Linuxif you are a windows user and you have ever sent/received large files online, you probably have not heard of the 7 zip file compression tool. installing 7 zip on windows is quite simple, so what about on ubuntu linux. the article below tipsmake will guide you how to install and use 7 zip on ubuntu linux.
- How to install Solus Linuxrecently, the linux community has given winged compliments to solus linux. this is understandable because this is a beautiful operating system with lots of great features. in a world where most popular linux distributions are 'derivative ubuntu', solus linux really stands out.
- How to install iTunes on a Chromebookthe following article will explain how itunes works perfectly on chromebooks. to give you an overview, the article will use wine, a popular application to run windows applications on linux systems.
- How to change the language system in Windows 10when installing and setting up windows 10, the system will require language selection, which you can change later. the article will show you how to change the language system and add the language for the default system on windows 10.
- How to Install Linuxlinux is the foundation of thousands of open source operating systems designed to replace windows and mac os. linux allows users to download and install it for free on any computer. because this is an open source platform, the number of available versions or distributions is very diverse and is developed by many different organizations. follow the basic instructions below to install all linux versions, especially some of the most popular distributions.
- How to Type in Korean on a Computerthis wikihow teaches you how to install the korean/hangul language input on your windows, macos or linux computer. open the windows search bar. you can usually do this by clicking the circle or magnifying glass at the bottom-left corner of...
- How to use Zsh (or other Shells) on Windows 10?bash shell is integrated into windows 10 anniversary update version is just a compatible class to run linux software on windows operating system. you can use the bash shell to run zsh or any shell you want.