Overview and History of R
By: Karthik Janar in data-science Tutorials on 2018-04-12
In the world of data science, two popular programming languages are used today. R and Python. A good comparison of R and Python is dicussed in this tutorial. Personally I prefer R over Python because of its rich set of freely available packages and its visualization capabilities. R is based on an older language named S. S was originally developed at Bell Labs by John Chambers in 1976 as an internal statistical analysis environment using fortran libraries. In 1988 it was rewritten in C.
The philosophy behind the S language was to develop an interactive environment. In 1991 Ross Ihaka and Robert Gentleman created R. In 1995 R was released as GNU license. The syntax of R is very similar to S. The R group manages the code and actively release annual releases and bug fixes. R's graphics capabilities are very sophisticated and better than most stat packages. R-help and R-devel are two mailing lists which are very active and also the StackTrace thread.
With R you are granted to:
- The freedom to run the program, for any purpose (freedom 0)
- The freedom to study how the program works and adapt to your needs(freedom 1)
- The freedom to redistribute copies so you can help your neighbour (freedom 2)
- The freedom to improve the program, and release your improvements to the public (freedom 3)
Drawbacks of R
- As R is based on S, it means that it is based on a 40 year old concept.
- Little builtin support for dynamic and 3D graphics (although recently it is getting better)
- Objects have to be stored in physical memory (there have been some advancements in this)
Design of the R System
The R System is divided into two parts.
- The "base" R system that you can downloand from CRAN
- Everything else
The base R system contains all fundamental functions and packages such as utils, stats, datasets, graphics, grDevices, grid, methods, tools, parallel, compiler, splines, tcltk, stats4.
There are also "Recommend" packages such as boot, class, cluster, codetools, foreign, KernSmooth, lattice, mgcv, nime, rpart, survival, MASS, spatial, nnet, Matrix.
There are thousands of other packages that you can download from CRAN, BioConductor and GitHub.
Add Comment
This policy contains information about your privacy. By posting, you are declaring that you understand this policy:
- Your name, rating, website address, town, country, state and comment will be publicly displayed if entered.
- Aside from the data entered into these form fields, other stored data about your comment will include:
- Your IP address (not displayed)
- The time/date of your submission (displayed)
- Your email address will not be shared. It is collected for only two reasons:
- Administrative purposes, should a need to contact you arise.
- To inform you of new comments, should you subscribe to receive notifications.
- A cookie may be set on your computer. This is used to remember your inputs. It will expire by itself.
This policy is subject to change at any time and without notice.
These terms and conditions contain rules about posting comments. By submitting a comment, you are declaring that you agree with these rules:
- Although the administrator will attempt to moderate comments, it is impossible for every comment to have been moderated at any given time.
- You acknowledge that all comments express the views and opinions of the original author and not those of the administrator.
- You agree not to post any material which is knowingly false, obscene, hateful, threatening, harassing or invasive of a person's privacy.
- The administrator has the right to edit, move or remove any comment for any reason and without notice.
Failure to comply with these rules may result in being banned from submitting further comments.
These terms and conditions are subject to change at any time and without notice.
- Data Science
- Android
- React Native
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
Comments