David Dalpiaz
David Dalpiaz
The former is probably the way we should go. You raise a good point about tag propagation. Currently students are exposed to `solution = TRUE`.
Just removing the tagging in the output is what I had in mind.
Is `output_dir` meant to be the "release" directory? Meaning, the files are built internally, but then also certain files are copied to the `output_dir`?
Also, `gen_hw` implies generating a homework. Would there be multiple `gen_**` functions at some point?
I'm not sure what that example is showing. I don't see the need to have one chunk inside of another.
Written in lab00-main.Rmd: ```` ```{asis, assign = TRUE} Text ``` ```{r, assign = TRUE} # your code here ``` ```` Becomes in lab00-assign.Rmd: ```` Text ```{r} # your code here...
Assuming the user is working in RStudio, could you somehow utilize the Viewer window? Thinking "big" for a moment, I'm envisioning a user encountering an error and then a rendered...
Agreed on an in-depth conversation. I'm even more excited about this than the package I proposed last time. A couple notes: - Agreed that speed of generating the html could...
Also, now that I've thought about this for a second, I feel like I'm basically proposing [Clippy](https://en.wikipedia.org/wiki/Office_Assistant) for `R`.
Another quick thought: check user's R, RStudio, and maybe package versions against current versions. If lagging, provide as much code as possible to automate the update procedure.