When building mypackage, everything seems to work:
library(devtools)
build(vignettes = T, manual = T)
* checking for file ‘/storage/Documents/client/validate/mypackage/DESCRIPTION’ ... OK
* preparing ‘mypackage’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... OK
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building ‘mypackage_0.1.tar.gz’
[1] "/storage/Documents/client/validate/mypackage_0.1.tar.gz"
However I can't find neither the PDF manual nor the vignette.
Vignette: followed workflow as described here, using RStudio / devtools / markdown. However:
vignette("mypackage") Warning message: vignette ‘mypackage’ not found
For the PDF manual I have tried this, but no success.
So, my question is: where can I find the PDF manual and the vignette?