Pairing with the learnr R package, gradethis provides multiple methods to grade learnr exercises. To learn more about learnr tutorials, please visit https://rstudio.github.io/learnr/.
You can install the released version of gradethis from CRAN with:
install.packages("gradethis")The development version of gradethis can be installed from GitHub with:
remotes::install_github("rstudio-education/gradethis")To view the latest grading demo of the different checking methods:
library(gradethis)
gradethis::gradethis_demo()