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
our CI currently has a whole: dependencies used in skeleton.Rmd aren't tested in check().
skeleton.Rmd
check()
For example 3e0bf8f removed gluedown, though that was still needed.
gluedown
Two ways to go about this:
runMetacheck()
Should probably do both.
The text was updated successfully, but these errors were encountered:
add gluedown again opens #115
f91ad92
not needed #115
b325841
Sorry, forgot to delete skeleton.Rmd, it is not needed
Sorry, something went wrong.
so, gluedown can be removed
yes, thanks! That's already streamlined in #69. This is more a note to self to test this at some point.
No branches or pull requests
our CI currently has a whole: dependencies used in
skeleton.Rmd
aren't tested incheck()
.For example 3e0bf8f removed
gluedown
, though that was still needed.Two ways to go about this:
runMetacheck()
would have failed)Should probably do both.
The text was updated successfully, but these errors were encountered: