-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.54 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
33
34
35
36
37
38
39
Package: ggcheck
Title: Inspect 'ggplot2' Plots for Automated Grading in Learning Exercises
Version: 0.0.5
Authors@R: c(
person("Garrick", "Aden-Buie", , "garrick@rstudio.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7111-0077")),
person("Garrett", "Grolemund", , "garrett@rstudio.com", role = c("ccp", "aut"),
comment = c(ORCID = "0000-0002-7765-6011")),
person("Nischal", "Shrestha", , "nsrocker92@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-3321-1712")),
person("Alexander", "Rossell Hayes", , "alex.rossellhayes@rstudio.com", role = "ctb",
comment = c(ORCID = "0000-0001-9412-0457")),
person("Sara", "Altman", , "sara.altman@rstudio.com", role = "ctb",
comment = c(ORCID = "0000-0002-2529-5680")),
person("RStudio, PBC", role = c("cph", "fnd"))
)
Description: 'ggcheck' provides functions that inspect 'ggplot2' objects
to make it easier for teachers to check that student plots meet
expectations. Designed primarily for automated grading via 'gradethis'
in interactive 'learnr' tutorials.
License: MIT + file LICENSE
URL: https://github.com/rstudio/ggcheck
BugReports: https://github.com/rstudio/ggcheck/issues
Imports:
ggplot2,
gradethis (>= 0.2.12.9004),
purrr,
rlang,
utils
Suggests:
testthat
Remotes:
rstudio/gradethis
Config/Needs/learnr: rstudio/learnr, rstudio/gradethis
Config/Needs/website: pkgdown, tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3