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 have some Rmarkdown templates in inst/templates in my package.
inst/templates
Is there was a way to get spelling::spell_check_package() to also check these files?
spelling::spell_check_package()
The text was updated successfully, but these errors were encountered:
Are they regular Rmd files? Can you point me to the example pkg?
Sorry, something went wrong.
I would be interested in this as well.
A good example could be the rticles package: https://github.com/rstudio/rticles.
Templates are here: https://github.com/rstudio/rticles/tree/main/inst/rmarkdown/templates.
A specific example could be: https://github.com/rstudio/rticles/blob/main/inst/rmarkdown/templates/informs/skeleton/skeleton.Rmd
The folder structure is documented in the Rmarkdown definitive guide: https://bookdown.org/yihui/rmarkdown/template-structure.html
No branches or pull requests
I have some Rmarkdown templates in
inst/templates
in my package.Is there was a way to get
spelling::spell_check_package()
to also check these files?The text was updated successfully, but these errors were encountered: