coatless-rpkg / assignr

Tools for Educators Writing Assignments in RMarkdown
https://r-pkg.thecoatlessprofessor.com/assignr/
42 stars 7 forks source link

CRAN Release Candidate #5

Open coatless opened 6 years ago

coatless commented 6 years ago

@daviddalpiaz Next weekend I'm shooting to release this to CRAN. I think a release build will have solved:

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?

daviddalpiaz commented 6 years ago

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.

coatless commented 6 years ago

@daviddalpiaz

I think we'll roll two releases:

  1. Present build state
  2. Build state post exclusion of the solution = TRUE flag
coatless commented 6 years ago

Rolled the present build as a GH-only release.

I'll modify a few things over the coming days.