Skip to contents

Codecov test coverage R-CMD-check
CodeFactor

A package to simplify basic grading taks in R

autogradeR is expected to help instructors grade pre-defined assignments using a particular and relatively simple set of functions.


Installing autogradeR

The autogradeR R package can be installed from GitHub using the code presented below. I expect autogradeR to be available on CRAN at some point in the future.

library(devtools)
install_github("cromanpa94/autogradeR")

Assembling phylogenetic trees from taxonomic names.

What is autogradeR?

Who should consider using autogradeR

Why use autogradeR?

Alternatives to autogradeR

ghclass ottr learnr gradethis autogradeR

Contributing

Please see our contributing guide.

Contact

Please see the package DESCRIPTION for package authors.

Future work

  • Implement a function to push feedback to GitHub repos (checkout ghclass)