# Start Packages
usethis::use_description()
usethis::use_build_ignore("init.R")
usethis::use_namespace()
usethis::use_package_doc()
usethis::use_readme_rmd()
# Packages
usethis::use_package("dplyr")
usethis::use_package("ggplot2")
usethis::use_package("padr")
usethis::use_package("lubridate")
usethis::use_package("tidyr")
usethis::use_package("EnvStats")
usethis::use_pipe()
# Add Vignettes
usethis::use_vignette("under-reporting", title = "Example Under Reporting Estimates")
# Add PAckagedown
usethis::use_pkgdown()
# Add CI
usethis::use_github_action("check-standard")
usethis::use_github_action("pkgdown")
usethis::use_github_action("test-coverage")
usethis::use_coverage()
# Raw Data
usethis::use_data_raw(name = "covid19_serial_interval")
rstantools::use_rstan(pkgdir = here::here())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.