|
1 | 1 | { |
2 | 2 | "R": { |
3 | | - "Version": "4.5.0", |
| 3 | + "Version": "4.5.1", |
4 | 4 | "Repositories": [ |
5 | 5 | { |
6 | 6 | "Name": "carpentries", |
|
826 | 826 | }, |
827 | 827 | "curl": { |
828 | 828 | "Package": "curl", |
829 | | - "Version": "6.2.3", |
| 829 | + "Version": "6.4.0", |
830 | 830 | "Source": "Repository", |
831 | 831 | "Type": "Package", |
832 | 832 | "Title": "A Modern and Flexible Web Client for R", |
833 | 833 | "Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Posit Software, PBC\", role = \"cph\"))", |
834 | 834 | "Description": "Bindings to 'libcurl' <https://curl.se/libcurl/> for performing fully configurable HTTP/FTP requests where responses can be processed in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr2' package which builds on this package with http specific tools and logic.", |
835 | 835 | "License": "MIT + file LICENSE", |
836 | | - "SystemRequirements": "libcurl (>= 7.62): libcurl-devel (rpm) or libcurl4-openssl-dev (deb)", |
| 836 | + "SystemRequirements": "libcurl (>= 7.73): libcurl-devel (rpm) or libcurl4-openssl-dev (deb)", |
837 | 837 | "URL": "https://jeroen.r-universe.dev/curl", |
838 | 838 | "BugReports": "https://github.com/jeroen/curl/issues", |
839 | 839 | "Suggests": [ |
|
853 | 853 | "RoxygenNote": "7.3.2.9000", |
854 | 854 | "Encoding": "UTF-8", |
855 | 855 | "Language": "en-US", |
856 | | - "Roxygen": "list(markdown = TRUE)", |
| 856 | + "Roxygen": "list(load = \"installed\", markdown = TRUE)", |
857 | 857 | "Config/pak/sysreqs": "libssl-dev", |
858 | 858 | "Repository": "https://carpentries.r-universe.dev", |
859 | 859 | "RemoteUrl": "https://github.com/jeroen/curl", |
860 | | - "RemoteRef": "v6.2.3", |
861 | | - "RemoteSha": "c23c0fba61c8ee50ff21e5a5ff175e310713801f", |
| 860 | + "RemoteRef": "v8.4.0", |
| 861 | + "RemoteSha": "fa17cc6d238fbb331a5648b15a8018c4dc2e8f76", |
862 | 862 | "NeedsCompilation": "yes", |
863 | 863 | "Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>), Hadley Wickham [ctb], Posit Software, PBC [cph]", |
864 | 864 | "Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>" |
865 | 865 | }, |
866 | 866 | "data.table": { |
867 | 867 | "Package": "data.table", |
868 | | - "Version": "1.17.4", |
| 868 | + "Version": "1.17.6", |
869 | 869 | "Source": "Repository", |
870 | 870 | "Title": "Extension of `data.frame`", |
871 | 871 | "Depends": [ |
|
1094 | 1094 | }, |
1095 | 1095 | "evaluate": { |
1096 | 1096 | "Package": "evaluate", |
1097 | | - "Version": "1.0.3", |
| 1097 | + "Version": "1.0.4", |
1098 | 1098 | "Source": "Repository", |
1099 | 1099 | "Type": "Package", |
1100 | 1100 | "Title": "Parsing and Evaluation Tools that Provide More Details than the Default", |
|
1113 | 1113 | "lattice", |
1114 | 1114 | "methods", |
1115 | 1115 | "pkgload", |
1116 | | - "rlang", |
| 1116 | + "ragg (>= 1.4.0)", |
| 1117 | + "rlang (>= 1.1.5)", |
1117 | 1118 | "knitr", |
1118 | 1119 | "testthat (>= 3.0.0)", |
1119 | 1120 | "withr" |
|
1123 | 1124 | "Encoding": "UTF-8", |
1124 | 1125 | "RoxygenNote": "7.3.2", |
1125 | 1126 | "NeedsCompilation": "no", |
1126 | | - "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]", |
| 1127 | + "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]", |
1127 | 1128 | "Maintainer": "Hadley Wickham <hadley@posit.co>", |
1128 | | - "Repository": "RSPM" |
1129 | | - }, |
1130 | | - "fansi": { |
1131 | | - "Package": "fansi", |
1132 | | - "Version": "1.0.6", |
1133 | | - "Source": "Repository", |
1134 | | - "Title": "ANSI Control Sequence Aware String Functions", |
1135 | | - "Description": "Counterparts to R string manipulation functions that account for the effects of ANSI text formatting control sequences.", |
1136 | | - "Authors@R": "c( person(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\", role=c(\"aut\", \"cre\")), person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"), person(family=\"R Core Team\", email=\"R-core@r-project.org\", role=\"cph\", comment=\"UTF8 byte length calcs from src/util.c\" ))", |
1137 | | - "Depends": [ |
1138 | | - "R (>= 3.1.0)" |
1139 | | - ], |
1140 | | - "License": "GPL-2 | GPL-3", |
1141 | | - "URL": "https://github.com/brodieG/fansi", |
1142 | | - "BugReports": "https://github.com/brodieG/fansi/issues", |
1143 | | - "VignetteBuilder": "knitr", |
1144 | | - "Suggests": [ |
1145 | | - "unitizer", |
1146 | | - "knitr", |
1147 | | - "rmarkdown" |
1148 | | - ], |
1149 | | - "Imports": [ |
1150 | | - "grDevices", |
1151 | | - "utils" |
1152 | | - ], |
1153 | | - "RoxygenNote": "7.2.3", |
1154 | | - "Encoding": "UTF-8", |
1155 | | - "Collate": "'constants.R' 'fansi-package.R' 'internal.R' 'load.R' 'misc.R' 'nchar.R' 'strwrap.R' 'strtrim.R' 'strsplit.R' 'substr2.R' 'trimws.R' 'tohtml.R' 'unhandled.R' 'normalize.R' 'sgr.R'", |
1156 | | - "NeedsCompilation": "yes", |
1157 | | - "Author": "Brodie Gaslam [aut, cre], Elliott Sales De Andrade [ctb], R Core Team [cph] (UTF8 byte length calcs from src/util.c)", |
1158 | | - "Maintainer": "Brodie Gaslam <brodie.gaslam@yahoo.com>", |
1159 | | - "Repository": "RSPM" |
| 1129 | + "Repository": "CRAN" |
1160 | 1130 | }, |
1161 | 1131 | "farver": { |
1162 | 1132 | "Package": "farver", |
|
2693 | 2663 | "Config/testthat/edition": "3", |
2694 | 2664 | "Roxygen": "list(markdown = TRUE)", |
2695 | 2665 | "Config/build/compilation-database": "true", |
2696 | | - "Config/pak/sysreqs": "libfreetype6-dev libjpeg-dev libpng-dev libtiff-dev", |
| 2666 | + "Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjpeg-dev libpng-dev libtiff-dev", |
2697 | 2667 | "Repository": "https://carpentries.r-universe.dev", |
2698 | 2668 | "NeedsCompilation": "yes", |
2699 | 2669 | "Author": "Thomas Lin Pedersen [cre, aut] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Maxim Shemanarev [aut, cph] (Author of AGG), Tony Juricic [ctb, cph] (Contributor to AGG), Milan Marusinec [ctb, cph] (Contributor to AGG), Spencer Garrett [ctb] (Contributor to AGG), Posit, PBC [cph, fnd]", |
|
3409 | 3379 | "Roxygen": "list(markdown = TRUE)", |
3410 | 3380 | "RoxygenNote": "7.3.2", |
3411 | 3381 | "SystemRequirements": "freetype2, harfbuzz, fribidi", |
3412 | | - "Config/pak/sysreqs": "libfreetype6-dev libfribidi-dev libharfbuzz-dev", |
| 3382 | + "Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev", |
3413 | 3383 | "Repository": "https://carpentries.r-universe.dev", |
3414 | 3384 | "NeedsCompilation": "yes", |
3415 | 3385 | "Author": "Thomas Lin Pedersen [cre, aut] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", |
|
3421 | 3391 | }, |
3422 | 3392 | "tibble": { |
3423 | 3393 | "Package": "tibble", |
3424 | | - "Version": "3.2.1", |
| 3394 | + "Version": "3.3.0", |
3425 | 3395 | "Source": "Repository", |
3426 | 3396 | "Title": "Simple Data Frames", |
3427 | 3397 | "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\", email = \"hadley@rstudio.com\"), person(given = \"Romain\", family = \"Francois\", role = \"ctb\", email = \"romain@r-enthusiasts.com\"), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\"), person(given = \"RStudio\", role = c(\"cph\", \"fnd\")))", |
|
3433 | 3403 | "R (>= 3.4.0)" |
3434 | 3404 | ], |
3435 | 3405 | "Imports": [ |
3436 | | - "fansi (>= 0.4.0)", |
| 3406 | + "cli", |
3437 | 3407 | "lifecycle (>= 1.0.0)", |
3438 | 3408 | "magrittr", |
3439 | 3409 | "methods", |
3440 | 3410 | "pillar (>= 1.8.1)", |
3441 | 3411 | "pkgconfig", |
3442 | 3412 | "rlang (>= 1.0.2)", |
3443 | 3413 | "utils", |
3444 | | - "vctrs (>= 0.4.2)" |
| 3414 | + "vctrs (>= 0.5.0)" |
3445 | 3415 | ], |
3446 | 3416 | "Suggests": [ |
3447 | 3417 | "bench", |
3448 | 3418 | "bit64", |
3449 | 3419 | "blob", |
3450 | 3420 | "brio", |
3451 | 3421 | "callr", |
3452 | | - "cli", |
3453 | | - "covr", |
3454 | | - "crayon (>= 1.3.4)", |
3455 | 3422 | "DiagrammeR", |
3456 | 3423 | "dplyr", |
3457 | 3424 | "evaluate", |
|
3462 | 3429 | "htmltools", |
3463 | 3430 | "knitr", |
3464 | 3431 | "lubridate", |
3465 | | - "mockr", |
3466 | 3432 | "nycflights13", |
3467 | | - "pkgbuild", |
3468 | 3433 | "pkgload", |
3469 | 3434 | "purrr", |
3470 | 3435 | "rmarkdown", |
|
3475 | 3440 | ], |
3476 | 3441 | "VignetteBuilder": "knitr", |
3477 | 3442 | "Encoding": "UTF-8", |
3478 | | - "RoxygenNote": "7.2.3", |
| 3443 | + "RoxygenNote": "7.3.2.9000", |
3479 | 3444 | "Config/testthat/edition": "3", |
3480 | 3445 | "Config/testthat/parallel": "true", |
3481 | 3446 | "Config/testthat/start-first": "vignette-formats, as_tibble, add, invariants", |
|
3484 | 3449 | "Config/autostyle/rmd": "false", |
3485 | 3450 | "Config/Needs/website": "tidyverse/tidytemplate", |
3486 | 3451 | "NeedsCompilation": "yes", |
3487 | | - "Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph, fnd]", |
| 3452 | + "Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph, fnd]", |
3488 | 3453 | "Maintainer": "Kirill Müller <kirill@cynkra.com>", |
3489 | | - "Repository": "RSPM" |
| 3454 | + "Repository": "CRAN" |
3490 | 3455 | }, |
3491 | 3456 | "tidyr": { |
3492 | 3457 | "Package": "tidyr", |
|
3730 | 3695 | }, |
3731 | 3696 | "utf8": { |
3732 | 3697 | "Package": "utf8", |
3733 | | - "Version": "1.2.5", |
| 3698 | + "Version": "1.2.6", |
3734 | 3699 | "Source": "Repository", |
3735 | 3700 | "Title": "Unicode Text Processing", |
3736 | | - "Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \"kirill@cynkra.com\"), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))", |
| 3701 | + "Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))", |
3737 | 3702 | "Description": "Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.", |
3738 | 3703 | "License": "Apache License (== 2.0) | file LICENSE", |
3739 | | - "URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8", |
3740 | | - "BugReports": "https://github.com/patperry/r-utf8/issues", |
| 3704 | + "URL": "https://krlmlr.github.io/utf8/, https://github.com/krlmlr/utf8", |
| 3705 | + "BugReports": "https://github.com/krlmlr/utf8/issues", |
3741 | 3706 | "Depends": [ |
3742 | 3707 | "R (>= 2.10)" |
3743 | 3708 | ], |
|
3755 | 3720 | "Encoding": "UTF-8", |
3756 | 3721 | "RoxygenNote": "7.3.2.9000", |
3757 | 3722 | "NeedsCompilation": "yes", |
3758 | | - "Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre], Unicode, Inc. [cph, dtc] (Unicode Character Database)", |
| 3723 | + "Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Unicode, Inc. [cph, dtc] (Unicode Character Database)", |
3759 | 3724 | "Maintainer": "Kirill Müller <kirill@cynkra.com>", |
3760 | 3725 | "Repository": "CRAN" |
3761 | 3726 | }, |
|
0 commit comments