autogradeR
is expected to help instructors grade pre-defined assignments using a particular and relatively simple set of functions.
The autogradeR
R package can be installed from GitHub using the code presented below. I expect autogradeR
to be available on CRAN at some point in the future.
library(devtools)
install_github("cromanpa94/autogradeR")
ghclass
ottr
learnr
gradethis
autogradeR
Please see our contributing guide.
Please see the package DESCRIPTION for package authors.
- Implement a function to push feedback to GitHub repos (checkout
ghclass
)