Installation instructions
install.Rmd
- Clone and
cd
into this git repo - Make
build_install.sh
executable by runningchmod +x build_install.sh
in bash terminal
- In terminal, run
./build_install.sh
to build and install the package
- To ensure a clean start, run:
To build pkgdown site: pkgdown::build_site()