Current the tidyverse package does not include dtplyr (which is fun an awesome and amazing effort):
packageVersion('tidyverse')
#> [1] '1.3.0'
tidyverse::tidyverse_packages()
#> [1] "broom" "cli" "crayon" "dbplyr" "dplyr"
#> [6] "forcats" "ggplot2" "haven" "hms" "httr"
#> [11] "jsonlite" "lubridate" "magrittr" "modelr" "pillar"
#> [16] "purrr" "readr" "readxl" "reprex" "rlang"
#> [21] "rstudioapi" "rvest" "stringr" "tibble" "tidyr"
#> [26] "xml2" "tidyverse"
Created on 2019-12-16 by the reprex package (v0.3.0)
I am wondering if you'd consider a PR adding dtplyr as a non-core tidyverse package. I was expecting dtplyr to be updated with tidyverse::tidyverse_update
Current the tidyverse package does not include
dtplyr(which is fun an awesome and amazing effort):Created on 2019-12-16 by the reprex package (v0.3.0)
I am wondering if you'd consider a PR adding
dtplyras a non-core tidyverse package. I was expectingdtplyrto be updated withtidyverse::tidyverse_update