Skip to content

Commit

Permalink
Merge pull request #6 from ucbds-infra/beta
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles authored Aug 22, 2021
2 parents 02ccf00 + 53137b2 commit 9fb83dc
Show file tree
Hide file tree
Showing 19 changed files with 656 additions and 312 deletions.
13 changes: 7 additions & 6 deletions DESCRIPTION
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2020, UC Berkeley Data Science Education Program
Copyright (c) 2021, UC Berkeley Data Science Education Program
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 2 additions & 1 deletion NAMESPACE
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)
Loading

0 comments on commit 9fb83dc

Please sign in to comment.