|
4 | 4 | "Repositories": [ |
5 | 5 | { |
6 | 6 | "Name": "RSPM", |
7 | | - "URL": "https://packagemanager.posit.co/cran/2025-08-29" |
| 7 | + "URL": "https://packagemanager.posit.co/cran/2025-10-10" |
8 | 8 | } |
9 | 9 | ] |
10 | 10 | }, |
|
178 | 178 | }, |
179 | 179 | "V8": { |
180 | 180 | "Package": "V8", |
181 | | - "Version": "6.0.6", |
| 181 | + "Version": "8.0.0", |
182 | 182 | "Source": "Repository", |
183 | 183 | "Type": "Package", |
184 | 184 | "Title": "Embedded JavaScript and WebAssembly Engine for R", |
185 | | - "Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Jan Marvin\", \"Garbuszus\", role = \"ctb\"))", |
| 185 | + "Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"George\", \"Stagg\", role = \"ctb\", comment = c(ORCID = \"0009-0006-3173-9846\")), person(\"Jan Marvin\", \"Garbuszus\", role = \"ctb\"))", |
186 | 186 | "Description": "An R interface to V8 <https://v8.dev>: Google's open source JavaScript and WebAssembly engine. This package can be compiled either with V8 version 6 and up or NodeJS when built as a shared library.", |
187 | 187 | "License": "MIT + file LICENSE", |
188 | 188 | "URL": "https://jeroen.r-universe.dev/V8", |
|
208 | 208 | "Language": "en-US", |
209 | 209 | "Encoding": "UTF-8", |
210 | 210 | "Biarch": "true", |
211 | | - "Author": "Jeroen Ooms [aut, cre] (ORCID: <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>), George Stagg [ctb] (ORCID: <https://orcid.org/0009-0006-3173-9846>), Jan Marvin Garbuszus [ctb]", |
212 | 212 | "Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>", |
213 | 213 | "Repository": "RSPM" |
214 | 214 | }, |
|
673 | 673 | }, |
674 | 674 | "here": { |
675 | 675 | "Package": "here", |
676 | | - "Version": "1.0.1", |
| 676 | + "Version": "1.0.2", |
677 | 677 | "Source": "Repository", |
678 | 678 | "Title": "A Simpler Way to Find Your Files", |
679 | | - "Date": "2020-12-13", |
680 | | - "Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"krlmlr+r@mailbox.org\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\", comment = c(ORCID = \"0000-0002-6983-2759\")))", |
| 679 | + "Date": "2025-09-06", |
| 680 | + "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 = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\", comment = c(ORCID = \"0000-0002-6983-2759\")))", |
681 | 681 | "Description": "Constructs paths to your project's files. Declare the relative path of a file within your project with 'i_am()'. Use the 'here()' function as a drop-in replacement for 'file.path()', it will always locate the files relative to your project root.", |
682 | 682 | "License": "MIT + file LICENSE", |
683 | 683 | "URL": "https://here.r-lib.org/, https://github.com/r-lib/here", |
684 | 684 | "BugReports": "https://github.com/r-lib/here/issues", |
685 | 685 | "Imports": [ |
686 | | - "rprojroot (>= 2.0.2)" |
| 686 | + "rprojroot (>= 2.1.0)" |
687 | 687 | ], |
688 | 688 | "Suggests": [ |
689 | 689 | "conflicted", |
|
701 | 701 | ], |
702 | 702 | "VignetteBuilder": "knitr", |
703 | 703 | "Encoding": "UTF-8", |
704 | | - "LazyData": "true", |
705 | | - "RoxygenNote": "7.1.1.9000", |
| 704 | + "RoxygenNote": "7.3.3.9000", |
706 | 705 | "Config/testthat/edition": "3", |
| 706 | + "Config/Needs/website": "tidyverse/tidytemplate", |
707 | 707 | "NeedsCompilation": "no", |
708 | | - "Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Jennifer Bryan [ctb] (<https://orcid.org/0000-0002-6983-2759>)", |
709 | | - "Maintainer": "Kirill Müller <krlmlr+r@mailbox.org>", |
| 708 | + "Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Jennifer Bryan [ctb] (ORCID: <https://orcid.org/0000-0002-6983-2759>)", |
| 709 | + "Maintainer": "Kirill Müller <kirill@cynkra.com>", |
710 | 710 | "Repository": "RSPM" |
711 | 711 | }, |
712 | 712 | "highr": { |
|
1024 | 1024 | }, |
1025 | 1025 | "magrittr": { |
1026 | 1026 | "Package": "magrittr", |
1027 | | - "Version": "2.0.3", |
| 1027 | + "Version": "2.0.4", |
1028 | 1028 | "Source": "Repository", |
1029 | 1029 | "Type": "Package", |
1030 | 1030 | "Title": "A Forward-Pipe Operator for R", |
1031 | | - "Authors@R": "c( person(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"), comment = \"Original author and creator of magrittr\"), person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"cre\"), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )", |
| 1031 | + "Authors@R": "c( person(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"), comment = \"Original author and creator of magrittr\"), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"cre\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", |
1032 | 1032 | "Description": "Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, \"Ceci n'est pas un pipe.\"", |
1033 | 1033 | "License": "MIT + file LICENSE", |
1034 | 1034 | "URL": "https://magrittr.tidyverse.org, https://github.com/tidyverse/magrittr", |
|
1047 | 1047 | "ByteCompile": "Yes", |
1048 | 1048 | "Config/Needs/website": "tidyverse/tidytemplate", |
1049 | 1049 | "Encoding": "UTF-8", |
1050 | | - "RoxygenNote": "7.1.2", |
| 1050 | + "RoxygenNote": "7.3.3", |
1051 | 1051 | "NeedsCompilation": "yes", |
1052 | | - "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of magrittr), Hadley Wickham [aut], Lionel Henry [cre], RStudio [cph, fnd]", |
1053 | | - "Maintainer": "Lionel Henry <lionel@rstudio.com>", |
| 1052 | + "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of magrittr), Hadley Wickham [aut], Lionel Henry [cre], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", |
| 1053 | + "Maintainer": "Lionel Henry <lionel@posit.co>", |
1054 | 1054 | "Repository": "RSPM" |
1055 | 1055 | }, |
1056 | 1056 | "pkgbuild": { |
|
1094 | 1094 | }, |
1095 | 1095 | "pkgload": { |
1096 | 1096 | "Package": "pkgload", |
1097 | | - "Version": "1.4.0", |
| 1097 | + "Version": "1.4.1", |
1098 | 1098 | "Source": "Repository", |
1099 | 1099 | "Title": "Simulate Package Installation and Attach", |
1100 | 1100 | "Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Core team\", role = \"ctb\", comment = \"Some namespace and vignette code extracted from base R\") )", |
1101 | 1101 | "Description": "Simulates the process of installing a package and then attaching it. This is a key part of the 'devtools' package as it allows you to rapidly iterate while developing a package.", |
1102 | | - "License": "GPL-3", |
| 1102 | + "License": "MIT + file LICENSE", |
1103 | 1103 | "URL": "https://github.com/r-lib/pkgload, https://pkgload.r-lib.org", |
1104 | 1104 | "BugReports": "https://github.com/r-lib/pkgload/issues", |
1105 | 1105 | "Depends": [ |
|
1116 | 1116 | "processx", |
1117 | 1117 | "rlang (>= 1.1.1)", |
1118 | 1118 | "rprojroot", |
1119 | | - "utils", |
1120 | | - "withr (>= 2.4.3)" |
| 1119 | + "utils" |
1121 | 1120 | ], |
1122 | 1121 | "Suggests": [ |
1123 | 1122 | "bitops", |
|
1128 | 1127 | "remotes", |
1129 | 1128 | "rstudioapi", |
1130 | 1129 | "testthat (>= 3.2.1.1)", |
1131 | | - "usethis" |
| 1130 | + "usethis", |
| 1131 | + "withr" |
1132 | 1132 | ], |
1133 | 1133 | "Config/Needs/website": "tidyverse/tidytemplate, ggplot2", |
1134 | 1134 | "Config/testthat/edition": "3", |
1135 | 1135 | "Config/testthat/parallel": "TRUE", |
1136 | 1136 | "Config/testthat/start-first": "dll", |
1137 | 1137 | "Encoding": "UTF-8", |
1138 | | - "RoxygenNote": "7.3.1", |
| 1138 | + "RoxygenNote": "7.3.2", |
1139 | 1139 | "NeedsCompilation": "no", |
1140 | 1140 | "Author": "Hadley Wickham [aut], Winston Chang [aut], Jim Hester [aut], Lionel Henry [aut, cre], Posit Software, PBC [cph, fnd], R Core team [ctb] (Some namespace and vignette code extracted from base R)", |
1141 | 1141 | "Maintainer": "Lionel Henry <lionel@posit.co>", |
|
1412 | 1412 | }, |
1413 | 1413 | "roxygen2": { |
1414 | 1414 | "Package": "roxygen2", |
1415 | | - "Version": "7.3.2", |
| 1415 | + "Version": "7.3.3", |
1416 | 1416 | "Source": "Repository", |
1417 | 1417 | "Title": "In-Line Documentation for R", |
1418 | | - "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Peter\", \"Danenberg\", , \"pcd@roxygen.org\", role = c(\"aut\", \"cph\")), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"aut\"), person(\"Manuel\", \"Eugster\", role = c(\"aut\", \"cph\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
| 1418 | + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Peter\", \"Danenberg\", , \"pcd@roxygen.org\", role = c(\"aut\", \"cph\")), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"aut\"), person(\"Manuel\", \"Eugster\", role = c(\"aut\", \"cph\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", |
1419 | 1419 | "Description": "Generate your Rd documentation, 'NAMESPACE' file, and collation field using specially formatted comments. Writing documentation in-line with code makes it easier to keep your documentation up-to-date as your requirements change. 'roxygen2' is inspired by the 'Doxygen' system for C++.", |
1420 | 1420 | "License": "MIT + file LICENSE", |
1421 | 1421 | "URL": "https://roxygen2.r-lib.org/, https://github.com/r-lib/roxygen2", |
|
1458 | 1458 | "Config/testthat/parallel": "TRUE", |
1459 | 1459 | "Encoding": "UTF-8", |
1460 | 1460 | "Language": "en-GB", |
1461 | | - "RoxygenNote": "7.3.1.9000", |
| 1461 | + "RoxygenNote": "7.3.2.9000", |
1462 | 1462 | "NeedsCompilation": "yes", |
1463 | | - "Author": "Hadley Wickham [aut, cre, cph] (<https://orcid.org/0000-0003-4757-117X>), Peter Danenberg [aut, cph], Gábor Csárdi [aut], Manuel Eugster [aut, cph], Posit Software, PBC [cph, fnd]", |
| 1463 | + "Author": "Hadley Wickham [aut, cre, cph] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Peter Danenberg [aut, cph], Gábor Csárdi [aut], Manuel Eugster [aut, cph], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", |
1464 | 1464 | "Maintainer": "Hadley Wickham <hadley@posit.co>", |
1465 | 1465 | "Repository": "RSPM" |
1466 | 1466 | }, |
|
1557 | 1557 | }, |
1558 | 1558 | "stringr": { |
1559 | 1559 | "Package": "stringr", |
1560 | | - "Version": "1.5.1", |
| 1560 | + "Version": "1.5.2", |
1561 | 1561 | "Source": "Repository", |
1562 | 1562 | "Title": "Simple, Consistent Wrappers for Common String Operations", |
1563 | 1563 | "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
|
1593 | 1593 | "Config/testthat/edition": "3", |
1594 | 1594 | "Encoding": "UTF-8", |
1595 | 1595 | "LazyData": "true", |
1596 | | - "RoxygenNote": "7.2.3", |
| 1596 | + "RoxygenNote": "7.3.2", |
1597 | 1597 | "NeedsCompilation": "no", |
1598 | 1598 | "Author": "Hadley Wickham [aut, cre, cph], Posit Software, PBC [cph, fnd]", |
1599 | 1599 | "Maintainer": "Hadley Wickham <hadley@posit.co>", |
|
0 commit comments