|
93 | 93 | },
|
94 | 94 | "MASS": {
|
95 | 95 | "Package": "MASS",
|
96 |
| - "Version": "7.3-64", |
| 96 | + "Version": "7.3-65", |
97 | 97 | "Source": "Repository",
|
98 | 98 | "Priority": "recommended",
|
99 |
| - "Date": "2025-01-06", |
100 |
| - "Revision": "$Rev: 3680 $", |
| 99 | + "Date": "2025-02-19", |
| 100 | + "Revision": "$Rev: 3681 $", |
101 | 101 | "Depends": [
|
102 | 102 | "R (>= 4.4.0)",
|
103 | 103 | "grDevices",
|
|
174 | 174 | },
|
175 | 175 | "R6": {
|
176 | 176 | "Package": "R6",
|
177 |
| - "Version": "2.5.1", |
| 177 | + "Version": "2.6.1", |
178 | 178 | "Source": "Repository",
|
179 | 179 | "Title": "Encapsulated Classes with Reference Semantics",
|
180 |
| - "Authors@R": "person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@stdout.org\")", |
| 180 | + "Authors@R": "c( person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
181 | 181 | "Description": "Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.",
|
| 182 | + "License": "MIT + file LICENSE", |
| 183 | + "URL": "https://r6.r-lib.org, https://github.com/r-lib/R6", |
| 184 | + "BugReports": "https://github.com/r-lib/R6/issues", |
182 | 185 | "Depends": [
|
183 |
| - "R (>= 3.0)" |
| 186 | + "R (>= 3.6)" |
184 | 187 | ],
|
185 | 188 | "Suggests": [
|
186 |
| - "testthat", |
187 |
| - "pryr" |
| 189 | + "lobstr", |
| 190 | + "testthat (>= 3.0.0)" |
188 | 191 | ],
|
189 |
| - "License": "MIT + file LICENSE", |
190 |
| - "URL": "https://r6.r-lib.org, https://github.com/r-lib/R6/", |
191 |
| - "BugReports": "https://github.com/r-lib/R6/issues", |
192 |
| - "RoxygenNote": "7.1.1", |
| 192 | + "Config/Needs/website": "tidyverse/tidytemplate, ggplot2, microbenchmark, scales", |
| 193 | + "Config/testthat/edition": "3", |
| 194 | + "Encoding": "UTF-8", |
| 195 | + "RoxygenNote": "7.3.2", |
193 | 196 | "NeedsCompilation": "no",
|
194 |
| - "Author": "Winston Chang [aut, cre]", |
195 |
| - "Maintainer": "Winston Chang <winston@stdout.org>", |
196 |
| - "Repository": "RSPM", |
197 |
| - "Encoding": "UTF-8" |
| 197 | + "Author": "Winston Chang [aut, cre], Posit Software, PBC [cph, fnd]", |
| 198 | + "Maintainer": "Winston Chang <winston@posit.co>", |
| 199 | + "Repository": "CRAN" |
198 | 200 | },
|
199 | 201 | "RColorBrewer": {
|
200 | 202 | "Package": "RColorBrewer",
|
|
412 | 414 | },
|
413 | 415 | "cli": {
|
414 | 416 | "Package": "cli",
|
415 |
| - "Version": "3.6.3", |
| 417 | + "Version": "3.6.4", |
416 | 418 | "Source": "Repository",
|
417 | 419 | "Title": "Helpers for Developing Command Line Interfaces",
|
418 |
| - "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \"salim-b@pm.me\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
| 420 | + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"gabor@posit.co\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \"salim-b@pm.me\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
419 | 421 | "Description": "A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI colors and text styles as well.",
|
420 | 422 | "License": "MIT + file LICENSE",
|
421 | 423 | "URL": "https://cli.r-lib.org, https://github.com/r-lib/cli",
|
|
437 | 439 | "htmlwidgets",
|
438 | 440 | "knitr",
|
439 | 441 | "methods",
|
440 |
| - "mockery", |
441 | 442 | "processx",
|
442 | 443 | "ps (>= 1.3.4.9000)",
|
443 | 444 | "rlang (>= 1.0.2.9003)",
|
444 | 445 | "rmarkdown",
|
445 | 446 | "rprojroot",
|
446 | 447 | "rstudioapi",
|
447 |
| - "testthat", |
| 448 | + "testthat (>= 3.2.0)", |
448 | 449 | "tibble",
|
449 | 450 | "whoami",
|
450 | 451 | "withr"
|
451 | 452 | ],
|
452 | 453 | "Config/Needs/website": "r-lib/asciicast, bench, brio, cpp11, decor, desc, fansi, prettyunits, sessioninfo, tidyverse/tidytemplate, usethis, vctrs",
|
453 | 454 | "Config/testthat/edition": "3",
|
454 | 455 | "Encoding": "UTF-8",
|
455 |
| - "RoxygenNote": "7.2.3", |
| 456 | + "RoxygenNote": "7.3.2", |
456 | 457 | "NeedsCompilation": "yes",
|
457 | 458 | "Author": "Gábor Csárdi [aut, cre], Hadley Wickham [ctb], Kirill Müller [ctb], Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>), Posit Software, PBC [cph, fnd]",
|
458 |
| - "Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>", |
459 |
| - "Repository": "RSPM" |
| 459 | + "Maintainer": "Gábor Csárdi <gabor@posit.co>", |
| 460 | + "Repository": "CRAN" |
460 | 461 | },
|
461 | 462 | "colorspace": {
|
462 | 463 | "Package": "colorspace",
|
|
1187 | 1188 | },
|
1188 | 1189 | "jsonlite": {
|
1189 | 1190 | "Package": "jsonlite",
|
1190 |
| - "Version": "1.8.9", |
| 1191 | + "Version": "1.9.1", |
1191 | 1192 | "Source": "Repository",
|
1192 | 1193 | "Title": "A Simple and Robust JSON Parser and Generator for R",
|
1193 | 1194 | "License": "MIT + file LICENSE",
|
|
1213 | 1214 | "Encoding": "UTF-8",
|
1214 | 1215 | "NeedsCompilation": "yes",
|
1215 | 1216 | "Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), Duncan Temple Lang [ctb], Lloyd Hilaiel [cph] (author of bundled libyajl)",
|
1216 |
| - "Repository": "RSPM" |
| 1217 | + "Repository": "CRAN" |
1217 | 1218 | },
|
1218 | 1219 | "knitr": {
|
1219 | 1220 | "Package": "knitr",
|
|
1699 | 1700 | },
|
1700 | 1701 | "purrr": {
|
1701 | 1702 | "Package": "purrr",
|
1702 |
| - "Version": "1.0.2", |
| 1703 | + "Version": "1.0.4", |
1703 | 1704 | "Source": "Repository",
|
1704 | 1705 | "Title": "Functional Programming Tools",
|
1705 |
| - "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"aut\"), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )", |
| 1706 | + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", |
1706 | 1707 | "Description": "A complete and consistent functional programming toolkit for R.",
|
1707 | 1708 | "License": "MIT + file LICENSE",
|
1708 | 1709 | "URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr",
|
1709 | 1710 | "BugReports": "https://github.com/tidyverse/purrr/issues",
|
1710 | 1711 | "Depends": [
|
1711 |
| - "R (>= 3.5.0)" |
| 1712 | + "R (>= 4.0)" |
1712 | 1713 | ],
|
1713 | 1714 | "Imports": [
|
1714 | 1715 | "cli (>= 3.6.1)",
|
|
1733 | 1734 | ],
|
1734 | 1735 | "VignetteBuilder": "knitr",
|
1735 | 1736 | "Biarch": "true",
|
| 1737 | + "Config/build/compilation-database": "true", |
1736 | 1738 | "Config/Needs/website": "tidyverse/tidytemplate, tidyr",
|
1737 | 1739 | "Config/testthat/edition": "3",
|
| 1740 | + "Config/testthat/parallel": "TRUE", |
1738 | 1741 | "Encoding": "UTF-8",
|
1739 |
| - "RoxygenNote": "7.2.3", |
| 1742 | + "RoxygenNote": "7.3.2", |
1740 | 1743 | "NeedsCompilation": "yes",
|
1741 |
| - "Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], RStudio [cph, fnd]", |
1742 |
| - "Maintainer": "Hadley Wickham <hadley@rstudio.com>", |
1743 |
| - "Repository": "RSPM" |
| 1744 | + "Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (03wc8by49)", |
| 1745 | + "Maintainer": "Hadley Wickham <hadley@posit.co>", |
| 1746 | + "Repository": "CRAN" |
1744 | 1747 | },
|
1745 | 1748 | "rappdirs": {
|
1746 | 1749 | "Package": "rappdirs",
|
|
1811 | 1814 | "NeedsCompilation": "yes",
|
1812 | 1815 | "Author": "Robert J. Hijmans [cre, aut] (<https://orcid.org/0000-0001-5872-2872>), Jacob van Etten [ctb], Michael Sumner [ctb], Joe Cheng [ctb], Dan Baston [ctb], Andrew Bevan [ctb], Roger Bivand [ctb], Lorenzo Busetto [ctb], Mort Canty [ctb], Ben Fasoli [ctb], David Forrest [ctb], Aniruddha Ghosh [ctb], Duncan Golicher [ctb], Josh Gray [ctb], Jonathan A. Greenberg [ctb], Paul Hiemstra [ctb], Kassel Hingee [ctb], Alex Ilich [ctb], Institute for Mathematics Applied Geosciences [cph], Charles Karney [ctb], Matteo Mattiuzzi [ctb], Steven Mosher [ctb], Babak Naimi [ctb], Jakub Nowosad [ctb], Edzer Pebesma [ctb], Oscar Perpinan Lamigueiro [ctb], Etienne B. Racine [ctb], Barry Rowlingson [ctb], Ashton Shortridge [ctb], Bill Venables [ctb], Rafael Wueest [ctb]",
|
1813 | 1816 | "Maintainer": "Robert J. Hijmans <r.hijmans@gmail.com>",
|
1814 |
| - "Repository": "CRAN" |
| 1817 | + "Repository": "RSPM", |
| 1818 | + "Encoding": "UTF-8" |
1815 | 1819 | },
|
1816 | 1820 | "renv": {
|
1817 | 1821 | "Package": "renv",
|
1818 |
| - "Version": "1.1.0", |
| 1822 | + "Version": "1.1.2", |
1819 | 1823 | "Source": "Repository",
|
1820 | 1824 | "Type": "Package",
|
1821 | 1825 | "Title": "Project Environments",
|
|
2227 | 2231 | "NeedsCompilation": "yes",
|
2228 | 2232 | "Author": "Edzer Pebesma [aut, cre], Roger Bivand [aut], Barry Rowlingson [ctb], Virgilio Gomez-Rubio [ctb], Robert Hijmans [ctb], Michael Sumner [ctb], Don MacQueen [ctb], Jim Lemon [ctb], Finn Lindgren [ctb], Josh O'Brien [ctb], Joseph O'Rourke [ctb], Patrick Hausmann [ctb]",
|
2229 | 2233 | "Maintainer": "Edzer Pebesma <edzer.pebesma@uni-muenster.de>",
|
2230 |
| - "Repository": "CRAN" |
| 2234 | + "Repository": "RSPM", |
| 2235 | + "Encoding": "UTF-8" |
2231 | 2236 | },
|
2232 | 2237 | "stringi": {
|
2233 | 2238 | "Package": "stringi",
|
|
2304 | 2309 | },
|
2305 | 2310 | "terra": {
|
2306 | 2311 | "Package": "terra",
|
2307 |
| - "Version": "1.8-15", |
| 2312 | + "Version": "1.8-29", |
2308 | 2313 | "Source": "Repository",
|
2309 | 2314 | "Type": "Package",
|
2310 | 2315 | "Title": "Spatial Data Analysis",
|
2311 |
| - "Date": "2025-01-23", |
| 2316 | + "Date": "2025-02-25", |
2312 | 2317 | "Depends": [
|
2313 | 2318 | "R (>= 3.5.0)"
|
2314 | 2319 | ],
|
|
2507 | 2512 | },
|
2508 | 2513 | "tinytex": {
|
2509 | 2514 | "Package": "tinytex",
|
2510 |
| - "Version": "0.54", |
| 2515 | + "Version": "0.56", |
2511 | 2516 | "Source": "Repository",
|
2512 | 2517 | "Type": "Package",
|
2513 | 2518 | "Title": "Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents",
|
|
2528 | 2533 | "NeedsCompilation": "no",
|
2529 | 2534 | "Author": "Yihui Xie [aut, cre, cph] (<https://orcid.org/0000-0003-0645-5666>), Posit Software, PBC [cph, fnd], Christophe Dervieux [ctb] (<https://orcid.org/0000-0003-4474-2498>), Devon Ryan [ctb] (<https://orcid.org/0000-0002-8549-0971>), Ethan Heinzen [ctb], Fernando Cagua [ctb]",
|
2530 | 2535 | "Maintainer": "Yihui Xie <xie@yihui.name>",
|
2531 |
| - "Repository": "RSPM" |
| 2536 | + "Repository": "CRAN" |
2532 | 2537 | },
|
2533 | 2538 | "units": {
|
2534 | 2539 | "Package": "units",
|
|
2748 | 2753 | },
|
2749 | 2754 | "xfun": {
|
2750 | 2755 | "Package": "xfun",
|
2751 |
| - "Version": "0.50", |
| 2756 | + "Version": "0.51", |
2752 | 2757 | "Source": "Repository",
|
2753 | 2758 | "Type": "Package",
|
2754 | 2759 | "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
|
2755 |
| - "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")), person(\"Wush\", \"Wu\", role = \"ctb\"), person(\"Daijiang\", \"Li\", role = \"ctb\"), person(\"Xianying\", \"Tan\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person() )", |
| 2760 | + "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")), person(\"Wush\", \"Wu\", role = \"ctb\"), person(\"Daijiang\", \"Li\", role = \"ctb\"), person(\"Xianying\", \"Tan\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person() )", |
2756 | 2761 | "Description": "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.",
|
2757 | 2762 | "Depends": [
|
2758 | 2763 | "R (>= 3.2.0)"
|
|
2792 | 2797 | "RoxygenNote": "7.3.2",
|
2793 | 2798 | "VignetteBuilder": "litedown",
|
2794 | 2799 | "NeedsCompilation": "yes",
|
2795 |
| - "Author": "Yihui Xie [aut, cre, cph] (<https://orcid.org/0000-0003-0645-5666>), Wush Wu [ctb], Daijiang Li [ctb], Xianying Tan [ctb], Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>), Christophe Dervieux [ctb]", |
| 2800 | + "Author": "Yihui Xie [aut, cre, cph] (<https://orcid.org/0000-0003-0645-5666>, https://yihui.org), Wush Wu [ctb], Daijiang Li [ctb], Xianying Tan [ctb], Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>), Christophe Dervieux [ctb]", |
2796 | 2801 | "Maintainer": "Yihui Xie <xie@yihui.name>",
|
2797 | 2802 | "Repository": "CRAN"
|
2798 | 2803 | },
|
|
0 commit comments