|
946 | 946 | }, |
947 | 947 | "dplyr": { |
948 | 948 | "Package": "dplyr", |
949 | | - "Version": "1.1.4", |
| 949 | + "Version": "1.2.0", |
950 | 950 | "Source": "Repository", |
951 | 951 | "Type": "Package", |
952 | 952 | "Title": "A Grammar of Data Manipulation", |
|
956 | 956 | "URL": "https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr", |
957 | 957 | "BugReports": "https://github.com/tidyverse/dplyr/issues", |
958 | 958 | "Depends": [ |
959 | | - "R (>= 3.5.0)" |
| 959 | + "R (>= 4.1.0)" |
960 | 960 | ], |
961 | 961 | "Imports": [ |
962 | | - "cli (>= 3.4.0)", |
| 962 | + "cli (>= 3.6.2)", |
963 | 963 | "generics", |
964 | 964 | "glue (>= 1.3.2)", |
965 | | - "lifecycle (>= 1.0.3)", |
| 965 | + "lifecycle (>= 1.0.5)", |
966 | 966 | "magrittr (>= 1.5)", |
967 | 967 | "methods", |
968 | 968 | "pillar (>= 1.9.0)", |
969 | 969 | "R6", |
970 | | - "rlang (>= 1.1.0)", |
| 970 | + "rlang (>= 1.1.7)", |
971 | 971 | "tibble (>= 3.2.0)", |
972 | 972 | "tidyselect (>= 1.2.0)", |
973 | 973 | "utils", |
974 | | - "vctrs (>= 0.6.4)" |
| 974 | + "vctrs (>= 0.7.1)" |
975 | 975 | ], |
976 | 976 | "Suggests": [ |
977 | | - "bench", |
978 | 977 | "broom", |
979 | | - "callr", |
980 | 978 | "covr", |
981 | 979 | "DBI", |
982 | 980 | "dbplyr (>= 2.2.1)", |
983 | 981 | "ggplot2", |
984 | 982 | "knitr", |
985 | 983 | "Lahman", |
986 | 984 | "lobstr", |
987 | | - "microbenchmark", |
988 | 985 | "nycflights13", |
989 | 986 | "purrr", |
990 | 987 | "rmarkdown", |
991 | | - "RMySQL", |
992 | | - "RPostgreSQL", |
993 | 988 | "RSQLite", |
994 | 989 | "stringi (>= 1.7.6)", |
995 | 990 | "testthat (>= 3.1.5)", |
996 | 991 | "tidyr (>= 1.3.0)", |
997 | 992 | "withr" |
998 | 993 | ], |
999 | 994 | "VignetteBuilder": "knitr", |
1000 | | - "Config/Needs/website": "tidyverse, shiny, pkgdown, tidyverse/tidytemplate", |
| 995 | + "Config/build/compilation-database": "true", |
| 996 | + "Config/Needs/website": "tidyverse/tidytemplate", |
1001 | 997 | "Config/testthat/edition": "3", |
1002 | 998 | "Encoding": "UTF-8", |
1003 | 999 | "LazyData": "true", |
1004 | | - "RoxygenNote": "7.2.3", |
| 1000 | + "RoxygenNote": "7.3.3", |
1005 | 1001 | "NeedsCompilation": "yes", |
1006 | | - "Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>), Lionel Henry [aut], Kirill Müller [aut] (<https://orcid.org/0000-0002-1416-3412>), Davis Vaughan [aut] (<https://orcid.org/0000-0003-4777-038X>), Posit Software, PBC [cph, fnd]", |
| 1002 | + "Author": "Hadley Wickham [aut, cre] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Romain François [aut] (ORCID: <https://orcid.org/0000-0002-2444-4226>), Lionel Henry [aut], Kirill Müller [aut] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Davis Vaughan [aut] (ORCID: <https://orcid.org/0000-0003-4777-038X>), Posit Software, PBC [cph, fnd]", |
1007 | 1003 | "Maintainer": "Hadley Wickham <hadley@posit.co>", |
1008 | | - "Repository": "RSPM" |
| 1004 | + "Repository": "CRAN" |
1009 | 1005 | }, |
1010 | 1006 | "dtplyr": { |
1011 | 1007 | "Package": "dtplyr", |
|
0 commit comments