|
356 | 356 | "Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>", |
357 | 357 | "Repository": "CRAN" |
358 | 358 | }, |
359 | | - "glue": { |
360 | | - "Package": "glue", |
361 | | - "Version": "1.8.0", |
362 | | - "Source": "Repository", |
363 | | - "Title": "Interpreted String Literals", |
364 | | - "Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
365 | | - "Description": "An implementation of interpreted string literals, inspired by Python's Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/> and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals <https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.", |
366 | | - "License": "MIT + file LICENSE", |
367 | | - "URL": "https://glue.tidyverse.org/, https://github.com/tidyverse/glue", |
368 | | - "BugReports": "https://github.com/tidyverse/glue/issues", |
369 | | - "Depends": [ |
370 | | - "R (>= 3.6)" |
371 | | - ], |
372 | | - "Imports": [ |
373 | | - "methods" |
374 | | - ], |
375 | | - "Suggests": [ |
376 | | - "crayon", |
377 | | - "DBI (>= 1.2.0)", |
378 | | - "dplyr", |
379 | | - "knitr", |
380 | | - "magrittr", |
381 | | - "rlang", |
382 | | - "rmarkdown", |
383 | | - "RSQLite", |
384 | | - "testthat (>= 3.2.0)", |
385 | | - "vctrs (>= 0.3.0)", |
386 | | - "waldo (>= 0.5.3)", |
387 | | - "withr" |
388 | | - ], |
389 | | - "VignetteBuilder": "knitr", |
390 | | - "ByteCompile": "true", |
391 | | - "Config/Needs/website": "bench, forcats, ggbeeswarm, ggplot2, R.utils, rprintf, tidyr, tidyverse/tidytemplate", |
392 | | - "Config/testthat/edition": "3", |
393 | | - "Encoding": "UTF-8", |
394 | | - "RoxygenNote": "7.3.2", |
395 | | - "NeedsCompilation": "yes", |
396 | | - "Author": "Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>), Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), Posit Software, PBC [cph, fnd]", |
397 | | - "Maintainer": "Jennifer Bryan <jenny@posit.co>", |
398 | | - "Repository": "RSPM" |
399 | | - }, |
400 | 359 | "highr": { |
401 | 360 | "Package": "highr", |
402 | 361 | "Version": "0.11", |
|
589 | 548 | }, |
590 | 549 | "lifecycle": { |
591 | 550 | "Package": "lifecycle", |
592 | | - "Version": "1.0.4", |
| 551 | + "Version": "1.0.5", |
593 | 552 | "Source": "Repository", |
594 | 553 | "Title": "Manage the Life Cycle of your Package Functions", |
595 | 554 | "Authors@R": "c( person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
|
602 | 561 | ], |
603 | 562 | "Imports": [ |
604 | 563 | "cli (>= 3.4.0)", |
605 | | - "glue", |
606 | 564 | "rlang (>= 1.1.0)" |
607 | 565 | ], |
608 | 566 | "Suggests": [ |
609 | 567 | "covr", |
610 | | - "crayon", |
611 | 568 | "knitr", |
612 | | - "lintr", |
| 569 | + "lintr (>= 3.1.0)", |
613 | 570 | "rmarkdown", |
614 | 571 | "testthat (>= 3.0.1)", |
615 | 572 | "tibble", |
616 | 573 | "tidyverse", |
617 | 574 | "tools", |
618 | 575 | "vctrs", |
619 | | - "withr" |
| 576 | + "withr", |
| 577 | + "xml2" |
620 | 578 | ], |
621 | 579 | "VignetteBuilder": "knitr", |
622 | 580 | "Config/Needs/website": "tidyverse/tidytemplate, usethis", |
623 | 581 | "Config/testthat/edition": "3", |
624 | 582 | "Encoding": "UTF-8", |
625 | | - "RoxygenNote": "7.2.1", |
| 583 | + "RoxygenNote": "7.3.3", |
626 | 584 | "NeedsCompilation": "no", |
627 | | - "Author": "Lionel Henry [aut, cre], Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]", |
| 585 | + "Author": "Lionel Henry [aut, cre], Hadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]", |
628 | 586 | "Maintainer": "Lionel Henry <lionel@posit.co>", |
629 | | - "Repository": "RSPM" |
| 587 | + "Repository": "CRAN" |
630 | 588 | }, |
631 | 589 | "memoise": { |
632 | 590 | "Package": "memoise", |
|
681 | 639 | }, |
682 | 640 | "rappdirs": { |
683 | 641 | "Package": "rappdirs", |
684 | | - "Version": "0.3.3", |
| 642 | + "Version": "0.3.4", |
685 | 643 | "Source": "Repository", |
686 | 644 | "Type": "Package", |
687 | 645 | "Title": "Application Directories: Determine Where to Save Data, Caches, and Logs", |
688 | | - "Authors@R": "c(person(given = \"Hadley\", family = \"Wickham\", role = c(\"trl\", \"cre\", \"cph\"), email = \"hadley@rstudio.com\"), person(given = \"RStudio\", role = \"cph\"), person(given = \"Sridhar\", family = \"Ratnakumar\", role = \"aut\"), person(given = \"Trent\", family = \"Mick\", role = \"aut\"), person(given = \"ActiveState\", role = \"cph\", comment = \"R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs\"), person(given = \"Eddy\", family = \"Petrisor\", role = \"ctb\"), person(given = \"Trevor\", family = \"Davis\", role = c(\"trl\", \"aut\")), person(given = \"Gabor\", family = \"Csardi\", role = \"ctb\"), person(given = \"Gregory\", family = \"Jefferis\", role = \"ctb\"))", |
| 646 | + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"trl\", \"cre\", \"cph\")), person(\"Sridhar\", \"Ratnakumar\", role = \"aut\"), person(\"Trent\", \"Mick\", role = \"aut\"), person(\"ActiveState\", role = \"cph\", comment = \"R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs\"), person(\"Eddy\", \"Petrisor\", role = \"ctb\"), person(\"Trevor\", \"Davis\", role = c(\"trl\", \"aut\"), comment = c(ORCID = \"0000-0001-6341-4639\")), person(\"Gabor\", \"Csardi\", role = \"ctb\"), person(\"Gregory\", \"Jefferis\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", |
689 | 647 | "Description": "An easy way to determine which directories on the users computer you should use to save data, caches and logs. A port of Python's 'Appdirs' (<https://github.com/ActiveState/appdirs>) to R.", |
690 | 648 | "License": "MIT + file LICENSE", |
691 | 649 | "URL": "https://rappdirs.r-lib.org, https://github.com/r-lib/rappdirs", |
692 | 650 | "BugReports": "https://github.com/r-lib/rappdirs/issues", |
693 | 651 | "Depends": [ |
694 | | - "R (>= 3.2)" |
| 652 | + "R (>= 4.1)" |
695 | 653 | ], |
696 | 654 | "Suggests": [ |
697 | | - "roxygen2", |
698 | | - "testthat (>= 3.0.0)", |
699 | 655 | "covr", |
| 656 | + "roxygen2", |
| 657 | + "testthat (>= 3.2.0)", |
700 | 658 | "withr" |
701 | 659 | ], |
702 | | - "Copyright": "Original python appdirs module copyright (c) 2010 ActiveState Software Inc. R port copyright Hadley Wickham, RStudio. See file LICENSE for details.", |
703 | | - "Encoding": "UTF-8", |
704 | | - "RoxygenNote": "7.1.1", |
| 660 | + "Config/Needs/website": "tidyverse/tidytemplate", |
705 | 661 | "Config/testthat/edition": "3", |
| 662 | + "Config/usethis/last-upkeep": "2025-05-05", |
| 663 | + "Copyright": "Original python appdirs module copyright (c) 2010 ActiveState Software Inc. R port copyright Hadley Wickham, Posit, PBC. See file LICENSE for details.", |
| 664 | + "Encoding": "UTF-8", |
| 665 | + "RoxygenNote": "7.3.3", |
706 | 666 | "NeedsCompilation": "yes", |
707 | | - "Author": "Hadley Wickham [trl, cre, cph], RStudio [cph], Sridhar Ratnakumar [aut], Trent Mick [aut], ActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs), Eddy Petrisor [ctb], Trevor Davis [trl, aut], Gabor Csardi [ctb], Gregory Jefferis [ctb]", |
708 | | - "Maintainer": "Hadley Wickham <hadley@rstudio.com>", |
709 | | - "Repository": "RSPM" |
| 667 | + "Author": "Hadley Wickham [trl, cre, cph], Sridhar Ratnakumar [aut], Trent Mick [aut], ActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs), Eddy Petrisor [ctb], Trevor Davis [trl, aut] (ORCID: <https://orcid.org/0000-0001-6341-4639>), Gabor Csardi [ctb], Gregory Jefferis [ctb], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", |
| 668 | + "Maintainer": "Hadley Wickham <hadley@posit.co>", |
| 669 | + "Repository": "CRAN" |
710 | 670 | }, |
711 | 671 | "renv": { |
712 | 672 | "Package": "renv", |
713 | | - "Version": "1.1.5", |
| 673 | + "Version": "1.1.6", |
714 | 674 | "Source": "Repository", |
715 | 675 | "Type": "Package", |
716 | 676 | "Title": "Project Environments", |
|
728 | 688 | "compiler", |
729 | 689 | "covr", |
730 | 690 | "cpp11", |
| 691 | + "curl", |
731 | 692 | "devtools", |
732 | 693 | "generics", |
733 | 694 | "gitcreds", |
|
751 | 712 | "webfakes" |
752 | 713 | ], |
753 | 714 | "Encoding": "UTF-8", |
754 | | - "RoxygenNote": "7.3.2", |
| 715 | + "RoxygenNote": "7.3.3", |
755 | 716 | "VignetteBuilder": "knitr", |
756 | 717 | "Config/Needs/website": "tidyverse/tidytemplate", |
757 | 718 | "Config/testthat/edition": "3", |
|
764 | 725 | }, |
765 | 726 | "rlang": { |
766 | 727 | "Package": "rlang", |
767 | | - "Version": "1.1.6", |
| 728 | + "Version": "1.1.7", |
768 | 729 | "Source": "Repository", |
769 | 730 | "Title": "Functions for Base Types and Core R and 'Tidyverse' Features", |
770 | 731 | "Description": "A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.", |
|
773 | 734 | "ByteCompile": "true", |
774 | 735 | "Biarch": "true", |
775 | 736 | "Depends": [ |
776 | | - "R (>= 3.5.0)" |
| 737 | + "R (>= 4.0.0)" |
777 | 738 | ], |
778 | 739 | "Imports": [ |
779 | 740 | "utils" |
|
802 | 763 | "winch" |
803 | 764 | ], |
804 | 765 | "Encoding": "UTF-8", |
805 | | - "RoxygenNote": "7.3.2", |
| 766 | + "RoxygenNote": "7.3.3", |
806 | 767 | "URL": "https://rlang.r-lib.org, https://github.com/r-lib/rlang", |
807 | 768 | "BugReports": "https://github.com/r-lib/rlang/issues", |
808 | 769 | "Config/build/compilation-database": "true", |
|
932 | 893 | }, |
933 | 894 | "xfun": { |
934 | 895 | "Package": "xfun", |
935 | | - "Version": "0.55", |
| 896 | + "Version": "0.56", |
936 | 897 | "Source": "Repository", |
937 | 898 | "Type": "Package", |
938 | 899 | "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", |
|
965 | 926 | "magick", |
966 | 927 | "yaml", |
967 | 928 | "data.table", |
968 | | - "qs2", |
969 | | - "qs" |
| 929 | + "qs2" |
970 | 930 | ], |
971 | 931 | "License": "MIT + file LICENSE", |
972 | 932 | "URL": "https://github.com/yihui/xfun", |
|
0 commit comments