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
@daviddalpiaz Next weekend I'm shooting to release this to CRAN. I think a release build will have solved:
solution = TRUE
Alternatively, we can hold off until #1 resolves the ability to provide custom chunks. I'm thinking along the lines of:
add_option(tag, rendered_file)
So, maybe something like:
doc_chunk_options() %>% add_option("solution", "soln") %>% add_option("directions", c("soln", "assign"))
Thoughts?
The text was updated successfully, but these errors were encountered:
I think as long as the solution = TRUE is being removed from the solution Rmd, it's fine to release. The customization can come in a later release.
Sorry, something went wrong.
@daviddalpiaz
I think we'll roll two releases:
Rolled the present build as a GH-only release.
I'll modify a few things over the coming days.
No branches or pull requests
@daviddalpiaz Next weekend I'm shooting to release this to CRAN. I think a release build will have solved:
solution = TRUE
et cetera.Alternatively, we can hold off until #1 resolves the ability to provide custom chunks. I'm thinking along the lines of:
So, maybe something like:
Thoughts?
The text was updated successfully, but these errors were encountered: