David Dalpiaz
David Dalpiaz
I've moved to a similar project here with more updates, although it also is not super active: https://github.com/daviddalpiaz/bsl
That's likely just sloppiness on my part. I believe technically it is the sample standard deviation of the RMSE from each fold. Although, I suppose on some level, it could...
Attempt to align all tables to center. Will `kableextra` help?
One minor gradebook thought I'll put here while I'm thinking about it: Allow for sorting of columns? Currently, if you click a column heading, it takes you to that assessment....
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.
Out of curiosity, which class would this be used in? Also, I really need to start working on this package more... I keep using my own internal versions, in which...
BTW, previously I had called this option `rubric`: https://github.com/coatless/assignr/issues/1 Also, my interval tools strip the meta chunk options from the user documents... again I really need to engage in this...
Yeah, we can make that happen no problem. Here are the tags that I think should exist - `directions`: shown in the assignment, but not the solution - `solutions`: shown...
That would be how I would do it, although I suppose eventually we could allow users to specify that behavior.
I'm currently running the following on the `-assign.Rmd` files as a part of my build process for a course: ``` remove_extra_newlines = function(file) { input = readLines(file) output = which(input...