The R Project SVN R

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
748 bates 1
Source: r-base
2
Section: math
17355 bates 3
Priority: optional
16947 bates 4
Maintainer: Dirk Eddelbuettel <edd@debian.org>
22559 bates 5
Uploaders: Douglas Bates <bates@stat.wisc.edu>
26524 bates 6
Standards-Version: 3.6.1.0
27169 bates 7
Build-Depends: blas-dev (>= 1.0-9), lapack-dev, libgnome-dev, libzvt-dev, libgtkxmhtml-dev, tcl8.4-dev, tk8.4-dev, libglade-gnome0-dev, bison, g77 [!m68k], f2c [m68k], g++, groff-base, libncurses5-dev, libreadline4-dev, debhelper (>= 3.0.0), texi2html, texinfo (>= 4.1-2), libbz2-dev, libpcre3-dev, libpaperg-dev, tetex-bin, tetex-extra, xpdf-reader
748 bates 8
 
9
Package: r-base
19086 bates 10
Architecture: all
11
Depends: r-base-core, r-base-html, r-base-latex
12
Suggests: libpaperg, ess, r-doc-info | r-doc-pdf | r-doc-html
13
Description: GNU R statistical computing language and environment
14
 R is `GNU S' - A language and environment for statistical computing
15
 and graphics. R is similar to the award-winning S system, which was
16
 developed at Bell Laboratories by John Chambers et al. It provides a
17
 wide variety of statistical and graphical techniques (linear and
18
 nonlinear modelling, statistical tests, time series analysis,
19
 classification, clustering, ...).
20
 .
21
 R is designed as a true computer language with control-flow
22
 constructions for iteration and alternation, and it allows users to
23
 add additional functionality by defining new functions. For
24
 computationally intensive tasks, C, C++ and Fortran code can be
25
 linked and called at run time.
26
 .
27
 S is the statistician's Matlab and R is to S what Octave is to Matlab.
28
 .
29
 This packages is a meta-package which eases the transition from the 
30
 pre-1.5.0 package setup with its larger r-base package. Once installed, it 
31
 can be safely removed and apt-get will automatically upgrade its components
32
 during future upgrades.  Providing this packages gives a way to users to 
33
 then only install r-base-core (but not, say, r-base-latex) if they so desire.
34
 
35
Package: r-base-core
748 bates 36
Architecture: any
16448 pd 37
Depends: ${perl:Depends}, zlib-bin, ${shlibs:Depends}
19086 bates 38
Replaces: r-base (<= 1.4.1-1)
39
Recommends: r-recommended, r-base-dev
21621 bates 40
Suggests: libpaperg, ess, r-doc-info | r-doc-pdf | r-doc-html
19086 bates 41
Description: GNU R core of statistical computing language and environment
42
 R is `GNU S' - A language and environment for statistical computing
43
 and graphics. R is similar to the award-winning S system, which was
44
 developed at Bell Laboratories by John Chambers et al. It provides a
45
 wide variety of statistical and graphical techniques (linear and
46
 nonlinear modelling, statistical tests, time series analysis,
47
 classification, clustering, ...).
748 bates 48
 .
19086 bates 49
 R is designed as a true computer language with control-flow
50
 constructions for iteration and alternation, and it allows users to
51
 add additional functionality by defining new functions. For
52
 computationally intensive tasks, C, C++ and Fortran code can be
53
 linked and called at run time.
54
 .
748 bates 55
 S is the statistician's Matlab and R is to S what Octave is to Matlab.
19086 bates 56
 .
57
 This package provides the core GNU R system from which only the optional
58
 documentation packages r-base-html, r-base-latex, r-doc-html, r-doc-pdf 
59
 and r-doc-info have been split off to somewhat reduce the size of this 
60
 package. 
8628 pd 61
 
62
Package: r-gnome
23970 bates 63
Section: gnome
8628 pd 64
Architecture: any
19086 bates 65
Depends: r-base-core (= ${Source-Version}), ${shlibs:Depends}
24331 ripley 66
Recommends: r-cran-gtkdevice
19086 bates 67
Description: GNU R Gnome gui for statistical computing system
68
 R is `GNU S' - A language and environment for statistical computing
69
 and graphics. R is similar to the award-winning S system, which was
70
 developed at Bell Laboratories by John Chambers et al. It provides a
71
 wide variety of statistical and graphical techniques (linear and
72
 nonlinear modelling, statistical tests, time series analysis,
73
 classification, clustering, ...).
8628 pd 74
 .
19086 bates 75
 R is designed as a true computer language with control-flow
76
 constructions for iteration and alternation, and it allows users to
77
 add additional functionality by defining new functions. For
78
 computationally intensive tasks, C, C++ and Fortran code can be
79
 linked and called at run time.
80
 .
81
 This package provides the dynamic link libraries needed to start GNU R
82
 with the GNOME libraries frontend as in "R --gui=GNOME"
8628 pd 83
 
19086 bates 84
Package: r-base-dev
85
Architecture: all
21978 bates 86
Section: devel
27169 bates 87
Depends: r-base-core (= ${Source-Version}), blas-dev (>= 1.0-9), build-essential, g77 | f2c, gcc, g++, libncurses5-dev, libreadline4-dev, lapack-dev
19086 bates 88
Description: GNU R installation of auxiliary GNU R packages 
89
 R is `GNU S' - A language and environment for statistical computing
