An R
package to make autograding easier.
At this time, this is a collection of helper functions to make unit testing easier. This is a work-in-progress package; breaking changes should be expected.
Installation
You can install the development version of autogradeR from GitHub with:
# install.packages("pak")
pak::pak("math-mcshane/autogradeR")
Example
This is a basic example which shows you how to solve a common problem:
library(autogradeR)
## XXX FILL IN XXX