|
1 | 1 | { |
2 | 2 | "R": { |
3 | | - "Version": "4.5.1", |
| 3 | + "Version": "4.5.2", |
4 | 4 | "Repositories": [ |
5 | 5 | { |
6 | 6 | "Name": "CRAN", |
|
166 | 166 | }, |
167 | 167 | "Matrix": { |
168 | 168 | "Package": "Matrix", |
169 | | - "Version": "1.7-3", |
| 169 | + "Version": "1.7-4", |
170 | 170 | "Source": "Repository", |
171 | 171 | "VersionNote": "do also bump src/version.h, inst/include/Matrix/version.h", |
172 | | - "Date": "2025-03-05", |
| 172 | + "Date": "2025-08-27", |
173 | 173 | "Priority": "recommended", |
174 | 174 | "Title": "Sparse and Dense Matrix Classes and Methods", |
175 | 175 | "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.", |
|
205 | 205 | "BuildResaveData": "no", |
206 | 206 | "Encoding": "UTF-8", |
207 | 207 | "NeedsCompilation": "yes", |
208 | | - "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] (02zz1nj61, base R's matrix implementation)", |
| 208 | + "Author": "Douglas Bates [aut] (ORCID: <https://orcid.org/0000-0001-8316-9503>), Martin Maechler [aut, cre] (ORCID: <https://orcid.org/0000-0002-8685-9910>), Mikael Jagan [aut] (ORCID: <https://orcid.org/0000-0002-3542-2938>), Timothy A. Davis [ctb] (ORCID: <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] (ORCID: <https://orcid.org/0000-0003-2753-1437>, METIS library, Copyright: Regents of the University of Minnesota), Jason Riedy [ctb] (ORCID: <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] (ROR: <https://ror.org/02zz1nj61>, base R's matrix implementation)", |
209 | 209 | "Maintainer": "Martin Maechler < [email protected]>", |
210 | 210 | "Repository": "CRAN" |
211 | 211 | }, |
|
692 | 692 | }, |
693 | 693 | "boot": { |
694 | 694 | "Package": "boot", |
695 | | - "Version": "1.3-31", |
| 695 | + "Version": "1.3-32", |
696 | 696 | "Source": "Repository", |
697 | 697 | "Priority": "recommended", |
698 | | - "Date": "2024-08-28", |
699 | | - "Authors@R": "c(person(\"Angelo\", \"Canty\", role = \"aut\", email = \" [email protected]\", comment = \"author of original code for S\"), person(\"Brian\", \"Ripley\", role = c(\"aut\", \"trl\"), email = \" [email protected]\", comment = \"conversion to R, maintainer 1999--2022, author of parallel support\"), person(\"Alessandra R.\", \"Brazzale\", role = c(\"ctb\", \"cre\"), email = \" [email protected]\", comment = \"minor bug fixes\"))", |
| 698 | + "Date": "2025-08-29", |
| 699 | + "Authors@R": "c(person(\"Angelo\", \"Canty\", role = \"aut\", email = \" [email protected]\", comment = \"author of original code for S\"), person(\"Brian\", \"Ripley\", role = c(\"aut\", \"trl\"), email = \" [email protected]\", comment = \"conversion to R, maintainer 1999--2022, author of parallel support\"), person(\"Alessandra R.\", \"Brazzale\", role = c(\"ctb\", \"cre\"), email = \" [email protected]\", comment = \"minor bug fixes\"))", |
700 | 700 | "Maintainer": "Alessandra R. Brazzale < [email protected]>", |
701 | 701 | "Note": "Maintainers are not available to give advice on using a package they did not author.", |
702 | 702 | "Description": "Functions and datasets for bootstrapping from the book \"Bootstrap Methods and Their Application\" by A. C. Davison and D. V. Hinkley (1997, CUP), originally written by Angelo Canty for S.", |
703 | | - "Title": "Bootstrap Functions (Originally by Angelo Canty for S)", |
| 703 | + "Title": "Bootstrap Functions", |
704 | 704 | "Depends": [ |
705 | 705 | "R (>= 3.0.0)", |
706 | 706 | "graphics", |
|
0 commit comments