90
 and graphics. R is similar to the award-winning S system, which was
91
 developed at Bell Laboratories by John Chambers et al. It provides a
92
 wide variety of statistical and graphical techniques (linear and
93
 nonlinear modelling, statistical tests, time series analysis,
94
 classification, clustering, ...).
95
 .
96
 R is designed as a true computer language with control-flow
97
 constructions for iteration and alternation, and it allows users to
98
 add additional functionality by defining new functions. For
99
 computationally intensive tasks, C, C++ and Fortran code can be
100
 linked and called at run time.
101
 .
102
 This packages ensures that other Debian packages needed for installation of
103
 some auxiliary R packages are installed.
104
 
105
Package: r-mathlib
106
Architecture: any
107
Depends: r-base-core, r-base-dev
108
Description: GNU R standalone mathematics library
109
 R is `GNU S' - A language and environment for statistical computing
110
 and graphics. R is similar to the award-winning S system, which was
111
 developed at Bell Laboratories by John Chambers et al. It provides a
112
 wide variety of statistical and graphical techniques (linear and
113
 nonlinear modelling, statistical tests, time series analysis,
114
 classification, clustering, ...).
115
 .
116
 R is designed as a true computer language with control-flow
117
 constructions for iteration and alternation, and it allows users to
118
 add additional functionality by defining new functions. For
119
 computationally intensive tasks, C, C++ and Fortran code can be
120
 linked and called at run time.
121
 .
122
 This packages provides the libRmath shared and static libraries which can
123
 be called from standalone C or C++ code.
124
 
125
Package: r-base-html
126
Architecture: all
127
Priority: extra
128
Depends: r-base-core
129
Replaces: r-base (<= 1.4.1-1)
21978 bates 130
Suggests: r-doc-html, mozilla | www-browser
19086 bates 131
Description: GNU R html docs for statistical computing system functions
132
 R is `GNU S' - A language and environment for statistical computing
133
 and graphics. R is similar to the award-winning S system, which was
134
 developed at Bell Laboratories by John Chambers et al. It provides a
135
 wide variety of statistical and graphical techniques (linear and
136
 nonlinear modelling, statistical tests, time series analysis,
137
 classification, clustering, ...).
138
 .
139
 R is designed as a true computer language with control-flow
140
 constructions for iteration and alternation, and it allows users to
141
 add additional functionality by defining new functions. For
142
 computationally intensive tasks, C, C++ and Fortran code can be
143
 linked and called at run time.
144
 .
145
 This packages provides html documentation suitable for browsing with a 
146
 web-browser for the libraries included in the r-base package. It is not 
147
 a required package as the same documentation is already included for 
148
 on-line browsing. 
149
 
150
Package: r-base-latex
151
Architecture: all
152
Priority: extra
153
Depends: r-base-core
154
Replaces: r-base (<= 1.4.1-1)
155
Description: GNU R LaTeX docs for statistical computing system functions
156
 R is `GNU S' - A language and environment for statistical computing
157
 and graphics. R is similar to the award-winning S system, which was
158
 developed at Bell Laboratories by John Chambers et al. It provides a
159
 wide variety of statistical and graphical techniques (linear and
160
 nonlinear modelling, statistical tests, time series analysis,
161
 classification, clustering, ...).
162
 .
163
 R is designed as a true computer language with control-flow
164
 constructions for iteration and alternation, and it allows users to
165
 add additional functionality by defining new functions. For
166
 computationally intensive tasks, C, C++ and Fortran code can be
167
 linked and called at run time.
168
 .
169
 This packages provides latex documentation suitable for off-line printing
170
 for the libraries included in the r-base package. It is not a required 
171
 package as the same documentation is already included for on-line browsing.
172
 
8628 pd 173
Package: r-doc-pdf
174
Architecture: all
15876 pd 175
Section: doc
25671 bates 176
Suggests: r-base-core, xpdf-reader | pdf-viewer
19086 bates 177
Description: GNU R pdf manuals for statistical computing system
178
 R is `GNU S' - A language and environment for statistical computing
