Search notes:

R tidyverse: tidyverse_packages

tidyverse_packages lists all packages in the tidyverse:
> library(tidyverse)
> tidyverse_packages(include_self=TRUE)
…
 [1] "broom"         "cli"           "crayon"        "dbplyr"        "dplyr"         "dtplyr"        "forcats"      
 [8] "googledrive"   "googlesheets4" "ggplot2"       "haven"         "hms"           "httr"          "jsonlite"     
[15] "lubridate"     "magrittr"      "modelr"        "pillar"        "purrr"         "readr"         "readxl"       
[22] "reprex"        "rlang"         "rstudioapi"    "rvest"         "stringr"       "tibble"        "tidyr"        
[29] "xml2"          "tidyverse"    

Other packages related to the tidyverse

Other packages that are related to the tidyverse seem to include

Index