stulacy / multistateutils

Utility funtions for parametric multi-state modelling in R
GNU General Public License v3.0
6 stars 2 forks source link

Vignette not building in development version #6

Closed jenniferthompson closed 6 years ago

jenniferthompson commented 6 years ago

vignette(package = "multistateutils") didn't show any vignettes with the development version. Happy to close if this is just an artifact of using the development version, but the CRAN index page also lists this as "Vignette Title" so something may not be building correctly?

image

stulacy commented 6 years ago

The vignette not building correctly can be fixed by setting build_vignettes=TRUE in the devtools::install_github() call; I've added this information to the README.

The second issue with the vignette title not appearing was simply an oversight by me that I've also fixed in the development version. Let me know if the changes work for you!

jenniferthompson commented 6 years ago

Ah, sorry I didn't realize there was a build_vignettes argument that could be used (didn't click that far in the help files). Reinstalled and working!