Difference between revisions of "R"

From Free Software Directory
Jump to: navigation, search
m (R-4.0.2)
(r-4.2.3)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU R
 
|Name=GNU R
|Short description=Environment for statistical computing and graphics
+
|Short description=Language and environment for statistical computing and graphics
|Full description='''R''' is a language and environment for statistical computing and graphics. It provides a variety of statistical techniques, such as linear and nonlinear modeling, classical statistical tests, time-series analysis, classification and clustering. It also provides robust support for producing publication-quality data plots. A large amount of 3rd-party packages are available, greatly increasing its breadth and scope.
+
|Full description=R is a system for statistical computation and graphics. It consists of a language plus a run-time environment with graphics, a debugger, access to certain system functions, and the ability to run programs stored in script files.
  
The R statistical computing environment has become the de-facto standard for writing statistical software among statisticians and has made substantial inroads in the social sciences. it is now possibly the most widely used statistical software in the world.
+
The core of R is an interpreted computer language which allows branching and looping as well as modular programming using functions.  Most of the user-visible functions in R are written in R. It is possible for the user
 +
to interface to procedures written in the C, C++, or FORTRAN languages for efficiency. The R distribution contains functionality for a large number of statistical procedures. Among these are: linear and generalized linear models, nonlinear regression models, time series analysis, classical parametric and nonparametric tests, clustering and smoothing. There is also a large set of functions which provide a flexible graphical environment for creating various kinds of data presentations. Additional modules ("add-on packages") are available for a variety of specific purposes.
 
|Homepage URL=https://www.r-project.org/
 
|Homepage URL=https://www.r-project.org/
 +
|Version download=https://cran.r-project.org/src/base/R-4/R-4.2.3.tar.gz
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=svn checkout https://svn.r-project.org/R/trunk/ r-source
 
|VCS checkout command=svn checkout https://svn.r-project.org/R/trunk/ r-source
Line 39: Line 41:
 
|Related projects=gnustandards,Littler
 
|Related projects=gnustandards,Littler
 
|Keywords=statistics,linear,modelling,statistic,modeler,extensible,S
 
|Keywords=statistics,linear,modelling,statistic,modeler,extensible,S
|Version identifier=4.0.1
+
|Version identifier=4.0.2
 
|Version date=2020/06/22
 
|Version date=2020/06/22
 
|Version status=stable
 
|Version status=stable
|Version download=https://cran.r-project.org/src/base/R-4/R-4.0.2.tar.gz
 
 
|Last review by=Genium
 
|Last review by=Genium
 
|Last review date=2020/08/20
 
|Last review date=2020/08/20
Line 56: Line 57:
 
{{Project license
 
{{Project license
 
|License=GPLv2orlater
 
|License=GPLv2orlater
 +
|License copyright=Copyright (C) 1995, 1996  Robert Gentleman and Ross Ihaka
 +
Copyright (C) 1995 - 2008 The R Development Core Team
 +
Copyright (C) 1995 - 2008 The R Core Development Team
 +
Copyright (C) 2002 - 2008 The R Foundation
 +
 +
https://metadata.ftp-master.debian.org/changelogs//main/r/r-base/r-base_4.2.1-3_copyright
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2020/04/25
+
|License verified date=2022-11-03
 
|License note=https://svn.r-project.org/R/trunk/COPYING
 
|License note=https://svn.r-project.org/R/trunk/COPYING
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Mathematics=plotting, statistics
 +
|Programming-language=C
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 +
|Software-development=programming-language, static-analysis
 +
|Use=software-development
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=r
 
}}
 
}}
 
{{Person
 
{{Person
Line 66: Line 85:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref) (R)
+
|Resource audience=Subversion
|Resource kind=Developer
+
|Resource kind=VCS Repository Webview
|Resource URL=https://tracker.debian.org/pkg/r-base
+
|Resource URL=https://svn.r-project.org/R/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=VCS Repository Webview
+
|Resource audience=Bugzilla
|Resource URL=https://svn.r-project.org/R/
+
|Resource kind=Bug Tracking
 +
|Resource URL=https://bugs.r-project.org/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 85: Line 105:
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
 
|Resource URL=https://stat.ethz.ch/mailman/listinfo/r-package-devel/
 
|Resource URL=https://stat.ethz.ch/mailman/listinfo/r-package-devel/
}}
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 101: Line 117:
 
|Resource kind=General
 
|Resource kind=General
 
|Resource URL=https://cran.r-project.org
 
|Resource URL=https://cran.r-project.org
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/r-base
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 107: Line 128:
 
|Resource URL=https://www.wikidata.org/wiki/Q206904
 
|Resource URL=https://www.wikidata.org/wiki/Q206904
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=command-line
+
|Is High Priority Project=No
|Mathematics=plotting, statistics
+
|VCS checkout command=git clone https://salsa.debian.org/edd/r-base.git
|Programming-language=C
+
|Computer languages=C
|Runs-on=Windows, BSD, OS X, GNU/Linux
+
|Decommissioned or Obsolete=No
|Software-development=programming-language, static-analysis
+
|Donate=https://www.r-project.org/foundation/donations.html
|Use=software-development
+
|Version identifier=4.2.3
 +
|Version date=2023-03-15
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2023-03-15
 +
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 08:11, 15 March 2023


[edit]

GNU R

https://www.r-project.org/
Language and environment for statistical computing and graphics

R is a system for statistical computation and graphics. It consists of a language plus a run-time environment with graphics, a debugger, access to certain system functions, and the ability to run programs stored in script files.

The core of R is an interpreted computer language which allows branching and looping as well as modular programming using functions. Most of the user-visible functions in R are written in R. It is possible for the user to interface to procedures written in the C, C++, or FORTRAN languages for efficiency. The R distribution contains functionality for a large number of statistical procedures. Among these are: linear and generalized linear models, nonlinear regression models, time series analysis, classical parametric and nonparametric tests, clustering and smoothing. There is also a large set of functions which provide a flexible graphical environment for creating various kinds of data presentations. Additional modules ("add-on packages") are available for a variety of specific purposes.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

3 November 2022




Leaders and contributors

Contact(s)Role
Peter Dalgaard Maintainer


Resources and communication

AudienceResource typeURI
Generalhttps://r-forge.r-project.org
WikidataGeneralhttps://www.wikidata.org/wiki/Q206904
Generalhttps://cran.r-project.org
DebianDeveloperhttps://tracker.debian.org/pkg/r-base
Downloadhttps://cran.r-project.org/src/
SubversionVCS Repository Webviewhttps://svn.r-project.org/R/
Mailing Listhttps://stat.ethz.ch/mailman/listinfo/r-devel/
Mailing Listhttps://stat.ethz.ch/mailman/listinfo/r-help/
Mailing Listhttps://stat.ethz.ch/mailman/listinfo/r-package-devel/
BugzillaBug Trackinghttps://bugs.r-project.org/


Software prerequisites

This entry (in part or in whole) was last reviewed on 15 March 2023.




Entry








"Subversion" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Bugzilla" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.














"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.