-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from ucbds-infra/beta
- Loading branch information
Showing
19 changed files
with
656 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
Package: ottr | ||
Title: What the Package Does (One Line, Title Case) | ||
Version: 0.1.0 | ||
Title: An R autograding extension for Otter-Grader | ||
Version: 1.0.0 | ||
Authors@R: | ||
person(given = "Chris", | ||
family = "Pyles", | ||
email = "otter-grader@berkeley.edu", | ||
role = c("aut", "cre"), | ||
email = "cpyles@berkeley.edu", | ||
comment = c(ORCID = "YOUR-ORCID-ID")) | ||
Description: What the package does (one paragraph). | ||
License: `use_mit_license()`, `use_gpl3_license()` or friends to | ||
pick a license | ||
License: BSD 3-Clause License | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.1 | ||
Imports: | ||
yaml, | ||
testthat, | ||
jsonlite | ||
jsonlite, | ||
pryr, | ||
R6 | ||
Suggests: | ||
testthat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(TestCase) | ||
export(check) | ||
export(grade_script) | ||
export(results_to_json) | ||
export(results_to_list) | ||
export(run_gradescope) | ||
export(run_autograder) |
Oops, something went wrong.