A R package for automatic marking of R assignments/labs using the testthat package.
To install the package just run the following code
install.packages("markmyassignment")Sometimes a more recent version can be found on github. To install the latest stable release, just run the following code:
install.packages("remotes")
remotes::install_github("MansMeg/markmyassignment")Here is a students tutorial on how to use markmyassignment.
The tutorial is also included as a vignette accessible from R with vignette("markmyassignment").
Here is a introduction on how to use markmyassignment as a teacher.
The tutorial is also included as a vignette accessible from R with vignette("markmyassignment-teacher").
All suggestions, ideas and comments are welcome. Please submit those through the package issue tracker here.