Tutorial and package reference for trelliscope.
- Fork and check out this repository
- Check out the trelliscope repository
- Change
code_path
inbuild.R
to point to your checkout of the trelliscope repository - Edit the files in
docs/*.Rmd
- Generate the html output by running code in
build.R
or simply calling
./build
If others are editing the docs as well and you want to keep your checkout in sync with what is live, do the following (in the repository directory):
One time only:
git remote add upstream https://github.com/delta-rho/docs-trelliscope
Each time you want to sync with the live version of the docs:
git fetch upstream
git merge upstream/gh-pages