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
Post a Comment