R autograders are tools that automate the testing and grading of R code, allowing for efficient and consistent assessment of programming assignments.
Otter-Grader is a open-source library that enables automated testing and grading of student code, allowing for real-time feedback and flexibility in grading assignments.
Note: This was tested on a linux based machine, but should translate to a MacOS as well. A virtual machine was set-up with this autograding environment, if you would prefer to use this virtual machine instead of setting it up on your own machine please email apivirotto@brynmawr.edu.
conda install nbconvert
sudo apt-get install pandoc
sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-plain-generic
3. Install [otter-grader](https://otter-grader.readthedocs.io/en/latest/index.html#installation) using pip.
```bash
pip install otter-grader
python3 -m pip install ipykernel
python3 -m ipykernel install --user
Coming soon!