cont-limno / LAGOSNE

Interface to the LAke multi-scaled GeOSpatial & temporal database :earth_americas:
https://cont-limno.github.io/LAGOSNE/
15 stars 8 forks source link

Vignette building breaks CI (and CRAN) checks #49

Closed jsta closed 7 years ago

jsta commented 7 years ago

The vignettes as currently written require that the full LAGOS dataset is installed and available to lagos_load. I think this is good because it allows us to describe the contents of the data product. However, automated build testing via CI services (and eventually CRAN) breaks because the they don't (and probably should not) have the data available. The only solution I can come up with is to make the vignettes static. That is to pre-build all the vignette figures and tables and display the code chunks without running them (eval = FALSE).

jsta commented 7 years ago

Now building static vignettes with rmarkdown::render and the R.rsp package https://cran.r-project.org/web/packages/R.rsp/index.html