summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2007-11-15 12:06:24 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2007-11-15 12:06:24 +0000
commit64085594521af04e7f547e48e381ef83451bcad7 (patch)
tree6e4ae659d649c8686842d4413bc1e3694e33b0d3 /dev-lang/R/metadata.xml
parentVersion bumps (diff)
downloadgentoo-2-64085594521af04e7f547e48e381ef83451bcad7.tar.gz
gentoo-2-64085594521af04e7f547e48e381ef83451bcad7.tar.bz2
gentoo-2-64085594521af04e7f547e48e381ef83451bcad7.zip
Security fix with pcre (bug #198385), now use system libs.
(Portage version: 2.1.3.19, RepoMan options: --force)
Diffstat (limited to 'dev-lang/R/metadata.xml')
-rw-r--r--dev-lang/R/metadata.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-lang/R/metadata.xml b/dev-lang/R/metadata.xml
index b229aec85b8f..f33857fc542b 100644
--- a/dev-lang/R/metadata.xml
+++ b/dev-lang/R/metadata.xml
@@ -2,4 +2,23 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
+<longdescription lang="en">
+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.
+</longdescription>
</pkgmetadata>