steps-dev / steps

steps: Spatially- and Temporally- Explicit Population Simulator
19 stars 7 forks source link

still no vignettes #25

Closed goldingn closed 5 years ago

goldingn commented 5 years ago

I still don't get any vignettes, when I build either form github or locally

goldingn commented 5 years ago

This works for installation from GitHub for now:

remotes::install_github("steps-dev/steps", build_vignettes = TRUE)

I'll open a PR shortly that adds these instructions to the readme.

My local installation issue was just the expected devtools behaviour; I needed to run build_vignettes() first (though it looks like that behaviour is set to change soon).