-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Irena Papst edited this page Sep 28, 2023
·
1 revision
Welcome to the EPACmodel wiki!
To build the package site,
- Set the working directory to the main package directory and launch an R session
- Re-install EPACmodel with
devtools::install()
- The
pkg-models
vignette builds from each package models' README file, which is stored ininst
; changes to files ininst
won't be caught unless the package is re-installed.
- The
- Build
README.md
by knittingREADME.Rmd
withrmarkdown::render("README.Rmd")
- Build the site locally using
pkgdown::build_site()
to check that site builds properly - Push/pull request changes into the
main
branch; GitHub Actions has a workflow configured to automatically build and deploy the site whenmain
is updated.