Closed dougmet closed 9 years ago
This is the first issue post bitbucket migration.
This is correct devtools behaviour. a8cbcbf10 changed the README to include build_vignettes=TRUE
in the install_github call. From R if you do build rather than Build & Reload in RStudio it doesn't build vignettes. There's literally a book on it: http://r-pkgs.had.co.nz/vignettes.html
It does seem to work if you do the build_vignettes=TRUE option from install_github. Would like to sort this out though. In the mean time copying the vignette up to GitHub as a markdown file would be useful.