Installation instructions
Michael Barkasi
2026-04-20
install.Rmd- Clone and
cdinto this git repo - Make
build_install.shexecutable by runningchmod +x build_install.shin bash terminal
- In terminal, run
./build_install.shto build and install the package
- To ensure a clean start, run:
Build documentation
In R, run:
devtools::document()
pkgdown::build_site()
pkgdown::build_article("<article name>")