|
121 | 121 | }, |
122 | 122 | "MASS": { |
123 | 123 | "Package": "MASS", |
124 | | - "Version": "7.3-61", |
125 | | - "Source": "Repository", |
126 | | - "Priority": "recommended", |
127 | | - "Date": "2024-06-10", |
128 | | - "Revision": "$Rev: 3657 $", |
129 | | - "Depends": [ |
130 | | - "R (>= 4.4.0)", |
131 | | - "grDevices", |
132 | | - "graphics", |
133 | | - "stats", |
134 | | - "utils" |
135 | | - ], |
136 | | - "Imports": [ |
137 | | - "methods" |
138 | | - ], |
139 | | - "Suggests": [ |
140 | | - "lattice", |
141 | | - "nlme", |
142 | | - "nnet", |
143 | | - "survival" |
144 | | - ], |
145 | | - "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"), email = \"ripley@stats.ox.ac.uk\"), person(\"Bill\", \"Venables\", role = c(\"aut\", \"cph\")), person(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"), person(\"Kurt\", \"Hornik\", role = \"trl\", comment = \"partial port ca 1998\"), person(\"Albrecht\", \"Gebhardt\", role = \"trl\", comment = \"partial port ca 1998\"), person(\"David\", \"Firth\", role = \"ctb\", comment = \"support functions for polr\"))", |
146 | | - "Description": "Functions and datasets to support Venables and Ripley, \"Modern Applied Statistics with S\" (4th edition, 2002).", |
147 | | - "Title": "Support Functions and Datasets for Venables and Ripley's MASS", |
148 | | - "LazyData": "yes", |
149 | | - "ByteCompile": "yes", |
150 | | - "License": "GPL-2 | GPL-3", |
151 | | - "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", |
152 | | - "Contact": "<MASS@stats.ox.ac.uk>", |
153 | | - "NeedsCompilation": "yes", |
154 | | - "Author": "Brian Ripley [aut, cre, cph], Bill Venables [aut, cph], Douglas M. Bates [ctb], Kurt Hornik [trl] (partial port ca 1998), Albrecht Gebhardt [trl] (partial port ca 1998), David Firth [ctb] (support functions for polr)", |
155 | | - "Maintainer": "Brian Ripley <ripley@stats.ox.ac.uk>", |
156 | | - "Repository": "CRAN" |
| 124 | + "Version": "7.3-65", |
| 125 | + "Source": "Repository" |
157 | 126 | }, |
158 | 127 | "Matrix": { |
159 | 128 | "Package": "Matrix", |
160 | | - "Version": "1.7-1", |
161 | | - "Source": "Repository", |
162 | | - "VersionNote": "do also bump src/version.h, inst/include/Matrix/version.h", |
163 | | - "Date": "2024-10-17", |
164 | | - "Priority": "recommended", |
165 | | - "Title": "Sparse and Dense Matrix Classes and Methods", |
166 | | - "Description": "A rich hierarchy of sparse and dense matrix classes, including general, symmetric, triangular, and diagonal matrices with numeric, logical, or pattern entries. Efficient methods for operating on such matrices, often wrapping the 'BLAS', 'LAPACK', and 'SuiteSparse' libraries.", |
167 | | - "License": "GPL (>= 2) | file LICENCE", |
168 | | - "URL": "https://Matrix.R-forge.R-project.org", |
169 | | - "BugReports": "https://R-forge.R-project.org/tracker/?atid=294&group_id=61", |
170 | | - "Contact": "Matrix-authors@R-project.org", |
171 | | - "Authors@R": "c(person(\"Douglas\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"), email = \"mmaechler+Matrix@gmail.com\", comment = c(ORCID = \"0000-0002-8685-9910\")), person(\"Mikael\", \"Jagan\", role = \"aut\", comment = c(ORCID = \"0000-0002-3542-2938\")), person(\"Timothy A.\", \"Davis\", role = \"ctb\", comment = c(ORCID = \"0000-0001-7614-6899\", \"SuiteSparse libraries\", \"collaborators listed in dir(system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"), pattern=\\\"License\\\", full.names=TRUE, recursive=TRUE)\")), person(\"George\", \"Karypis\", role = \"ctb\", comment = c(ORCID = \"0000-0003-2753-1437\", \"METIS library\", \"Copyright: Regents of the University of Minnesota\")), person(\"Jason\", \"Riedy\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4345-4200\", \"GNU Octave's condest() and onenormest()\", \"Copyright: Regents of the University of California\")), person(\"Jens\", \"Oehlschlägel\", role = \"ctb\", comment = \"initial nearPD()\"), person(\"R Core Team\", role = \"ctb\", comment = \"base R's matrix implementation\"))", |
172 | | - "Depends": [ |
173 | | - "R (>= 4.4.0)", |
174 | | - "methods" |
175 | | - ], |
176 | | - "Imports": [ |
177 | | - "grDevices", |
178 | | - "graphics", |
179 | | - "grid", |
180 | | - "lattice", |
181 | | - "stats", |
182 | | - "utils" |
183 | | - ], |
184 | | - "Suggests": [ |
185 | | - "MASS", |
186 | | - "datasets", |
187 | | - "sfsmisc", |
188 | | - "tools" |
189 | | - ], |
190 | | - "Enhances": [ |
191 | | - "SparseM", |
192 | | - "graph" |
193 | | - ], |
194 | | - "LazyData": "no", |
195 | | - "LazyDataNote": "not possible, since we use data/*.R and our S4 classes", |
196 | | - "BuildResaveData": "no", |
197 | | - "Encoding": "UTF-8", |
198 | | - "NeedsCompilation": "yes", |
199 | | - "Author": "Douglas Bates [aut] (<https://orcid.org/0000-0001-8316-9503>), Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>), Mikael Jagan [aut] (<https://orcid.org/0000-0002-3542-2938>), Timothy A. Davis [ctb] (<https://orcid.org/0000-0001-7614-6899>, SuiteSparse libraries, collaborators listed in dir(system.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"), pattern=\"License\", full.names=TRUE, recursive=TRUE)), George Karypis [ctb] (<https://orcid.org/0000-0003-2753-1437>, METIS library, Copyright: Regents of the University of Minnesota), Jason Riedy [ctb] (<https://orcid.org/0000-0002-4345-4200>, GNU Octave's condest() and onenormest(), Copyright: Regents of the University of California), Jens Oehlschlägel [ctb] (initial nearPD()), R Core Team [ctb] (base R's matrix implementation)", |
200 | | - "Maintainer": "Martin Maechler <mmaechler+Matrix@gmail.com>", |
201 | | - "Repository": "CRAN" |
| 129 | + "Version": "1.7-3", |
| 130 | + "Source": "Repository" |
202 | 131 | }, |
203 | 132 | "R6": { |
204 | 133 | "Package": "R6", |
|
3397 | 3326 | }, |
3398 | 3327 | "nlme": { |
3399 | 3328 | "Package": "nlme", |
3400 | | - "Version": "3.1-166", |
3401 | | - "Source": "Repository", |
3402 | | - "Date": "2024-08-13", |
3403 | | - "Priority": "recommended", |
3404 | | - "Title": "Linear and Nonlinear Mixed Effects Models", |
3405 | | - "Authors@R": "c(person(\"José\", \"Pinheiro\", role = \"aut\", comment = \"S version\"), person(\"Douglas\", \"Bates\", role = \"aut\", comment = \"up to 2007\"), person(\"Saikat\", \"DebRoy\", role = \"ctb\", comment = \"up to 2002\"), person(\"Deepayan\", \"Sarkar\", role = \"ctb\", comment = \"up to 2005\"), person(\"EISPACK authors\", role = \"ctb\", comment = \"src/rs.f\"), person(\"Siem\", \"Heisterkamp\", role = \"ctb\", comment = \"Author fixed sigma\"), person(\"Bert\", \"Van Willigen\",role = \"ctb\", comment = \"Programmer fixed sigma\"), person(\"Johannes\", \"Ranke\", role = \"ctb\", comment = \"varConstProp()\"), person(\"R Core Team\", email = \"R-core@R-project.org\", role = c(\"aut\", \"cre\")))", |
3406 | | - "Contact": "see 'MailingList'", |
3407 | | - "Description": "Fit and compare Gaussian linear and nonlinear mixed-effects models.", |
3408 | | - "Depends": [ |
3409 | | - "R (>= 3.6.0)" |
3410 | | - ], |
3411 | | - "Imports": [ |
3412 | | - "graphics", |
3413 | | - "stats", |
3414 | | - "utils", |
3415 | | - "lattice" |
3416 | | - ], |
3417 | | - "Suggests": [ |
3418 | | - "MASS", |
3419 | | - "SASmixed" |
3420 | | - ], |
3421 | | - "LazyData": "yes", |
3422 | | - "Encoding": "UTF-8", |
3423 | | - "License": "GPL (>= 2)", |
3424 | | - "BugReports": "https://bugs.r-project.org", |
3425 | | - "MailingList": "R-help@r-project.org", |
3426 | | - "URL": "https://svn.r-project.org/R-packages/trunk/nlme/", |
3427 | | - "NeedsCompilation": "yes", |
3428 | | - "Author": "José Pinheiro [aut] (S version), Douglas Bates [aut] (up to 2007), Saikat DebRoy [ctb] (up to 2002), Deepayan Sarkar [ctb] (up to 2005), EISPACK authors [ctb] (src/rs.f), Siem Heisterkamp [ctb] (Author fixed sigma), Bert Van Willigen [ctb] (Programmer fixed sigma), Johannes Ranke [ctb] (varConstProp()), R Core Team [aut, cre]", |
3429 | | - "Maintainer": "R Core Team <R-core@R-project.org>", |
3430 | | - "Repository": "CRAN" |
| 3329 | + "Version": "3.1-168", |
| 3330 | + "Source": "Repository" |
3431 | 3331 | }, |
3432 | 3332 | "officer": { |
3433 | 3333 | "Package": "officer", |
|
0 commit comments