|
218 | 218 | }, |
219 | 219 | "Rcpp": { |
220 | 220 | "Package": "Rcpp", |
221 | | - "Version": "1.0.14", |
| 221 | + "Version": "1.1.0", |
222 | 222 | "Source": "Repository", |
223 | 223 | "Title": "Seamless R and C++ Integration", |
224 | | - "Date": "2025-01-11", |
| 224 | + "Date": "2025-07-01", |
225 | 225 | "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\", comment = c(ORCID = \"0000-0001-6419-907X\")), person(\"Romain\", \"Francois\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"JJ\", \"Allaire\", role = \"aut\", comment = c(ORCID = \"0000-0003-0174-9868\")), person(\"Kevin\", \"Ushey\", role = \"aut\", comment = c(ORCID = \"0000-0003-2880-7407\")), person(\"Qiang\", \"Kou\", role = \"aut\", comment = c(ORCID = \"0000-0001-6786-5453\")), person(\"Nathan\", \"Russell\", role = \"aut\"), person(\"Iñaki\", \"Ucar\", role = \"aut\", comment = c(ORCID = \"0000-0001-6403-5550\")), person(\"Doug\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"John\", \"Chambers\", role = \"aut\"))", |
226 | 226 | "Description": "The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at <https://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013, <doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2018, <doi:10.1080/00031305.2017.1375990>); see 'citation(\"Rcpp\")' for details.", |
227 | 227 | "Imports": [ |
|
241 | 241 | "RoxygenNote": "6.1.1", |
242 | 242 | "Encoding": "UTF-8", |
243 | 243 | "NeedsCompilation": "yes", |
244 | | - "Author": "Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>), Romain Francois [aut] (<https://orcid.org/0000-0002-2444-4226>), JJ Allaire [aut] (<https://orcid.org/0000-0003-0174-9868>), Kevin Ushey [aut] (<https://orcid.org/0000-0003-2880-7407>), Qiang Kou [aut] (<https://orcid.org/0000-0001-6786-5453>), Nathan Russell [aut], Iñaki Ucar [aut] (<https://orcid.org/0000-0001-6403-5550>), Doug Bates [aut] (<https://orcid.org/0000-0001-8316-9503>), John Chambers [aut]", |
| 244 | + "Author": "Dirk Eddelbuettel [aut, cre] (ORCID: <https://orcid.org/0000-0001-6419-907X>), Romain Francois [aut] (ORCID: <https://orcid.org/0000-0002-2444-4226>), JJ Allaire [aut] (ORCID: <https://orcid.org/0000-0003-0174-9868>), Kevin Ushey [aut] (ORCID: <https://orcid.org/0000-0003-2880-7407>), Qiang Kou [aut] (ORCID: <https://orcid.org/0000-0001-6786-5453>), Nathan Russell [aut], Iñaki Ucar [aut] (ORCID: <https://orcid.org/0000-0001-6403-5550>), Doug Bates [aut] (ORCID: <https://orcid.org/0000-0001-8316-9503>), John Chambers [aut]", |
245 | 245 | "Maintainer": "Dirk Eddelbuettel <edd@debian.org>", |
246 | 246 | "Repository": "CRAN" |
247 | 247 | }, |
|
260 | 260 | ], |
261 | 261 | "Description": "This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package.", |
262 | 262 | "License": "GPL-2 | GPL-3", |
263 | | - "URL": "https://www.rforge.net/base64enc", |
| 263 | + "URL": "http://www.rforge.net/base64enc", |
264 | 264 | "NeedsCompilation": "yes", |
265 | 265 | "Repository": "RSPM", |
266 | 266 | "Encoding": "UTF-8" |
|
369 | 369 | "Title": "Functions for Classification", |
370 | 370 | "ByteCompile": "yes", |
371 | 371 | "License": "GPL-2 | GPL-3", |
372 | | - "URL": "https://www.stats.ox.ac.uk/pub/MASS4/", |
| 372 | + "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", |
373 | 373 | "NeedsCompilation": "yes", |
374 | 374 | "Author": "Brian Ripley [aut, cre, cph], William Venables [cph]", |
375 | 375 | "Maintainer": "Brian Ripley <Brian.Ripley@R-project.org>", |
|
1447 | 1447 | }, |
1448 | 1448 | "pillar": { |
1449 | 1449 | "Package": "pillar", |
1450 | | - "Version": "1.10.2", |
| 1450 | + "Version": "1.11.0", |
1451 | 1451 | "Source": "Repository", |
1452 | 1452 | "Title": "Coloured Formatting for Columns", |
1453 | 1453 | "Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\"), person(given = \"RStudio\", role = \"cph\"))", |
|
1498 | 1498 | "Config/gha/extra-packages": "units=?ignore-before-r=4.3.0", |
1499 | 1499 | "Config/Needs/website": "tidyverse/tidytemplate", |
1500 | 1500 | "NeedsCompilation": "no", |
1501 | | - "Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], RStudio [cph]", |
| 1501 | + "Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], RStudio [cph]", |
1502 | 1502 | "Maintainer": "Kirill Müller <kirill@cynkra.com>", |
1503 | 1503 | "Repository": "CRAN" |
1504 | 1504 | }, |
|
1591 | 1591 | }, |
1592 | 1592 | "purrr": { |
1593 | 1593 | "Package": "purrr", |
1594 | | - "Version": "1.0.4", |
| 1594 | + "Version": "1.1.0", |
1595 | 1595 | "Source": "Repository", |
1596 | 1596 | "Title": "Functional Programming Tools", |
1597 | | - "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\")) )", |
| 1597 | + "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 = \"https://ror.org/03wc8by49\")) )", |
1598 | 1598 | "Description": "A complete and consistent functional programming toolkit for R.", |
1599 | 1599 | "License": "MIT + file LICENSE", |
1600 | 1600 | "URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr", |
1601 | 1601 | "BugReports": "https://github.com/tidyverse/purrr/issues", |
1602 | 1602 | "Depends": [ |
1603 | | - "R (>= 4.0)" |
| 1603 | + "R (>= 4.1)" |
1604 | 1604 | ], |
1605 | 1605 | "Imports": [ |
1606 | 1606 | "cli (>= 3.6.1)", |
|
1610 | 1610 | "vctrs (>= 0.6.3)" |
1611 | 1611 | ], |
1612 | 1612 | "Suggests": [ |
| 1613 | + "carrier (>= 0.2.0)", |
1613 | 1614 | "covr", |
1614 | 1615 | "dplyr (>= 0.7.8)", |
1615 | 1616 | "httr", |
1616 | 1617 | "knitr", |
1617 | 1618 | "lubridate", |
| 1619 | + "mirai (>= 2.4.0)", |
1618 | 1620 | "rmarkdown", |
1619 | 1621 | "testthat (>= 3.0.0)", |
1620 | 1622 | "tibble", |
|
1632 | 1634 | "Encoding": "UTF-8", |
1633 | 1635 | "RoxygenNote": "7.3.2", |
1634 | 1636 | "NeedsCompilation": "yes", |
1635 | | - "Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (03wc8by49)", |
| 1637 | + "Author": "Hadley Wickham [aut, cre] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", |
1636 | 1638 | "Maintainer": "Hadley Wickham <hadley@posit.co>", |
1637 | 1639 | "Repository": "CRAN" |
1638 | 1640 | }, |
|
1710 | 1712 | }, |
1711 | 1713 | "renv": { |
1712 | 1714 | "Package": "renv", |
1713 | | - "Version": "1.1.4", |
| 1715 | + "Version": "1.1.5", |
1714 | 1716 | "Source": "Repository", |
1715 | 1717 | "Type": "Package", |
1716 | 1718 | "Title": "Project Environments", |
|
1729 | 1731 | "covr", |
1730 | 1732 | "cpp11", |
1731 | 1733 | "devtools", |
| 1734 | + "generics", |
1732 | 1735 | "gitcreds", |
1733 | 1736 | "jsonlite", |
1734 | 1737 | "jsonvalidate", |
|
1757 | 1760 | "Config/testthat/parallel": "true", |
1758 | 1761 | "Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes", |
1759 | 1762 | "NeedsCompilation": "no", |
1760 | | - "Author": "Kevin Ushey [aut, cre] (<https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]", |
| 1763 | + "Author": "Kevin Ushey [aut, cre] (ORCID: <https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]", |
1761 | 1764 | "Maintainer": "Kevin Ushey <kevin@rstudio.com>", |
1762 | 1765 | "Repository": "CRAN" |
1763 | 1766 | }, |
|
1780 | 1783 | "NeedsCompilation": "no", |
1781 | 1784 | "Author": "Hadley Wickham [aut, cre]", |
1782 | 1785 | "Maintainer": "Hadley Wickham <hadley@rstudio.com>", |
1783 | | - "Repository": "CRAN" |
| 1786 | + "Repository": "RSPM", |
| 1787 | + "Encoding": "UTF-8" |
1784 | 1788 | }, |
1785 | 1789 | "rlang": { |
1786 | 1790 | "Package": "rlang", |
|
2207 | 2211 | }, |
2208 | 2212 | "terra": { |
2209 | 2213 | "Package": "terra", |
2210 | | - "Version": "1.8-54", |
| 2214 | + "Version": "1.8-60", |
2211 | 2215 | "Source": "Repository", |
2212 | 2216 | "Type": "Package", |
2213 | 2217 | "Title": "Spatial Data Analysis", |
2214 | | - "Date": "2025-06-01", |
| 2218 | + "Date": "2025-07-18", |
2215 | 2219 | "Depends": [ |
2216 | 2220 | "R (>= 3.5.0)" |
2217 | 2221 | ], |
|
2241 | 2245 | "URL": "https://rspatial.org/, https://rspatial.github.io/terra/", |
2242 | 2246 | "BugReports": "https://github.com/rspatial/terra/issues/", |
2243 | 2247 | "LazyLoad": "yes", |
2244 | | - "Authors@R": "c( person(\"Robert J.\", \"Hijmans\", role=c(\"cre\", \"aut\"), email=\"r.hijmans@gmail.com\", comment=c(ORCID=\"0000-0001-5872-2872\")),\t\t\t person(\"Márcia\", \"Barbosa\", role=\"ctb\"), person(\"Roger\", \"Bivand\", role=\"ctb\", comment=c(ORCID=\"0000-0003-2392-6140\")), person(\"Andrew\", \"Brown\", role=\"ctb\"), person(\"Michael\", \"Chirico\", role=\"ctb\"), person(\"Emanuele\", \"Cordano\", role=\"ctb\",comment=c(ORCID=\"0000-0002-3508-5898\")), person(\"Krzysztof\", \"Dyba\", role=\"ctb\", comment=c(ORCID=\"0000-0002-8614-3816\")), person(\"Edzer\", \"Pebesma\", role=\"ctb\", comment=c(ORCID=\"0000-0001-8049-7069\")), person(\"Barry\", \"Rowlingson\", role=\"ctb\"), person(\"Michael D.\", \"Sumner\", role=\"ctb\"))", |
| 2248 | + "Authors@R": "c( person(\"Robert J.\", \"Hijmans\", role=c(\"cre\", \"aut\"), email=\"r.hijmans@gmail.com\", comment=c(ORCID=\"0000-0001-5872-2872\")),\t\t\t person(\"Márcia\", \"Barbosa\", role=\"ctb\", comment=c(ORCID=\"0000-0001-8972-7713\")), person(\"Roger\", \"Bivand\", role=\"ctb\", comment=c(ORCID=\"0000-0003-2392-6140\")), person(\"Andrew\", \"Brown\", role=\"ctb\", comment=c(ORCID=\"0000-0002-4565-533X\")), person(\"Michael\", \"Chirico\", role=\"ctb\", comment=c(ORCID=\"0000-0003-0787-087X\")), person(\"Emanuele\", \"Cordano\", role=\"ctb\",comment=c(ORCID=\"0000-0002-3508-5898\")), person(\"Krzysztof\", \"Dyba\", role=\"ctb\", comment=c(ORCID=\"0000-0002-8614-3816\")), person(\"Edzer\", \"Pebesma\", role=\"ctb\", comment=c(ORCID=\"0000-0001-8049-7069\")), person(\"Barry\", \"Rowlingson\", role=\"ctb\", comment=c(ORCID=\"0000-0002-8586-6625\")), person(\"Michael D.\", \"Sumner\", role=\"ctb\", comment=c(ORCID=\"0000-0002-2471-7511\")))", |
2245 | 2249 | "NeedsCompilation": "yes", |
2246 | | - "Author": "Robert J. Hijmans [cre, aut] (ORCID: <https://orcid.org/0000-0001-5872-2872>), Márcia Barbosa [ctb], Roger Bivand [ctb] (ORCID: <https://orcid.org/0000-0003-2392-6140>), Andrew Brown [ctb], Michael Chirico [ctb], Emanuele Cordano [ctb] (ORCID: <https://orcid.org/0000-0002-3508-5898>), Krzysztof Dyba [ctb] (ORCID: <https://orcid.org/0000-0002-8614-3816>), Edzer Pebesma [ctb] (ORCID: <https://orcid.org/0000-0001-8049-7069>), Barry Rowlingson [ctb], Michael D. Sumner [ctb]", |
| 2250 | + "Author": "Robert J. Hijmans [cre, aut] (ORCID: <https://orcid.org/0000-0001-5872-2872>), Márcia Barbosa [ctb] (ORCID: <https://orcid.org/0000-0001-8972-7713>), Roger Bivand [ctb] (ORCID: <https://orcid.org/0000-0003-2392-6140>), Andrew Brown [ctb] (ORCID: <https://orcid.org/0000-0002-4565-533X>), Michael Chirico [ctb] (ORCID: <https://orcid.org/0000-0003-0787-087X>), Emanuele Cordano [ctb] (ORCID: <https://orcid.org/0000-0002-3508-5898>), Krzysztof Dyba [ctb] (ORCID: <https://orcid.org/0000-0002-8614-3816>), Edzer Pebesma [ctb] (ORCID: <https://orcid.org/0000-0001-8049-7069>), Barry Rowlingson [ctb] (ORCID: <https://orcid.org/0000-0002-8586-6625>), Michael D. Sumner [ctb] (ORCID: <https://orcid.org/0000-0002-2471-7511>)", |
2247 | 2251 | "Repository": "CRAN" |
2248 | 2252 | }, |
2249 | 2253 | "tibble": { |
|
0 commit comments