Type: Package
Package: learnr
Title: Interactive Tutorials for R
Version: 0.11.6
Authors@R: c(
    person("Garrick", "Aden-Buie", , "garrick@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-7111-0077")),
    person("Barret", "Schloerke", , "barret@posit.co", role = "aut",
           comment = c(ORCID = "0000-0001-9986-114X")),
    person("JJ", "Allaire", , "jj@posit.co", role = c("aut", "ccp")),
    person("Alexander", "Rossell Hayes", , "alex.rossellhayes@posit.co", role = "aut",
           comment = c(ORCID = "0000-0001-9412-0457")),
    person("Nischal", "Shrestha", , "nischal@posit.co", role = "ctb",
           comment = c(ORCID = "0000-0003-3321-1712")),
    person("Angela", "Li", , "angelali921@gmail.com", role = "ctb",
           comment = "vignette"),
    person("Posit, PBC", role = c("cph", "fnd")),
    person(, "Ajax.org B.V.", role = c("ctb", "cph"),
           comment = "Ace library"),
    person("Zeno", "Rocha", role = c("ctb", "cph"),
           comment = "clipboard.js library"),
    person("Nick", "Payne", role = c("ctb", "cph"),
           comment = "Bootbox library"),
    person("Jake", "Archibald", role = c("ctb", "cph"),
           comment = "idb-keyval library"),
    person("i18next authors", role = c("ctb", "cph"),
           comment = "i18next library")
  )
Description: Create interactive tutorials using R Markdown. Use a
    combination of narrative, figures, videos, exercises, and quizzes to
    create self-paced tutorials for learning about R and R packages.
License: Apache License (>= 2.0)
URL: https://rstudio.github.io/learnr/,
        https://github.com/rstudio/learnr
BugReports: https://github.com/rstudio/learnr/issues
Imports: checkmate, digest, evaluate, htmltools (>= 0.3.5),
        htmlwidgets, jsonlite, knitr (>= 1.31), lifecycle, markdown (>=
        1.3), parallel, promises, rappdirs, renv (>= 0.8.0), rlang (>=
        1.0.0), rmarkdown (>= 1.12.0), rprojroot, shiny (>= 1.0),
        stats, utils, withr
Suggests: bslib, callr, curl, DBI (>= 0.4-1), httpuv, later,
        reticulate, RSQLite, rstudioapi (>= 0.11), shinytest2,
        sortable, testthat (>= 3.0.3)
VignetteBuilder: knitr
Config/Needs/connect: rsconnect
Config/Needs/coverage: covr
Config/Needs/website: pkgdown, tidyverse/tidytemplate
Encoding: UTF-8
RoxygenNote: 7.3.3
SystemRequirements: pandoc (>= 1.14) - http://pandoc.org
NeedsCompilation: no
Packaged: 2025-11-12 16:04:25 UTC; garrick
Author: Garrick Aden-Buie [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-7111-0077>),
  Barret Schloerke [aut] (ORCID: <https://orcid.org/0000-0001-9986-114X>),
  JJ Allaire [aut, ccp],
  Alexander Rossell Hayes [aut] (ORCID:
    <https://orcid.org/0000-0001-9412-0457>),
  Nischal Shrestha [ctb] (ORCID: <https://orcid.org/0000-0003-3321-1712>),
  Angela Li [ctb] (vignette),
  Posit, PBC [cph, fnd],
  Ajax.org B.V. [ctb, cph] (Ace library),
  Zeno Rocha [ctb, cph] (clipboard.js library),
  Nick Payne [ctb, cph] (Bootbox library),
  Jake Archibald [ctb, cph] (idb-keyval library),
  i18next authors [ctb, cph] (i18next library)
Maintainer: Garrick Aden-Buie <garrick@posit.co>
Repository: CRAN
Date/Publication: 2025-11-13 06:10:11 UTC
Built: R 4.4.1; ; 2025-11-13 08:32:14 UTC; unix
