|
19 | 19 | "Packages": {
|
20 | 20 | "MASS": {
|
21 | 21 | "Package": "MASS",
|
22 |
| - "Version": "7.3-64", |
| 22 | + "Version": "7.3-65", |
23 | 23 | "Source": "Repository",
|
24 | 24 | "Priority": "recommended",
|
25 |
| - "Date": "2025-01-06", |
26 |
| - "Revision": "$Rev: 3680 $", |
| 25 | + "Date": "2025-02-19", |
| 26 | + "Revision": "$Rev: 3681 $", |
27 | 27 | "Depends": [
|
28 | 28 | "R (>= 4.4.0)",
|
29 | 29 | "grDevices",
|
|
100 | 100 | },
|
101 | 101 | "R6": {
|
102 | 102 | "Package": "R6",
|
103 |
| - "Version": "2.5.1", |
| 103 | + "Version": "2.6.1", |
104 | 104 | "Source": "Repository",
|
105 | 105 | "Title": "Encapsulated Classes with Reference Semantics",
|
106 |
| - "Authors@R": "person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\") , email = \"[email protected]\")", |
| 106 | + "Authors@R": " c( person(\"Winston\", \"Chang\", , \"[email protected]\", role = c(\"aut\", \"cre\") ), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
107 | 107 | "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.",
|
| 108 | + "License": "MIT + file LICENSE", |
| 109 | + "URL": "https://r6.r-lib.org, https://github.com/r-lib/R6", |
| 110 | + "BugReports": "https://github.com/r-lib/R6/issues", |
108 | 111 | "Depends": [
|
109 |
| - "R (>= 3.0)" |
| 112 | + "R (>= 3.6)" |
110 | 113 | ],
|
111 | 114 | "Suggests": [
|
112 |
| - "testthat", |
113 |
| - "pryr" |
| 115 | + "lobstr", |
| 116 | + "testthat (>= 3.0.0)" |
114 | 117 | ],
|
115 |
| - "License": "MIT + file LICENSE", |
116 |
| - "URL": "https://r6.r-lib.org, https://github.com/r-lib/R6/", |
117 |
| - "BugReports": "https://github.com/r-lib/R6/issues", |
118 |
| - "RoxygenNote": "7.1.1", |
| 118 | + "Config/Needs/website": "tidyverse/tidytemplate, ggplot2, microbenchmark, scales", |
| 119 | + "Config/testthat/edition": "3", |
| 120 | + "Encoding": "UTF-8", |
| 121 | + "RoxygenNote": "7.3.2", |
119 | 122 | "NeedsCompilation": "no",
|
120 |
| - "Author": "Winston Chang [aut, cre]", |
121 |
| - "Maintainer": "Winston Chang < [email protected]>", |
122 |
| - "Repository": "RSPM", |
123 |
| - "Encoding": "UTF-8" |
| 123 | + "Author": "Winston Chang [aut, cre], Posit Software, PBC [cph, fnd]", |
| 124 | + "Maintainer": "Winston Chang < [email protected]>", |
| 125 | + "Repository": "CRAN" |
124 | 126 | },
|
125 | 127 | "RColorBrewer": {
|
126 | 128 | "Package": "RColorBrewer",
|
|
347 | 349 | },
|
348 | 350 | "cli": {
|
349 | 351 | "Package": "cli",
|
350 |
| - "Version": "3.6.3", |
| 352 | + "Version": "3.6.4", |
351 | 353 | "Source": "Repository",
|
352 | 354 | "Title": "Helpers for Developing Command Line Interfaces",
|
353 |
| - "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\", , \" [email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
| 355 | + "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\", , \" [email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
354 | 356 | "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.",
|
355 | 357 | "License": "MIT + file LICENSE",
|
356 | 358 | "URL": "https://cli.r-lib.org, https://github.com/r-lib/cli",
|
|
372 | 374 | "htmlwidgets",
|
373 | 375 | "knitr",
|
374 | 376 | "methods",
|
375 |
| - "mockery", |
376 | 377 | "processx",
|
377 | 378 | "ps (>= 1.3.4.9000)",
|
378 | 379 | "rlang (>= 1.0.2.9003)",
|
379 | 380 | "rmarkdown",
|
380 | 381 | "rprojroot",
|
381 | 382 | "rstudioapi",
|
382 |
| - "testthat", |
| 383 | + "testthat (>= 3.2.0)", |
383 | 384 | "tibble",
|
384 | 385 | "whoami",
|
385 | 386 | "withr"
|
386 | 387 | ],
|
387 | 388 | "Config/Needs/website": "r-lib/asciicast, bench, brio, cpp11, decor, desc, fansi, prettyunits, sessioninfo, tidyverse/tidytemplate, usethis, vctrs",
|
388 | 389 | "Config/testthat/edition": "3",
|
389 | 390 | "Encoding": "UTF-8",
|
390 |
| - "RoxygenNote": "7.2.3", |
| 391 | + "RoxygenNote": "7.3.2", |
391 | 392 | "NeedsCompilation": "yes",
|
392 | 393 | "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]",
|
393 |
| - "Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>", |
394 |
| - "Repository": "RSPM" |
| 394 | + "Maintainer": "Gábor Csárdi <gabor@posit.co>", |
| 395 | + "Repository": "CRAN" |
395 | 396 | },
|
396 | 397 | "clipr": {
|
397 | 398 | "Package": "clipr",
|
|
1182 | 1183 | },
|
1183 | 1184 | "jsonlite": {
|
1184 | 1185 | "Package": "jsonlite",
|
1185 |
| - "Version": "1.8.9", |
| 1186 | + "Version": "1.9.1", |
1186 | 1187 | "Source": "Repository",
|
1187 | 1188 | "Title": "A Simple and Robust JSON Parser and Generator for R",
|
1188 | 1189 | "License": "MIT + file LICENSE",
|
|
1208 | 1209 | "Encoding": "UTF-8",
|
1209 | 1210 | "NeedsCompilation": "yes",
|
1210 | 1211 | "Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), Duncan Temple Lang [ctb], Lloyd Hilaiel [cph] (author of bundled libyajl)",
|
1211 |
| - "Repository": "RSPM" |
| 1212 | + "Repository": "CRAN" |
1212 | 1213 | },
|
1213 | 1214 | "knitr": {
|
1214 | 1215 | "Package": "knitr",
|
|
1715 | 1716 | },
|
1716 | 1717 | "purrr": {
|
1717 | 1718 | "Package": "purrr",
|
1718 |
| - "Version": "1.0.2", |
| 1719 | + "Version": "1.0.4", |
1719 | 1720 | "Source": "Repository",
|
1720 | 1721 | "Title": "Functional Programming Tools",
|
1721 |
| - "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\")) )", |
| 1722 | + "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\")) )", |
1722 | 1723 | "Description": "A complete and consistent functional programming toolkit for R.",
|
1723 | 1724 | "License": "MIT + file LICENSE",
|
1724 | 1725 | "URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr",
|
1725 | 1726 | "BugReports": "https://github.com/tidyverse/purrr/issues",
|
1726 | 1727 | "Depends": [
|
1727 |
| - "R (>= 3.5.0)" |
| 1728 | + "R (>= 4.0)" |
1728 | 1729 | ],
|
1729 | 1730 | "Imports": [
|
1730 | 1731 | "cli (>= 3.6.1)",
|
|
1749 | 1750 | ],
|
1750 | 1751 | "VignetteBuilder": "knitr",
|
1751 | 1752 | "Biarch": "true",
|
| 1753 | + "Config/build/compilation-database": "true", |
1752 | 1754 | "Config/Needs/website": "tidyverse/tidytemplate, tidyr",
|
1753 | 1755 | "Config/testthat/edition": "3",
|
| 1756 | + "Config/testthat/parallel": "TRUE", |
1754 | 1757 | "Encoding": "UTF-8",
|
1755 |
| - "RoxygenNote": "7.2.3", |
| 1758 | + "RoxygenNote": "7.3.2", |
1756 | 1759 | "NeedsCompilation": "yes",
|
1757 |
| - "Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], RStudio [cph, fnd]", |
1758 |
| - "Maintainer": "Hadley Wickham <hadley@rstudio.com>", |
1759 |
| - "Repository": "RSPM" |
| 1760 | + "Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (03wc8by49)", |
| 1761 | + "Maintainer": "Hadley Wickham <hadley@posit.co>", |
| 1762 | + "Repository": "CRAN" |
1760 | 1763 | },
|
1761 | 1764 | "rappdirs": {
|
1762 | 1765 | "Package": "rappdirs",
|
|
1845 | 1848 | },
|
1846 | 1849 | "readxl": {
|
1847 | 1850 | "Package": "readxl",
|
1848 |
| - "Version": "1.4.3", |
| 1851 | + "Version": "1.4.4", |
1849 | 1852 | "Source": "Repository",
|
1850 | 1853 | "Title": "Read Excel Files",
|
1851 | 1854 | "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \" [email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Jennifer\", \"Bryan\", , \" [email protected]\", 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\") )",
|
|
1876 | 1879 | "Config/Needs/website": "tidyverse/tidytemplate, tidyverse",
|
1877 | 1880 | "Config/testthat/edition": "3",
|
1878 | 1881 | "Encoding": "UTF-8",
|
1879 |
| - "Note": "libxls v1.6.2 (patched) 45abe77", |
1880 |
| - "RoxygenNote": "7.2.3", |
| 1882 | + "Note": "libxls v1.6.3 c199d13", |
| 1883 | + "RoxygenNote": "7.3.2", |
1881 | 1884 | "NeedsCompilation": "yes",
|
1882 | 1885 | "Author": "Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), Posit, PBC [cph, fnd] (Copyright holder of all R code and all C/C++ code without explicit copyright attribution), Marcin Kalicinski [ctb, cph] (Author of included RapidXML code), Komarov Valery [ctb, cph] (Author of included libxls code), Christophe Leitienne [ctb, cph] (Author of included libxls code), Bob Colbert [ctb, cph] (Author of included libxls code), David Hoerl [ctb, cph] (Author of included libxls code), Evan Miller [ctb, cph] (Author of included libxls code)",
|
1883 | 1886 | "Maintainer": "Jennifer Bryan < [email protected]>",
|
1884 |
| - "Repository": "RSPM" |
| 1887 | + "Repository": "CRAN" |
1885 | 1888 | },
|
1886 | 1889 | "rematch": {
|
1887 | 1890 | "Package": "rematch",
|
|
1905 | 1908 | },
|
1906 | 1909 | "renv": {
|
1907 | 1910 | "Package": "renv",
|
1908 |
| - "Version": "1.1.0", |
| 1911 | + "Version": "1.1.2", |
1909 | 1912 | "Source": "Repository",
|
1910 | 1913 | "Type": "Package",
|
1911 | 1914 | "Title": "Project Environments",
|
|
2377 | 2380 | },
|
2378 | 2381 | "tinytex": {
|
2379 | 2382 | "Package": "tinytex",
|
2380 |
| - "Version": "0.54", |
| 2383 | + "Version": "0.56", |
2381 | 2384 | "Source": "Repository",
|
2382 | 2385 | "Type": "Package",
|
2383 | 2386 | "Title": "Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents",
|
|
2398 | 2401 | "NeedsCompilation": "no",
|
2399 | 2402 | "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]",
|
2400 | 2403 | "Maintainer": "Yihui Xie < [email protected]>",
|
2401 |
| - "Repository": "RSPM" |
| 2404 | + "Repository": "CRAN" |
2402 | 2405 | },
|
2403 | 2406 | "tzdb": {
|
2404 | 2407 | "Package": "tzdb",
|
|
2646 | 2649 | },
|
2647 | 2650 | "xfun": {
|
2648 | 2651 | "Package": "xfun",
|
2649 |
| - "Version": "0.50", |
| 2652 | + "Version": "0.51", |
2650 | 2653 | "Source": "Repository",
|
2651 | 2654 | "Type": "Package",
|
2652 | 2655 | "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
|
2653 |
| - "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \" [email protected]\", 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 = \" [email protected]\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person() )", |
| 2656 | + "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \" [email protected]\", 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 = \" [email protected]\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person() )", |
2654 | 2657 | "Description": "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.",
|
2655 | 2658 | "Depends": [
|
2656 | 2659 | "R (>= 3.2.0)"
|
|
2690 | 2693 | "RoxygenNote": "7.3.2",
|
2691 | 2694 | "VignetteBuilder": "litedown",
|
2692 | 2695 | "NeedsCompilation": "yes",
|
2693 |
| - "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]", |
| 2696 | + "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]", |
2694 | 2697 | "Maintainer": "Yihui Xie < [email protected]>",
|
2695 | 2698 | "Repository": "CRAN"
|
2696 | 2699 | },
|
|
0 commit comments