Publishing vignettes automatically #53

Open
vsimko opened this Issue Mar 23, 2016 · 3 comments

Comments

Projects
None yet
2 participants
Collaborator

vsimko commented Mar 23, 2016

According to this blog:
http://www.r-bloggers.com/travis-ci-to-github-pages/

It is possible to publish HTML vignettes after Travis-CI build to http://corrplot.github.io/

vsimko self-assigned this Mar 23, 2016

Owner

taiyun commented Mar 24, 2016

The vignette is built automatically by knitr:

https://cran.r-project.org/web/packages/corrplot/index.html

devtools::install.github('taiyun/corrplot', build_vignettes = TRUE)
Collaborator

vsimko commented Mar 24, 2016

I know, but:

  • the online CRAN version is always behind the github version
  • user has to run devtools::install.github locally
  • I would like to access the up-to-date version online as an HTML page
Owner

taiyun commented Mar 24, 2016

OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment