|
321 | 321 | "NeedsCompilation": "yes", |
322 | 322 | "Author": "Object-Oriented Programming Working Group [cph], Davis Vaughan [aut], Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>), Tomasz Kalinowski [aut], Will Landau [aut], Michael Lawrence [aut], Martin Maechler [aut] (<https://orcid.org/0000-0002-8685-9910>), Luke Tierney [aut], Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>)", |
323 | 323 | "Maintainer": "Hadley Wickham <hadley@posit.co>", |
324 | | - "Repository": "https://packagemanager.posit.co/cran/__linux__/jammy/latest" |
| 324 | + "Repository": "RSPM" |
325 | 325 | }, |
326 | 326 | "V8": { |
327 | 327 | "Package": "V8", |
328 | | - "Version": "8.0.0", |
| 328 | + "Version": "8.0.1", |
329 | 329 | "Source": "Repository", |
330 | 330 | "Type": "Package", |
331 | 331 | "Title": "Embedded JavaScript and WebAssembly Engine for R", |
332 | 332 | "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\"))", |
333 | | - "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.", |
| 333 | + "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 or NodeJS when built as a shared library.", |
334 | 334 | "License": "MIT + file LICENSE", |
335 | 335 | "URL": "https://jeroen.r-universe.dev/V8", |
336 | 336 | "BugReports": "https://github.com/jeroen/v8/issues", |
|
2338 | 2338 | }, |
2339 | 2339 | "hms": { |
2340 | 2340 | "Package": "hms", |
2341 | | - "Version": "1.1.3", |
| 2341 | + "Version": "1.1.4", |
2342 | 2342 | "Source": "Repository", |
2343 | 2343 | "Title": "Pretty Time of Day", |
2344 | | - "Date": "2023-03-21", |
2345 | | - "Authors@R": "c( person(\"Kirill\", \"Müller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"R Consortium\", role = \"fnd\"), person(\"RStudio\", role = \"fnd\") )", |
| 2344 | + "Date": "2025-10-11", |
| 2345 | + "Authors@R": "c( person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"R Consortium\", role = \"fnd\"), person(\"Posit Software, PBC\", role = \"fnd\", comment = c(ROR = \"03wc8by49\")) )", |
2346 | 2346 | "Description": "Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class.", |
| 2347 | + "License": "MIT + file LICENSE", |
| 2348 | + "URL": "https://hms.tidyverse.org/, https://github.com/tidyverse/hms", |
| 2349 | + "BugReports": "https://github.com/tidyverse/hms/issues", |
2347 | 2350 | "Imports": [ |
| 2351 | + "cli", |
2348 | 2352 | "lifecycle", |
2349 | 2353 | "methods", |
2350 | 2354 | "pkgconfig", |
|
2357 | 2361 | "pillar (>= 1.1.0)", |
2358 | 2362 | "testthat (>= 3.0.0)" |
2359 | 2363 | ], |
2360 | | - "License": "MIT + file LICENSE", |
2361 | | - "Encoding": "UTF-8", |
2362 | | - "URL": "https://hms.tidyverse.org/, https://github.com/tidyverse/hms", |
2363 | | - "BugReports": "https://github.com/tidyverse/hms/issues", |
2364 | | - "RoxygenNote": "7.2.3", |
2365 | | - "Config/testthat/edition": "3", |
2366 | | - "Config/autostyle/scope": "line_breaks", |
2367 | | - "Config/autostyle/strict": "false", |
2368 | 2364 | "Config/Needs/website": "tidyverse/tidytemplate", |
| 2365 | + "Config/testthat/edition": "3", |
| 2366 | + "Encoding": "UTF-8", |
| 2367 | + "RoxygenNote": "7.3.3.9000", |
2369 | 2368 | "NeedsCompilation": "no", |
2370 | | - "Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd], RStudio [fnd]", |
| 2369 | + "Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd], Posit Software, PBC [fnd] (ROR: <https://ror.org/03wc8by49>)", |
2371 | 2370 | "Maintainer": "Kirill Müller <kirill@cynkra.com>", |
2372 | | - "Repository": "RSPM" |
| 2371 | + "Repository": "CRAN" |
2373 | 2372 | }, |
2374 | 2373 | "htmltools": { |
2375 | 2374 | "Package": "htmltools", |
|
2517 | 2516 | }, |
2518 | 2517 | "igraph": { |
2519 | 2518 | "Package": "igraph", |
2520 | | - "Version": "2.1.4", |
| 2519 | + "Version": "2.2.1", |
2521 | 2520 | "Source": "Repository", |
2522 | 2521 | "Title": "Network Analysis and Visualization", |
2523 | | - "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0001-7098-9676\")), person(\"Tamás\", \"Nepusz\", , \"ntamas@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0002-1451-338X\")), person(\"Vincent\", \"Traag\", role = \"aut\", comment = c(ORCID = \"0000-0003-3170-3879\")), person(\"Szabolcs\", \"Horvát\", , \"szhorvat@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0002-3100-523X\")), person(\"Fabio\", \"Zanini\", , \"fabio.zanini@unsw.edu.au\", role = \"aut\", comment = c(ORCID = \"0000-0001-7097-8539\")), person(\"Daniel\", \"Noom\", role = \"aut\"), person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"Maëlle\", \"Salmon\", role = \"ctb\"), person(\"Michael\", \"Antonov\", role = \"ctb\"), person(\"Chan Zuckerberg Initiative\", role = \"fnd\") )", |
| 2522 | + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0001-7098-9676\")), person(\"Tamás\", \"Nepusz\", , \"ntamas@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0002-1451-338X\")), person(\"Vincent\", \"Traag\", role = \"aut\", comment = c(ORCID = \"0000-0003-3170-3879\")), person(\"Szabolcs\", \"Horvát\", , \"szhorvat@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0002-3100-523X\")), person(\"Fabio\", \"Zanini\", , \"fabio.zanini@unsw.edu.au\", role = \"aut\", comment = c(ORCID = \"0000-0001-7097-8539\")), person(\"Daniel\", \"Noom\", role = \"aut\"), person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"Michael\", \"Antonov\", role = \"ctb\"), person(\"Chan Zuckerberg Initiative\", role = \"fnd\", comment = c(ROR = \"02qenvm24\")), person(\"David\", \"Schoch\", , \"david.schoch@cynkra.com\", role = \"aut\", comment = c(ORCID = \"0000-0003-2952-4812\")), person(\"Maëlle\", \"Salmon\", , \"maelle@cynkra.com\", role = \"aut\", comment = c(ORCID = \"0000-0002-2815-0399\")) )", |
2524 | 2523 | "Description": "Routines for simple graphs and network analysis. It can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality methods and much more.", |
2525 | 2524 | "License": "GPL (>= 2)", |
2526 | 2525 | "URL": "https://r.igraph.org/, https://igraph.org/, https://igraph.discourse.group/", |
|
2537 | 2536 | "magrittr", |
2538 | 2537 | "Matrix", |
2539 | 2538 | "pkgconfig (>= 2.0.0)", |
2540 | | - "rlang", |
| 2539 | + "rlang (>= 1.1.0)", |
2541 | 2540 | "stats", |
2542 | 2541 | "utils", |
2543 | 2542 | "vctrs" |
|
2565 | 2564 | "cpp11 (>= 0.5.0)" |
2566 | 2565 | ], |
2567 | 2566 | "VignetteBuilder": "knitr", |
2568 | | - "Config/Needs/build": "roxygen2, devtools, irlba, pkgconfig, igraph/igraph.r2cdocs, moodymudskipper/devtag", |
| 2567 | + "Config/build/compilation-database": "false", |
| 2568 | + "Config/build/never-clean": "true", |
| 2569 | + "Config/comment/compilation-database": "Generate manually with pkgload:::generate_db() for faster pkgload::load_all()", |
| 2570 | + "Config/Needs/build": "r-lib/roxygen2, devtools, irlba, pkgconfig, igraph/igraph.r2cdocs, moodymudskipper/devtag", |
2569 | 2571 | "Config/Needs/coverage": "covr", |
2570 | | - "Config/Needs/website": "readr", |
| 2572 | + "Config/Needs/website": "here, readr, tibble, xmlparsedata, xml2", |
2571 | 2573 | "Config/testthat/edition": "3", |
2572 | 2574 | "Config/testthat/parallel": "true", |
2573 | | - "Config/testthat/start-first": "vs-es, scan, vs-operators, weakref, watts.strogatz.game", |
| 2575 | + "Config/testthat/start-first": "aaa-auto, vs-es, scan, vs-operators, weakref, watts.strogatz.game", |
2574 | 2576 | "Encoding": "UTF-8", |
2575 | | - "RoxygenNote": "7.3.2.9000", |
| 2577 | + "RoxygenNote": "7.3.3.9000", |
2576 | 2578 | "SystemRequirements": "libxml2 (optional), glpk (>= 4.57, optional)", |
2577 | 2579 | "NeedsCompilation": "yes", |
2578 | | - "Author": "Gábor Csárdi [aut] (<https://orcid.org/0000-0001-7098-9676>), Tamás Nepusz [aut] (<https://orcid.org/0000-0002-1451-338X>), Vincent Traag [aut] (<https://orcid.org/0000-0003-3170-3879>), Szabolcs Horvát [aut] (<https://orcid.org/0000-0002-3100-523X>), Fabio Zanini [aut] (<https://orcid.org/0000-0001-7097-8539>), Daniel Noom [aut], Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Maëlle Salmon [ctb], Michael Antonov [ctb], Chan Zuckerberg Initiative [fnd]", |
| 2580 | + "Author": "Gábor Csárdi [aut] (ORCID: <https://orcid.org/0000-0001-7098-9676>), Tamás Nepusz [aut] (ORCID: <https://orcid.org/0000-0002-1451-338X>), Vincent Traag [aut] (ORCID: <https://orcid.org/0000-0003-3170-3879>), Szabolcs Horvát [aut] (ORCID: <https://orcid.org/0000-0002-3100-523X>), Fabio Zanini [aut] (ORCID: <https://orcid.org/0000-0001-7097-8539>), Daniel Noom [aut], Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Michael Antonov [ctb], Chan Zuckerberg Initiative [fnd] (ROR: <https://ror.org/02qenvm24>), David Schoch [aut] (ORCID: <https://orcid.org/0000-0003-2952-4812>), Maëlle Salmon [aut] (ORCID: <https://orcid.org/0000-0002-2815-0399>)", |
2579 | 2581 | "Maintainer": "Kirill Müller <kirill@cynkra.com>", |
2580 | | - "Repository": "RSPM" |
| 2582 | + "Repository": "CRAN" |
2581 | 2583 | }, |
2582 | 2584 | "isoband": { |
2583 | 2585 | "Package": "isoband", |
|
4289 | 4291 | }, |
4290 | 4292 | "textshaping": { |
4291 | 4293 | "Package": "textshaping", |
4292 | | - "Version": "1.0.3", |
| 4294 | + "Version": "1.0.4", |
4293 | 4295 | "Source": "Repository", |
4294 | 4296 | "Title": "Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text Shaping", |
4295 | 4297 | "Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", |
4296 | | - "Description": "Provides access to the text shaping functionality in the 'HarfBuzz' library and the bidirectional algorithm in the 'Fribidi' library. 'textshaping' is a low-level utility package mainly for graphic devices that expands upon the font tool-set provided by the 'systemfonts' package.", |
| 4298 | + "Description": "Provides access to the text shaping functionality in the 'HarfBuzz' library and the bidirectional algorithm in the 'Fribidi' library. 'textshaping' is a low-level utility package mainly for graphic devices that expands upon the font tool-set provided by the 'systemfonts' package.", |
4297 | 4299 | "License": "MIT + file LICENSE", |
4298 | 4300 | "URL": "https://github.com/r-lib/textshaping", |
4299 | 4301 | "BugReports": "https://github.com/r-lib/textshaping/issues", |
|
4304 | 4306 | "lifecycle", |
4305 | 4307 | "stats", |
4306 | 4308 | "stringi", |
4307 | | - "systemfonts (>= 1.1.0)", |
| 4309 | + "systemfonts (>= 1.3.0)", |
4308 | 4310 | "utils" |
4309 | 4311 | ], |
4310 | 4312 | "Suggests": [ |
|
4970 | 4972 | }, |
4971 | 4973 | "xfun": { |
4972 | 4974 | "Package": "xfun", |
4973 | | - "Version": "0.53", |
| 4975 | + "Version": "0.54", |
4974 | 4976 | "Source": "Repository", |
4975 | 4977 | "Type": "Package", |
4976 | 4978 | "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", |
|
5009 | 5011 | "URL": "https://github.com/yihui/xfun", |
5010 | 5012 | "BugReports": "https://github.com/yihui/xfun/issues", |
5011 | 5013 | "Encoding": "UTF-8", |
5012 | | - "RoxygenNote": "7.3.2", |
| 5014 | + "RoxygenNote": "7.3.3", |
5013 | 5015 | "VignetteBuilder": "litedown", |
5014 | 5016 | "NeedsCompilation": "yes", |
5015 | 5017 | "Author": "Yihui Xie [aut, cre, cph] (ORCID: <https://orcid.org/0000-0003-0645-5666>, URL: https://yihui.org), Wush Wu [ctb], Daijiang Li [ctb], Xianying Tan [ctb], Salim Brüggemann [ctb] (ORCID: <https://orcid.org/0000-0002-5329-5987>), Christophe Dervieux [ctb]", |
|
5018 | 5020 | }, |
5019 | 5021 | "xml2": { |
5020 | 5022 | "Package": "xml2", |
5021 | | - "Version": "1.4.0", |
| 5023 | + "Version": "1.4.1", |
5022 | 5024 | "Source": "Repository", |
5023 | 5025 | "Title": "Parse XML", |
5024 | 5026 | "Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Jeroen\", \"Ooms\", email = \"jeroenooms@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Foundation\", role = \"ctb\", comment = \"Copy of R-project homepage cached as example\") )", |
|
5039 | 5041 | "curl", |
5040 | 5042 | "httr", |
5041 | 5043 | "knitr", |
5042 | | - "magrittr", |
5043 | 5044 | "mockery", |
5044 | 5045 | "rmarkdown", |
5045 | 5046 | "testthat (>= 3.2.0)", |
|
5048 | 5049 | "VignetteBuilder": "knitr", |
5049 | 5050 | "Config/Needs/website": "tidyverse/tidytemplate", |
5050 | 5051 | "Encoding": "UTF-8", |
5051 | | - "RoxygenNote": "7.3.2", |
| 5052 | + "RoxygenNote": "7.3.3", |
5052 | 5053 | "SystemRequirements": "libxml2: libxml2-dev (deb), libxml2-devel (rpm)", |
5053 | 5054 | "Collate": "'S4.R' 'as_list.R' 'xml_parse.R' 'as_xml_document.R' 'classes.R' 'format.R' 'import-standalone-obj-type.R' 'import-standalone-purrr.R' 'import-standalone-types-check.R' 'init.R' 'nodeset_apply.R' 'paths.R' 'utils.R' 'xml2-package.R' 'xml_attr.R' 'xml_children.R' 'xml_document.R' 'xml_find.R' 'xml_missing.R' 'xml_modify.R' 'xml_name.R' 'xml_namespaces.R' 'xml_node.R' 'xml_nodeset.R' 'xml_path.R' 'xml_schema.R' 'xml_serialize.R' 'xml_structure.R' 'xml_text.R' 'xml_type.R' 'xml_url.R' 'xml_write.R' 'zzz.R'", |
5054 | 5055 | "Config/testthat/edition": "3", |
|
0 commit comments