We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think from rstudio/rticles#412 as some files were missing (rstudio/rticles@8f81237) that use_quillt_pkgdown() is not complete.
use_quillt_pkgdown()
As we are creating the vignette from a template
quillt/R/templates.R
Lines 93 to 97 in f6c6729
we don't use usethis::use_vignette(), which leads to missing part in the package when no vignettes are already there.
usethis::use_vignette()
This should be improved.
The text was updated successfully, but these errors were encountered:
cderv
No branches or pull requests
I think from rstudio/rticles#412 as some files were missing (rstudio/rticles@8f81237) that
use_quillt_pkgdown()
is not complete.As we are creating the vignette from a template
quillt/R/templates.R
Lines 93 to 97 in f6c6729
we don't use
usethis::use_vignette()
, which leads to missing part in the package when no vignettes are already there.This should be improved.
The text was updated successfully, but these errors were encountered: