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/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://rstudio.r-universe.dev Date/Publication: 2026-06-22 11:58:17 UTC RemoteUrl: https://github.com/rstudio/ggcheck RemoteRef: HEAD RemoteSha: 70543ad8e3e4578a37a01dce695e6829ba7cf505 NeedsCompilation: no Packaged: 2026-06-22 13:57:17 UTC; root Author: Garrick Aden-Buie [aut, cre] (ORCID: ), Garrett Grolemund [ccp, aut] (ORCID: ), Nischal Shrestha [aut] (ORCID: ), Alexander Rossell Hayes [ctb] (ORCID: ), Sara Altman [ctb] (ORCID: ), RStudio, PBC [cph, fnd] Maintainer: Garrick Aden-Buie