Recent Releases of grader
grader - Zenodo release
No major changes...just registering a release for Zenodo.
- R
Published by tbrown122387 over 4 years ago
grader - gradeR 1.0.10
Bug fixes
library()ing packages didn't work, and that's now fixed. This was because callr::r() needed package=TRUE.
- R
Published by tbrown122387 almost 5 years ago
grader - v1.0.9.
gradeR 1.0.9 (and 1.08 and 1.07)
Extra things
Student submissions are now run in a separate R session. This will ensure that student submissions are run with the same search path that they are using on their local machines.
A suppress_warnings argument was added to calcGradesForGradescope. Now you can choose whether or not warnings should be fatal when running student submission scripts.
Second, more flexibility in specifying the test visibility has been added. Students can see the test results before the submission deadline, after the submission deadline but before the publish date, after the publish date, or never.
Bug fixes
Fixed the multiple assertions bugs in calcGrades and calcGradesForGradescope. If one test had multiple calls to some expect function, all but the first would be ignored. Now, they are all tested, and full points are awarded if and only if they are all true. Thanks to Al Fischer of WCU for spotting this!
Two bugs in the vignette were fixed as well. data.csv needed to be in the local directory from where calcGrades is called, and there shouldn't be any setwd() calls in the test file.
- R
Published by tbrown122387 almost 6 years ago
grader -
gradeR 1.0.5
Extra things
- added
findGlobalPaths, which searchs student submissions for the very bad global/machine-specific file paths - added
findBadEncodingFiles, which searchs student submissions for the very bad non-UTF-8 characters - added a
verboseargument tocalcGrades, so you can see which file is being ran in real time
gradeR 1.0.4
Extra things
-warnings that get triggered by running student submission can now be ignored.
gradeR 1.0.3
Extra things
-added a vignette with a fully-worked example
gradeR 1.0.2
Extra things
- made points columns numeric
- inserted
sourcecall insidetryCatchfunction, so that broken submissions don't interruptcalcGradescall - added printing of which submissions trigger warnings or errors
gradeR 1.0.1
Bug fixes
Fixed bug that prevents an odd number of submissions!
Extra things
Made the columns of the returned data frame a little prettier.
- R
Published by tbrown122387 over 6 years ago