|
1 | 1 | {
|
2 | 2 | "R": {
|
3 |
| - "Version": "4.5.0", |
| 3 | + "Version": "4.5.1", |
4 | 4 | "Repositories": [
|
5 | 5 | {
|
6 | 6 | "Name": "carpentries",
|
|
614 | 614 | },
|
615 | 615 | "evaluate": {
|
616 | 616 | "Package": "evaluate",
|
617 |
| - "Version": "1.0.3", |
| 617 | + "Version": "1.0.4", |
618 | 618 | "Source": "Repository",
|
619 | 619 | "Type": "Package",
|
620 | 620 | "Title": "Parsing and Evaluation Tools that Provide More Details than the Default",
|
|
633 | 633 | "lattice",
|
634 | 634 | "methods",
|
635 | 635 | "pkgload",
|
636 |
| - "rlang", |
| 636 | + "ragg (>= 1.4.0)", |
| 637 | + "rlang (>= 1.1.5)", |
637 | 638 | "knitr",
|
638 | 639 | "testthat (>= 3.0.0)",
|
639 | 640 | "withr"
|
|
643 | 644 | "Encoding": "UTF-8",
|
644 | 645 | "RoxygenNote": "7.3.2",
|
645 | 646 | "NeedsCompilation": "no",
|
646 |
| - "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]", |
| 647 | + "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]", |
647 | 648 | "Maintainer": "Hadley Wickham < [email protected]>",
|
648 | 649 | "Repository": "CRAN"
|
649 | 650 | },
|
650 |
| - "fansi": { |
651 |
| - "Package": "fansi", |
652 |
| - "Version": "1.0.6", |
653 |
| - "Source": "Repository", |
654 |
| - "Title": "ANSI Control Sequence Aware String Functions", |
655 |
| - "Description": "Counterparts to R string manipulation functions that account for the effects of ANSI text formatting control sequences.", |
656 |
| - "Authors@R": "c( person(\"Brodie\", \"Gaslam\", email=\" [email protected]\", role=c(\"aut\", \"cre\")), person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"), person(family=\"R Core Team\", email=\" [email protected]\", role=\"cph\", comment=\"UTF8 byte length calcs from src/util.c\" ))", |
657 |
| - "Depends": [ |
658 |
| - "R (>= 3.1.0)" |
659 |
| - ], |
660 |
| - "License": "GPL-2 | GPL-3", |
661 |
| - "URL": "https://github.com/brodieG/fansi", |
662 |
| - "BugReports": "https://github.com/brodieG/fansi/issues", |
663 |
| - "VignetteBuilder": "knitr", |
664 |
| - "Suggests": [ |
665 |
| - "unitizer", |
666 |
| - "knitr", |
667 |
| - "rmarkdown" |
668 |
| - ], |
669 |
| - "Imports": [ |
670 |
| - "grDevices", |
671 |
| - "utils" |
672 |
| - ], |
673 |
| - "RoxygenNote": "7.2.3", |
674 |
| - "Encoding": "UTF-8", |
675 |
| - "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'", |
676 |
| - "NeedsCompilation": "yes", |
677 |
| - "Author": "Brodie Gaslam [aut, cre], Elliott Sales De Andrade [ctb], R Core Team [cph] (UTF8 byte length calcs from src/util.c)", |
678 |
| - "Maintainer": "Brodie Gaslam < [email protected]>", |
679 |
| - "Repository": "RSPM" |
680 |
| - }, |
681 | 651 | "farver": {
|
682 | 652 | "Package": "farver",
|
683 | 653 | "Version": "2.1.2",
|
|
2202 | 2172 | },
|
2203 | 2173 | "tibble": {
|
2204 | 2174 | "Package": "tibble",
|
2205 |
| - "Version": "3.2.1", |
| 2175 | + "Version": "3.3.0", |
2206 | 2176 | "Source": "Repository",
|
2207 | 2177 | "Title": "Simple Data Frames",
|
2208 | 2178 | "Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \" [email protected]\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\", email = \" [email protected]\"), person(given = \"Romain\", family = \"Francois\", role = \"ctb\", email = \" [email protected]\"), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \" [email protected]\"), person(given = \"RStudio\", role = c(\"cph\", \"fnd\")))",
|
|
2214 | 2184 | "R (>= 3.4.0)"
|
2215 | 2185 | ],
|
2216 | 2186 | "Imports": [
|
2217 |
| - "fansi (>= 0.4.0)", |
| 2187 | + "cli", |
2218 | 2188 | "lifecycle (>= 1.0.0)",
|
2219 | 2189 | "magrittr",
|
2220 | 2190 | "methods",
|
2221 | 2191 | "pillar (>= 1.8.1)",
|
2222 | 2192 | "pkgconfig",
|
2223 | 2193 | "rlang (>= 1.0.2)",
|
2224 | 2194 | "utils",
|
2225 |
| - "vctrs (>= 0.4.2)" |
| 2195 | + "vctrs (>= 0.5.0)" |
2226 | 2196 | ],
|
2227 | 2197 | "Suggests": [
|
2228 | 2198 | "bench",
|
2229 | 2199 | "bit64",
|
2230 | 2200 | "blob",
|
2231 | 2201 | "brio",
|
2232 | 2202 | "callr",
|
2233 |
| - "cli", |
2234 |
| - "covr", |
2235 |
| - "crayon (>= 1.3.4)", |
2236 | 2203 | "DiagrammeR",
|
2237 | 2204 | "dplyr",
|
2238 | 2205 | "evaluate",
|
|
2243 | 2210 | "htmltools",
|
2244 | 2211 | "knitr",
|
2245 | 2212 | "lubridate",
|
2246 |
| - "mockr", |
2247 | 2213 | "nycflights13",
|
2248 |
| - "pkgbuild", |
2249 | 2214 | "pkgload",
|
2250 | 2215 | "purrr",
|
2251 | 2216 | "rmarkdown",
|
|
2256 | 2221 | ],
|
2257 | 2222 | "VignetteBuilder": "knitr",
|
2258 | 2223 | "Encoding": "UTF-8",
|
2259 |
| - "RoxygenNote": "7.2.3", |
| 2224 | + "RoxygenNote": "7.3.2.9000", |
2260 | 2225 | "Config/testthat/edition": "3",
|
2261 | 2226 | "Config/testthat/parallel": "true",
|
2262 | 2227 | "Config/testthat/start-first": "vignette-formats, as_tibble, add, invariants",
|
|
2265 | 2230 | "Config/autostyle/rmd": "false",
|
2266 | 2231 | "Config/Needs/website": "tidyverse/tidytemplate",
|
2267 | 2232 | "NeedsCompilation": "yes",
|
2268 |
| - "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]", |
| 2233 | + "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]", |
2269 | 2234 | "Maintainer": "Kirill Müller < [email protected]>",
|
2270 |
| - "Repository": "RSPM" |
| 2235 | + "Repository": "CRAN" |
2271 | 2236 | },
|
2272 | 2237 | "tidyr": {
|
2273 | 2238 | "Package": "tidyr",
|
|
2419 | 2384 | },
|
2420 | 2385 | "utf8": {
|
2421 | 2386 | "Package": "utf8",
|
2422 |
| - "Version": "1.2.5", |
| 2387 | + "Version": "1.2.6", |
2423 | 2388 | "Source": "Repository",
|
2424 | 2389 | "Title": "Unicode Text Processing",
|
2425 |
| - "Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \" [email protected]\"), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))", |
| 2390 | + "Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \" [email protected]\" , comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))", |
2426 | 2391 | "Description": "Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.",
|
2427 | 2392 | "License": "Apache License (== 2.0) | file LICENSE",
|
2428 |
| - "URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8", |
2429 |
| - "BugReports": "https://github.com/patperry/r-utf8/issues", |
| 2393 | + "URL": "https://krlmlr.github.io/utf8/, https://github.com/krlmlr/utf8", |
| 2394 | + "BugReports": "https://github.com/krlmlr/utf8/issues", |
2430 | 2395 | "Depends": [
|
2431 | 2396 | "R (>= 2.10)"
|
2432 | 2397 | ],
|
|
2444 | 2409 | "Encoding": "UTF-8",
|
2445 | 2410 | "RoxygenNote": "7.3.2.9000",
|
2446 | 2411 | "NeedsCompilation": "yes",
|
2447 |
| - "Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre], Unicode, Inc. [cph, dtc] (Unicode Character Database)", |
| 2412 | + "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)", |
2448 | 2413 | "Maintainer": "Kirill Müller < [email protected]>",
|
2449 | 2414 | "Repository": "CRAN"
|
2450 | 2415 | },
|
|
0 commit comments