README.md

R-CMD-check Codecov test coverage rstudio mirror downloads cran version

markmyassignment

A R package for automatic marking of R assignments/labs using the testthat package.

Installation

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")

Information for students

Here is a students tutorial on how to use markmyassignment.

The tutorial is also included as a vignette accessible from R with vignette("markmyassignment").

Information for teachers

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").

Suggestions

All suggestions, ideas and comments are welcome. Please submit those through the package issue tracker here.



MansMeg/markmyassignment documentation built on Jan. 31, 2024, 4:11 p.m.