Type: Package
Package: learnr
Title: Interactive Tutorials for R
Version: 0.11.2
Authors@R: c(
    person("Garrick", "Aden-Buie", , "garrick@rstudio.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-7111-0077")),
    person("Barret", "Schloerke", , "barret@rstudio.com", role = "aut",
           comment = c(ORCID = "0000-0001-9986-114X")),
    person("JJ", "Allaire", , "jj@rstudio.com", role = c("aut", "ccp")),
    person("Alexander", "Rossell Hayes", , "alex.rossellhayes@rstudio.com", role = "ctb",
           comment = c(ORCID = "0000-0001-9412-0457")),
    person("Nischal", "Shrestha", , "nischal@rstudio.com", role = "ctb",
           comment = c(ORCID = "0000-0003-3321-1712")),
    person("Angela", "Li", , "angelali921@gmail.com", role = "ctb",
           comment = "vignette"),
    person("RStudio", 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,
    curl,
    digest,
    ellipsis (>= 0.2.0.1),
    evaluate,
    htmltools (>= 0.3.5),
    htmlwidgets,
    jsonlite,
    knitr (>= 1.31),
    lifecycle,
    markdown (>= 1.3),
    parallel,
    promises,
    rappdirs,
    renv (>= 0.8.0),
    rlang,
    rmarkdown (>= 1.12.0),
    rprojroot,
    shiny (>= 1.0),
    stats,
    utils,
    withr
Suggests:
    callr,
    DBI (>= 0.4-1),
    httpuv,
    later,
    reticulate,
    RSQLite,
    rstudioapi (>= 0.11),
    shinytest2,
    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.2.1
SystemRequirements: pandoc (>= 1.14) - http://pandoc.org
