How to make a vignette appear in an R package -


i've spent time making informative vignette r package:

https://github.com/robinlovelace/stplanr/blob/master/vignettes/introducing-stplanr.rmd

it compiles fine in tests, not appear when download it.

test:

library(devtools) install_github("robinlovelace/stplanr") library(stplanr) vignette(package = "stplanr") 

any ideas what's causing strange behaviour? sure used work.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -