-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: gradetools
Type: Package
Title: Tools to Assist with Providing Grades and Personalized Feedback to Students
Version: 0.2.0
Authors@R: c(
person(given = "Federica Zoe", family = "Ricci", email = "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-2560-4543")),
person(given = "Catalina", family = "Medina", role = c("aut"), comment = c(ORCID = "0000-0003-2847-8180")),
person(given = "Mine", family = "Dogucu", role = c("aut"), comment = c(ORCID = "0000-0002-8007-934X"))
)
Description: Provides functions to assist with grading and providing feedback to students.
This package has functions to help create an assignment rubric, assist with grading students' assignments and writing feedback to a file, regrade specified students and assignments, and push feedback and or GitHub issues to GitHub.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports:
stringr,
readr (>= 2.1.2),
dplyr,
rstudioapi,
ghclass,
fs,
utils,
svDialogs,
rmarkdown
Suggests:
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://federicazoe.github.io/gradetools/,
https://github.com/federicazoe/gradetools/
BugReports: https://github.com/federicazoe/gradetools/issues/
VignetteBuilder: knitr