setup
if (!nzchar(system.file(package = "librarian"))) {
install.packages("librarian")
}
::shelf(
librarianquiet = TRUE,
librarian, conflicted, ggplot2, tibble, tidyr, readr, purrr, dplyr, stringr,
forcats, lubridate, glue, fs, magrittr, here, rerddap, cli,
)
conflicts_prefer(
::filter(),
dplyr::select()
dplyr )
[conflicted] Will prefer dplyr::filter over any other package.
[conflicted] Will prefer dplyr::select over any other package.
setup
# source(here("R", "ctd_download.R"))