Type: Package
Package: gradethis
Title: Automated Feedback for Student Exercises in 'learnr' Tutorials
Version: 0.2.12.9000
Authors@R: c(
    person("Garrick", "Aden-Buie", , "garrick@posit.co", role = "aut",
           comment = c(ORCID = "0000-0002-7111-0077")),
    person("Daniel", "Chen", , "daniel.chen@posit.co", role = "aut",
           comment = c(ORCID = "0000-0003-3857-1741")),
    person("Garrett", "Grolemund", , "garrett@posit.co", role = c("ccp", "aut"),
           comment = c(ORCID = "0000-0002-7765-6011")),
    person("Alexander", "Rossell Hayes", , "alex.rossellhayes@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-9412-0457")),
    person("Barret", "Schloerke", , "barret@posit.co", role = "aut",
           comment = c(ORCID = "0000-0001-9986-114X")),
    person(, "Posit, PBC", role = c("cph", "fnd"))
  )
Description: Pairing with the 'learnr' R package, 'gradethis' provides
    multiple methods to grade 'learnr' exercises.  To learn more about
    'learnr' tutorials, please visit <https://rstudio.github.io/learnr/>.
License: MIT + file LICENSE
URL: https://pkgs.rstudio.com/gradethis/,
    https://rstudio.github.io/learnr/,
    https://github.com/rstudio/gradethis
BugReports: https://github.com/rstudio/gradethis/issues
Depends:
    R (>= 3.2.0)
Imports:
    checkmate,
    commonmark,
    ellipsis,
    glue,
    htmltools,
    learnr (>= 0.10.1.9008),
    lifecycle,
    magrittr,
    purrr,
    rlang,
    rstudioapi,
    utils,
    waldo,
    withr
Suggests:
    DBI,
    knitr,
    rmarkdown,
    spelling,
    testthat (>= 3.0.0)
VignetteBuilder: 
    knitr
Remotes: 
    rstudio/learnr
Config/Needs/connect: rsconnect
Config/Needs/coverage: covr
Config/Needs/website: pkgdown, tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
