Package: tutorial.helpers
Title: Helper Functions for Creating Tutorials
Version: 0.2.6
Authors@R: 
    person(given = "David",
           family = "Kane",
           role = c("aut", "cre", "cph"),
           email = "dave.kane@gmail.com",
           comment = c(ORCID = "0000-0002-6660-3934"))
Description: Helper functions for creating, editing, and testing tutorials
    created with the 'learnr' package. Provides a simple method for allowing
    students to download their answers to tutorial questions. For examples
    of its use, see the 'r4ds.tutorials' and 'primer.tutorials' packages.
Depends: R (>= 4.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Suggests: checkmate, knitr, roxygen2, rsconnect, rvest, testthat (>=
        3.0.0), tidyverse
Config/testthat/edition: 3
Imports: dplyr, grDevices, gridExtra, learnr, parsermd, purrr, readr,
        rmarkdown, rstudioapi, shiny, stringr, tibble
BugReports: https://github.com/ppbds/tutorial.helpers/issues
URL: https://ppbds.github.io/tutorial.helpers/
NeedsCompilation: no
Packaged: 2024-01-16 23:46:15 UTC; dkane
Author: David Kane [aut, cre, cph] (<https://orcid.org/0000-0002-6660-3934>)
Maintainer: David Kane <dave.kane@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-17 00:00:02 UTC
