|
1 | 1 | { |
2 | 2 | "R": { |
3 | | - "Version": "4.4.2", |
| 3 | + "Version": "4.4.3", |
4 | 4 | "Repositories": [ |
5 | 5 | { |
6 | 6 | "Name": "CRAN", |
|
166 | 166 | }, |
167 | 167 | "Matrix": { |
168 | 168 | "Package": "Matrix", |
169 | | - "Version": "1.7-2", |
| 169 | + "Version": "1.7-3", |
170 | 170 | "Source": "Repository", |
171 | 171 | "VersionNote": "do also bump src/version.h, inst/include/Matrix/version.h", |
172 | | - "Date": "2025-01-20", |
| 172 | + "Date": "2025-03-05", |
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.", |
|
389 | 389 | }, |
390 | 390 | "bit": { |
391 | 391 | "Package": "bit", |
392 | | - "Version": "4.5.0.1", |
| 392 | + "Version": "4.6.0", |
393 | 393 | "Source": "Repository", |
394 | | - "Type": "Package", |
395 | 394 | "Title": "Classes and Methods for Fast Memory-Efficient Boolean Selections", |
396 | | - "Date": "2024-09-17", |
397 | | - "Authors@R": "c(person(given = \"Jens\", family = \"Oehlschlägel\", role = c(\"aut\", \"cre\"), email = \"Jens.Oehlschlaegel@truecluster.com\"), person(given = \"Brian\", family = \"Ripley\", role = \"ctb\"))", |
398 | | - "Author": "Jens Oehlschlägel [aut, cre], Brian Ripley [ctb]", |
399 | | - "Maintainer": "Jens Oehlschlägel <Jens.Oehlschlaegel@truecluster.com>", |
| 395 | + "Authors@R": "c( person(\"Michael\", \"Chirico\", email = \"MichaelChirico4@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Jens\", \"Oehlschlägel\", role = \"aut\"), person(\"Brian\", \"Ripley\", role = \"ctb\") )", |
400 | 396 | "Depends": [ |
401 | 397 | "R (>= 3.4.0)" |
402 | 398 | ], |
403 | 399 | "Suggests": [ |
404 | | - "testthat (>= 0.11.0)", |
| 400 | + "testthat (>= 3.0.0)", |
405 | 401 | "roxygen2", |
406 | 402 | "knitr", |
407 | 403 | "markdown", |
|
415 | 411 | "LazyLoad": "yes", |
416 | 412 | "ByteCompile": "yes", |
417 | 413 | "Encoding": "UTF-8", |
418 | | - "URL": "https://github.com/truecluster/bit", |
| 414 | + "URL": "https://github.com/r-lib/bit", |
419 | 415 | "VignetteBuilder": "knitr, rmarkdown", |
420 | 416 | "RoxygenNote": "7.3.2", |
| 417 | + "Config/testthat/edition": "3", |
421 | 418 | "NeedsCompilation": "yes", |
422 | | - "Repository": "RSPM" |
| 419 | + "Author": "Michael Chirico [aut, cre], Jens Oehlschlägel [aut], Brian Ripley [ctb]", |
| 420 | + "Maintainer": "Michael Chirico <MichaelChirico4@gmail.com>", |
| 421 | + "Repository": "CRAN" |
423 | 422 | }, |
424 | 423 | "bit64": { |
425 | 424 | "Package": "bit64", |
|
3510 | 3509 | }, |
3511 | 3510 | "readxl": { |
3512 | 3511 | "Package": "readxl", |
3513 | | - "Version": "1.4.4", |
| 3512 | + "Version": "1.4.5", |
3514 | 3513 | "Source": "Repository", |
3515 | 3514 | "Title": "Read Excel Files", |
3516 | 3515 | "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"), comment = \"Copyright holder of all R code and all C/C++ code without explicit copyright attribution\"), person(\"Marcin\", \"Kalicinski\", role = c(\"ctb\", \"cph\"), comment = \"Author of included RapidXML code\"), person(\"Komarov Valery\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Christophe Leitienne\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Bob Colbert\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"David Hoerl\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Evan Miller\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\") )", |
|
0 commit comments