Documentation of utility functions for forecasting courseware
To build, install, commit and push use...
source("/path/to/package/inst/update_script.R")
or
Rscript /path/to/package/inst/update_script.R
Provides scripts in inst
directory with automations for ...
-
build_script.R
- copies files in
ColbyForecasting2025/functions
toColbyForecastingDocs/R
- runs
devtools::dcoument()
- runs
devtools::install()
for local installation
- copies files in
-
repos_script.R
- adds new files (
git add *
) - commits changes to main branch
git commit -a -m 'message'
- pushes changes (
git push origin main
)
- adds new files (
-
update_script.R
- runs the two above scripts