179
 and graphics. R is similar to the award-winning S system, which was
180
 developed at Bell Laboratories by John Chambers et al. It provides a
181
 wide variety of statistical and graphical techniques (linear and
182
 nonlinear modelling, statistical tests, time series analysis,
183
 classification, clustering, ...).
8628 pd 184
 .
19086 bates 185
 R is designed as a true computer language with control-flow
186
 constructions for iteration and alternation, and it allows users to
187
 add additional functionality by defining new functions. For
188
 computationally intensive tasks, C, C++ and Fortran code can be
189
 linked and called at run time.
190
 .
191
 This packages provides the R manuals in pdf format. The sibling packages
192
 r-doc-html and r-doc-info provides the same manuals.
16947 bates 193
 
194
Package: r-doc-html
195
Architecture: all
196
Section: doc
21978 bates 197
Suggests: r-base-core, mozilla | www-browser
19086 bates 198
Replaces: r-base (<= 1.4.1-1)
199
Description: GNU R html manuals for statistical computing system
200
 R is `GNU S' - A language and environment for statistical computing
201
 and graphics. R is similar to the award-winning S system, which was
202
 developed at Bell Laboratories by John Chambers et al. It provides a
203
 wide variety of statistical and graphical techniques (linear and
204
 nonlinear modelling, statistical tests, time series analysis,
205
 classification, clustering, ...).
8628 pd 206
 .
19086 bates 207
 R is designed as a true computer language with control-flow
208
 constructions for iteration and alternation, and it allows users to
209
 add additional functionality by defining new functions. For
210
 computationally intensive tasks, C, C++ and Fortran code can be
211
 linked and called at run time.
212
 .
213
 This packages provides the R manuals in html format. The sibling packages
214
 r-doc-pdf and r-doc-info provides the same manuals.
11771 bates 215
 
19086 bates 216
Package: r-doc-info
11771 bates 217
Architecture: all
19086 bates 218
Section: doc
219
Replaces: r-base (<= 1.4.1-1)
220
Suggests: r-base-core, info (>= 3.12) | info-browser
221
Description: GNU R info manuals statistical computing system
222
 R is `GNU S' - A language and environment for statistical computing
223
 and graphics. R is similar to the award-winning S system, which was
224
 developed at Bell Laboratories by John Chambers et al. It provides a
225
 wide variety of statistical and graphical techniques (linear and
226
 nonlinear modelling, statistical tests, time series analysis,
227
 classification, clustering, ...).
11771 bates 228
 .
19086 bates 229
 R is designed as a true computer language with control-flow
230
 constructions for iteration and alternation, and it allows users to
231
 add additional functionality by defining new functions. For
232
 computationally intensive tasks, C, C++ and Fortran code can be
233
 linked and called at run time.
16947 bates 234
 .
19086 bates 235
 This packages provides the R manuals in info format. The sibling packages
236
 r-doc-html and r-doc-pdf provide the same manuals.
21621 bates 237
 
21978 bates 238
Package: r-recommended
239
Architecture: any
240
Depends: r-base-core (= ${Source-Version}), ${shlibs:Depends}
241
Description: GNU R collection of recommended packages 
242
 R is `GNU S' - A language and environment for statistical computing
243
 and graphics. R is similar to the award-winning S system, which was
244
 developed at Bell Laboratories by John Chambers et al. It provides a
245
 wide variety of statistical and graphical techniques (linear and
246
 nonlinear modelling, statistical tests, time series analysis,
247
 classification, clustering, ...).
248
 .
249
 This Debian package contains the R packages that are recommended by the
250
 upstream R core team as part of a complete R distribution, and distributed
251
 along with the source of R itself. The package comprises 
252
 the following packages:
253
  - KernSmooth: Functions for kernel smoothing for Wand & Jones (1995)
24331 ripley 254
  - VR: The MASS, class, nnet and spatial packages from Venables and
255
    Ripley, `Modern Applied Statistics with S-PLUS' (4th edition).
21978 bates 256
  - boot: Bootstrap R (S-Plus) Functions from the book "Bootstrap Methods 
257
    and Their Applications" by A.C. Davison and D.V. Hinkley (1997).
258
  - cluster: Functions for clustering (by Rousseeuw et al.)
259
  - foreign: Read data stored by Minitab, S, SAS, SPSS, Stata, ...
260
  - grid: The grid graphics package (required by lattice)
261
  - lattice: Implementation of Trellis (R) graphics
262
  - mgcv: Multiple smoothing parameter estimation and GAMs by GCV
263
  - nlme: Linear and nonlinear mixed effects models
264
  - rpart: Recursive partitioning and regression trees
265
  - survival: Survival analysis, including penalised likelihood.