summaryrefslogtreecommitdiff
path: root/dev-lang/R/metadata.xml
blob: e9bebc0e016a29a71b56b09a5b676377af924c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>sci-mathematics@gentoo.org</email>
    <name>Gentoo Mathematics Project</name>
  </maintainer>
  <use>
    <flag name="lto">
      Use link-time optimization for R and its recommended packages.
    </flag>
  </use>
  <longdescription lang="en">
  R is GNU S, 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.
  The R distribution contains functionality for a large number of
  statistical procedures such as: linear and generalized linear
  models, nonlinear regression models, time series analysis, classical
  parametric and nonparametric tests, clustering, smoothing and
  graphical data representations. Additional modules ("add-on
  packages") are available for a variety of specific purposes but are
  not distributed with this package.
</longdescription>
</pkgmetadata>