dougmet / unsumnet

R package to reconstruct aggregated network data.
Other
0 stars 0 forks source link

Vignette is not loading with the package #34

Closed dougmet closed 9 years ago

dougmet commented 9 years ago
> vignette(package="unsumnet")
no vignettes found

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.

dougmet commented 9 years ago

This is the first issue post bitbucket migration.

dougmet commented 9 years ago

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