1

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 vignette
  • vignette.html: which is the result after pressing the knitr 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.

R18
  • 1,476
  • 1
  • 8
  • 17

0 Answers0