-
Notifications
You must be signed in to change notification settings - Fork 20
Using "browseVignettes" obtain error "No vignettes found" #68
Comments
Hello @rebjoh I had the same problem, I followed Dean's advice and removed Hope this helps! |
I also had the same problem, and it was fixed using the |
I'm a bit puzzled by this. When I did my dry run and when I worked up the peer review instructions, I ended up removing my installed version and re-installing from GitHub several times.And I don't recall having vignette issues. But there's always a chance I didn't test rigorously enough? Was I browsing vignettes each time? Maybe not. I think @spencerfrei 's comment is the main one to heed at this point. If you're having this problem of missing vignette, explicitly specify |
I am not sure either, because I followed exactly your instructions and the vignettes still wouldn't build. I'll just make sure to mention this in my |
To summarize the wisdom from above: When I was grading the assignment I went with If you want to give the user the option to use your version of the vignette you have to ship it by pushing the files to Github. To do that, you have make sure the |
I believe this issue is related to "Link to Vignettes" but deserves to be listed as a separate issue.
Upon installing my own version of
gameday
from github, loading it and trying to view the vignette:I obtained an error:
Does anyone else face this issue? My package on github includes a
vignettes
folder, however when I download my package, my local R win-library gameday folder does not contain a vignettes folder. I believe it is related to the issue that by default.gitignore
includesinst/doc
?To get around this, I have two work arounds, but I'm not sure which one is best practice:
inst/doc
from.gitignore
.The text was updated successfully, but these errors were encountered: