inst/dependencies.R

# No Remotes ----
# Attachments ----
to_install <- c("assertthat", "curl", "dplyr", "fs", "geouy", "glue", "haven", "janitor", "labelled", "laeken", "purrr", "readxl", "rlang", "srvyr", "statar", "stringr", "survey", "tidyr")
  for (i in to_install) {
    message(paste("looking for ", i))
    if (!requireNamespace(i)) {
      message(paste("     installing", i))
      install.packages(i)
    }
  }

Try the ech package in your browser

Any scripts or data that you put into this service are public.

ech documentation built on May 31, 2023, 5:41 p.m.