Type: Package Package: learnr Title: Interactive Tutorials for R Version: 0.11.6.9000 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: pandoc (>= 1.14) - http://pandoc.org Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://rstudio.r-universe.dev Date/Publication: 2025-11-13 15:40:54 UTC RemoteUrl: https://github.com/rstudio/learnr RemoteRef: HEAD RemoteSha: e7164a86172200cdfeb53c5f17382e1f86e3e78a NeedsCompilation: no Packaged: 2026-06-22 15:32:44 UTC; root Author: Garrick Aden-Buie [aut, cre] (ORCID: ), Barret Schloerke [aut] (ORCID: ), JJ Allaire [aut, ccp], Alexander Rossell Hayes [aut] (ORCID: ), Nischal Shrestha [ctb] (ORCID: ), 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