Open
Description
@daviddalpiaz Next weekend I'm shooting to release this to CRAN. I think a release build will have solved:
- Rubric or user-specified chunk types #1 Removed portions of
solution = TRUE
et cetera. - Clone resources to assign/soln directories #3 Cloned resources
- Add unit tests... #4 Unit Tests on Rendered Documents
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?
Metadata
Metadata
Assignees
Labels
No labels