inst/dependencies.R

# No Remotes ----
# Attachments ----
to_install <- c("desc", "glue", "knitr", "magrittr", "rmarkdown", "roxygen2", "stringr", "testthat")
  for (i in to_install) {
    message(paste("looking for ", i))
    if (!requireNamespace(i)) {
      message(paste("     installing", i))
      install.packages(i)
    }
  }

Try the attachment package in your browser

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

attachment documentation built on June 7, 2023, 5:19 p.m.