I have just created a "toy" R package. The package includes the vignettes
folder with two documents:
vignette.Rmd
: with the code used to generate the vignettevignette.html
: which is the result after pressing theknitr
button in R studio.
After installing correctly the package (I have got access to all the functions) when I run browseVignettes("name_of_package")
I get the following message:
`No vignettes found by browseVignettes("name_of_package")`
I read some posts like knitr .Rmd vignettes do not appear with vignette() but I didn't solve the problem. Any idea will be appreciated.