|
1 | 1 | {
|
2 | 2 | "R": {
|
3 |
| - "Version": "4.5.0", |
| 3 | + "Version": "4.5.1", |
4 | 4 | "Repositories": [
|
5 | 5 | {
|
6 | 6 | "Name": "RSPM",
|
7 |
| - "URL": "https://packagemanager.posit.co/cran/2025-04-11" |
| 7 | + "URL": "https://packagemanager.posit.co/cran/2025-06-19" |
8 | 8 | }
|
9 | 9 | ]
|
10 | 10 | },
|
11 | 11 | "Packages": {
|
12 | 12 | "R.cache": {
|
13 | 13 | "Package": "R.cache",
|
14 |
| - "Version": "0.16.0", |
| 14 | + "Version": "0.17.0", |
15 | 15 | "Source": "Repository",
|
16 | 16 | "Depends": [
|
17 | 17 | "R (>= 2.14.0)"
|
|
32 | 32 | "LazyLoad": "TRUE",
|
33 | 33 | "URL": "https://github.com/HenrikBengtsson/R.cache",
|
34 | 34 | "BugReports": "https://github.com/HenrikBengtsson/R.cache/issues",
|
35 |
| - "RoxygenNote": "7.2.1", |
| 35 | + "Encoding": "UTF-8", |
36 | 36 | "NeedsCompilation": "no",
|
37 |
| - "Repository": "RSPM", |
38 |
| - "Encoding": "UTF-8" |
| 37 | + "Repository": "RSPM" |
39 | 38 | },
|
40 | 39 | "R.methodsS3": {
|
41 | 40 | "Package": "R.methodsS3",
|
|
65 | 64 | },
|
66 | 65 | "R.oo": {
|
67 | 66 | "Package": "R.oo",
|
68 |
| - "Version": "1.27.0", |
| 67 | + "Version": "1.27.1", |
69 | 68 | "Source": "Repository",
|
70 | 69 | "Depends": [
|
71 | 70 | "R (>= 2.13.0)",
|
|
85 | 84 | "Description": "Methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers. The package has been developed since 2001 and is now considered very stable. This is a cross-platform package implemented in pure R that defines standard S3 classes without any tricks.",
|
86 | 85 | "License": "LGPL (>= 2.1)",
|
87 | 86 | "LazyLoad": "TRUE",
|
88 |
| - "URL": "https://github.com/HenrikBengtsson/R.oo", |
| 87 | + "URL": "https://henrikbengtsson.github.io/R.oo/, https://github.com/HenrikBengtsson/R.oo", |
89 | 88 | "BugReports": "https://github.com/HenrikBengtsson/R.oo/issues",
|
90 | 89 | "NeedsCompilation": "no",
|
91 | 90 | "Repository": "RSPM",
|
|
179 | 178 | },
|
180 | 179 | "V8": {
|
181 | 180 | "Package": "V8",
|
182 |
| - "Version": "6.0.3", |
| 181 | + "Version": "6.0.4", |
183 | 182 | "Source": "Repository",
|
184 | 183 | "Type": "Package",
|
185 | 184 | "Title": "Embedded JavaScript and WebAssembly Engine for R",
|
|
209 | 208 | "Language": "en-US",
|
210 | 209 | "Encoding": "UTF-8",
|
211 | 210 | "Biarch": "true",
|
212 |
| - "Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), Jan Marvin Garbuszus [ctb]", |
| 211 | + "Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>), Jan Marvin Garbuszus [ctb]", |
213 | 212 | "Maintainer": "Jeroen Ooms < [email protected]>",
|
214 | 213 | "Repository": "RSPM"
|
215 | 214 | },
|
|
296 | 295 | },
|
297 | 296 | "cli": {
|
298 | 297 | "Package": "cli",
|
299 |
| - "Version": "3.6.4", |
| 298 | + "Version": "3.6.5", |
300 | 299 | "Source": "Repository",
|
301 | 300 | "Title": "Helpers for Developing Command Line Interfaces",
|
302 | 301 | "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \" [email protected]\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \" [email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
|
431 | 430 | },
|
432 | 431 | "curl": {
|
433 | 432 | "Package": "curl",
|
434 |
| - "Version": "6.2.2", |
| 433 | + "Version": "6.3.0", |
435 | 434 | "Source": "Repository",
|
436 | 435 | "Type": "Package",
|
437 | 436 | "Title": "A Modern and Flexible Web Client for R",
|
|
459 | 458 | "Encoding": "UTF-8",
|
460 | 459 | "Language": "en-US",
|
461 | 460 | "NeedsCompilation": "yes",
|
462 |
| - "Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), Hadley Wickham [ctb], Posit Software, PBC [cph]", |
| 461 | + "Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>), Hadley Wickham [ctb], Posit Software, PBC [cph]", |
463 | 462 | "Maintainer": "Jeroen Ooms < [email protected]>",
|
464 | 463 | "Repository": "RSPM"
|
465 | 464 | },
|
|
555 | 554 | },
|
556 | 555 | "evaluate": {
|
557 | 556 | "Package": "evaluate",
|
558 |
| - "Version": "1.0.3", |
| 557 | + "Version": "1.0.4", |
559 | 558 | "Source": "Repository",
|
560 | 559 | "Type": "Package",
|
561 | 560 | "Title": "Parsing and Evaluation Tools that Provide More Details than the Default",
|
|
574 | 573 | "lattice",
|
575 | 574 | "methods",
|
576 | 575 | "pkgload",
|
577 |
| - "rlang", |
| 576 | + "ragg (>= 1.4.0)", |
| 577 | + "rlang (>= 1.1.5)", |
578 | 578 | "knitr",
|
579 | 579 | "testthat (>= 3.0.0)",
|
580 | 580 | "withr"
|
|
584 | 584 | "Encoding": "UTF-8",
|
585 | 585 | "RoxygenNote": "7.3.2",
|
586 | 586 | "NeedsCompilation": "no",
|
587 |
| - "Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (<https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]", |
| 587 | + "Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (ORCID: <https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]", |
588 | 588 | "Maintainer": "Hadley Wickham < [email protected]>",
|
589 | 589 | "Repository": "RSPM"
|
590 | 590 | },
|
591 | 591 | "fs": {
|
592 | 592 | "Package": "fs",
|
593 |
| - "Version": "1.6.5", |
| 593 | + "Version": "1.6.6", |
594 | 594 | "Source": "Repository",
|
595 | 595 | "Title": "Cross-Platform File System Operations Based on 'libuv'",
|
596 | 596 | "Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \" [email protected]\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \" [email protected]\", role = c(\"aut\", \"cre\")), person(\"libuv project contributors\", role = \"cph\", comment = \"libuv library\"), person(\"Joyent, Inc. and other Node contributors\", role = \"cph\", comment = \"libuv library\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
|
1055 | 1055 | },
|
1056 | 1056 | "pkgbuild": {
|
1057 | 1057 | "Package": "pkgbuild",
|
1058 |
| - "Version": "1.4.7", |
| 1058 | + "Version": "1.4.8", |
1059 | 1059 | "Source": "Repository",
|
1060 | 1060 | "Title": "Find Tools Needed to Build R Packages",
|
1061 |
| - "Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \" [email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
| 1061 | + "Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \" [email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\") , comment = c(ROR = \"03wc8by49\")) )", |
1062 | 1062 | "Description": "Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms and ensures the PATH is configured appropriately so R can use them.",
|
1063 | 1063 | "License": "MIT + file LICENSE",
|
1064 | 1064 | "URL": "https://github.com/r-lib/pkgbuild, https://pkgbuild.r-lib.org",
|
|
1084 | 1084 | ],
|
1085 | 1085 | "Config/Needs/website": "tidyverse/tidytemplate",
|
1086 | 1086 | "Config/testthat/edition": "3",
|
| 1087 | + "Config/usethis/last-upkeep": "2025-04-30", |
1087 | 1088 | "Encoding": "UTF-8",
|
1088 | 1089 | "RoxygenNote": "7.3.2",
|
1089 | 1090 | "NeedsCompilation": "no",
|
1090 |
| - "Author": "Hadley Wickham [aut], Jim Hester [aut], Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd]", |
| 1091 | + "Author": "Hadley Wickham [aut], Jim Hester [aut], Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", |
1091 | 1092 | "Maintainer": "Gábor Csárdi < [email protected]>",
|
1092 | 1093 | "Repository": "RSPM"
|
1093 | 1094 | },
|
|
1182 | 1183 | },
|
1183 | 1184 | "ps": {
|
1184 | 1185 | "Package": "ps",
|
1185 |
| - "Version": "1.9.0", |
| 1186 | + "Version": "1.9.1", |
1186 | 1187 | "Source": "Repository",
|
1187 | 1188 | "Title": "List, Query, Manipulate System Processes",
|
1188 | 1189 | "Authors@R": "c( person(\"Jay\", \"Loden\", role = \"aut\"), person(\"Dave\", \"Daeschler\", role = \"aut\"), person(\"Giampaolo\", \"Rodola'\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \" [email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
|
1357 | 1358 | },
|
1358 | 1359 | "rlang": {
|
1359 | 1360 | "Package": "rlang",
|
1360 |
| - "Version": "1.1.5", |
| 1361 | + "Version": "1.1.6", |
1361 | 1362 | "Source": "Repository",
|
1362 | 1363 | "Title": "Functions for Base Types and Core R and 'Tidyverse' Features",
|
1363 | 1364 | "Description": "A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.",
|
1364 |
| - "Authors@R": "c( person(\"Lionel\", \"Henry\", ,\" [email protected]\", c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", ,\" [email protected]\", \"aut\"), person(given = \"mikefc\", email = \" [email protected]\", role = \"cph\", comment = \"Hash implementation based on Mike's xxhashlite\"), person(given = \"Yann\", family = \"Collet\", role = \"cph\", comment = \"Author of the embedded xxHash library\"), person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\")) )", |
| 1365 | + "Authors@R": "c( person(\"Lionel\", \"Henry\", ,\" [email protected]\", c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", ,\" [email protected]\", \"aut\"), person(given = \"mikefc\", email = \" [email protected]\", role = \"cph\", comment = \"Hash implementation based on Mike's xxhashlite\"), person(given = \"Yann\", family = \"Collet\", role = \"cph\", comment = \"Author of the embedded xxHash library\"), person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\")) )", |
1365 | 1366 | "License": "MIT + file LICENSE",
|
1366 | 1367 | "ByteCompile": "true",
|
1367 | 1368 | "Biarch": "true",
|
|
1375 | 1376 | "cli (>= 3.1.0)",
|
1376 | 1377 | "covr",
|
1377 | 1378 | "crayon",
|
| 1379 | + "desc", |
1378 | 1380 | "fs",
|
1379 | 1381 | "glue",
|
1380 | 1382 | "knitr",
|
1381 | 1383 | "magrittr",
|
1382 | 1384 | "methods",
|
1383 | 1385 | "pillar",
|
| 1386 | + "pkgload", |
1384 | 1387 | "rmarkdown",
|
1385 | 1388 | "stats",
|
1386 |
| - "testthat (>= 3.0.0)", |
| 1389 | + "testthat (>= 3.2.0)", |
1387 | 1390 | "tibble",
|
1388 | 1391 | "usethis",
|
1389 | 1392 | "vctrs (>= 0.2.3)",
|
|
1396 | 1399 | "RoxygenNote": "7.3.2",
|
1397 | 1400 | "URL": "https://rlang.r-lib.org, https://github.com/r-lib/rlang",
|
1398 | 1401 | "BugReports": "https://github.com/r-lib/rlang/issues",
|
| 1402 | + "Config/build/compilation-database": "true", |
1399 | 1403 | "Config/testthat/edition": "3",
|
1400 | 1404 | "Config/Needs/website": "dplyr, tidyverse/tidytemplate",
|
1401 | 1405 | "NeedsCompilation": "yes",
|
|
0 commit comments