-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packaged don't find vignettes created with use-vignette #931
Comments
What IS the official party line on how to manage vignettes during development? In your book, vignette workflow addresses the (ephemeral) preview. And development cycle gets at the other end ... when building and installing a package properly. What about the bit in the middle? |
I preview them with Cmd + Shift + K. What else do you need to do during dev? |
I'm thinking about the vignettes relative to what we do for roxygen comment / Rd file (and README.Rmd / README.md?). The documentation workflow results in persistent help files you can preview in their natural habitat with It's not that I can't figure out how get a rendered vignette. It's about figuring out the most |
Oh hmmmm, maybe we need a |
Moved to pkgload |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Packages don't "find" vignettes created with use-vignette() -- that is, they're not listed in the package help or when runningvignette() and browseVignettes() -- without also running build_vignette(). Issue filed per this Twitter thread https://twitter.com/sharon000/status/644256000451694592
The text was updated successfully, but these errors were encountered: