Package: learnr
Type: Package
Title: Interactive Tutorials for R
Version: 0.10.1
Authors@R: c(
  person("Barret", "Schloerke", role = c("aut", "cre"), email = "barret@rstudio.com",
        comment = c(ORCID = "0000-0001-9986-114X")),
  person("JJ", "Allaire", role = "aut", email = "jj@rstudio.com"),
  person("Barbara", "Borges", role = "aut", email = "barbara@rstudio.com"),
  person("Angela", "Li", role = "ctb", email = "angelali921@gmail.com", comment = "vignette"),
  person("RStudio", role = c("cph", "fnd")),
  person(family = "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")
  )
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: utils, parallel, withr, rappdirs, rprojroot, jsonlite,
        htmltools (>= 0.3.5), htmlwidgets, evaluate, knitr (>= 1.14),
        markdown, shiny (>= 1.0), rmarkdown (>= 1.12.0), ellipsis (>=
        0.2.0.1), checkmate, renv (>= 0.8.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Suggests: testthat (>= 2.1.0), callr, rlang
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-02-13 21:50:33 UTC; barret
Author: Barret Schloerke [aut, cre] (<https://orcid.org/0000-0001-9986-114X>),
  JJ Allaire [aut],
  Barbara Borges [aut],
  Angela Li [ctb] (vignette),
  RStudio [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)
Maintainer: Barret Schloerke <barret@rstudio.com>
Repository: CRAN
Date/Publication: 2020-02-13 22:20:02 UTC
