Package: tutorial.helpers Title: Helper Functions for Creating Tutorials Version: 0.6.2.9002 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' package. Depends: R (>= 4.1.0) License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 VignetteBuilder: quarto Suggests: fs, googledrive, httr, knitr, quarto, roxygen2, testthat (>= 3.0.0), tidyverse Config/testthat/edition: 3 Imports: jsonlite, learnr, rmarkdown, rstudioapi, rvest, shiny, tibble, utils BugReports: https://github.com/PPBDS/tutorial.helpers/issues URL: https://ppbds.github.io/tutorial.helpers/, https://github.com/PPBDS/tutorial.helpers Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://ppbds.r-universe.dev Date/Publication: 2026-07-01 02:25:50 UTC RemoteUrl: https://github.com/ppbds/tutorial.helpers RemoteRef: HEAD RemoteSha: b6a955c459be85c5eaaafb7dbd11636b79c51cdb NeedsCompilation: no Packaged: 2026-07-01 06:50:44 UTC; root Author: David Kane [aut, cre, cph] (ORCID: ) Maintainer: David Kane