An R Autograding Extension for Otter-Grader
Run the test cases in a test file
An R6 class for collecting TestFileResult objects during grading.
An environment into which a collector will be initialized (so we don't...
The name of the active collector variable in collector_env
Generate an environment from an R script
Export a submission to a zip file
Retrieve the global CheckCollector
Grade an R script against a series of test files
An R6 class representing a collection of test case results
Create a new global CheckCollector
Load test cases from a test file
Grade an R script against test files in a directory
Determine whether this R session is running on Jupyter.
Attempt to save the current notebook.
An R6 class representing a test case
An R6 representing the results of running a test case
An R6 class representing a collection of test case results
Collect results of calls to ottr::check in an AST
Check whether a string is valid R code
An R autograding extension for Otter-Grader (<https://otter-grader.readthedocs.io>). It supports grading R scripts, R Markdown documents, and R Jupyter Notebooks.