reconhub / linelist

An R package to import, clean, and store case data
https://www.repidemicsconsortium.org/linelist
Other
25 stars 5 forks source link

Update docs (#104) #111

Open stephlocke opened 4 years ago

stephlocke commented 4 years ago

This buffs the README, adds a vignette, and adds the GitHub Actions needed for a pkgdown auto-generator.

Note that the following local git footwork will need doing by someone who can make branches on this repo

git checkout --orphan gh-pages
git rm -rf .
git commit --allow-empty -m 'Initial gh-pages commit'
git push origin gh-pages
git checkout master