Mikata-Project / ggthemr

Themes for ggplot2.
886 stars 107 forks source link

Set up continuous integration #33

Open krlmlr opened 5 years ago

krlmlr commented 5 years ago

For now only Travis. Builds beautiful documentation: https://krlmlr.github.io/ggthemr/ .

After merging, you'd need to run a few steps:

  1. Remove the old gh-pages branch: git push origin :gh-pages
  2. Set up deploy keys: travis::use_travis_deploy() from https://github.com/ropenscilabs/travis/
  3. Link to documentation from https://cttobin.github.io/ggthemr

Will add one more commit to test against dev version of ggplot2 (which currently seems to fail).

NB: I have no idea why the plots were updated, can remove them from the PR if you prefer.

sainathadapa commented 5 years ago

wow! 👍