-
Notifications
You must be signed in to change notification settings - Fork 2
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-modelsvignette builds from each package models' README file, which is stored ininst; changes to files ininstwon't be caught unless the package is re-installed.
- The
- Build
README.mdby knittingREADME.Rmdwithrmarkdown::render("README.Rmd") - Build the site locally using
pkgdown::build_site()to check that site builds properly - Push/pull request changes into the
mainbranch; GitHub Actions has a workflow configured to automatically build and deploy the site whenmainis updated.