ggthemr icon indicating copy to clipboard operation
ggthemr copied to clipboard

Set up continuous integration

Open krlmlr opened this issue 5 years ago • 1 comments

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.

krlmlr avatar May 14 '19 21:05 krlmlr

wow! 👍

sainathadapa avatar May 15 '19 05:05 sainathadapa