The R Project SVN R

Rev

Rev 26524 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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