Package: learnr
Type: Package
Title: Interactive Tutorials for R
Version: 0.9.2
Authors@R: c(
  person("Barbara", "Borges", role = c("aut", "cre"), email = "barbara@rstudio.com"),
  person("JJ", "Allaire", role = "aut", email = "jj@rstudio.com"),
  person(family = "RStudio, Inc.", role = "cph"),
  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("Julie", "Cameron", role = "ctb", comment = "SlickQuiz library"),
  person(family = "Quicken Loans", role = "cph", comment = "SlickQuiz library"),
  person(family = "Mozilla", role = c("ctb", "cph"), comment = "localforage 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 | file LICENSE
URL: https://rstudio.github.io/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.8)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2018-03-09 15:32:22 UTC; barbaraborges
Author: Barbara Borges [aut, cre],
  JJ Allaire [aut],
  RStudio, Inc. [cph],
  Ajax.org B.V. [ctb, cph] (Ace library),
  Zeno Rocha [ctb, cph] (clipboard.js library),
  Nick Payne [ctb, cph] (Bootbox library),
  Julie Cameron [ctb] (SlickQuiz library),
  Quicken Loans [cph] (SlickQuiz library),
  Mozilla [ctb, cph] (localforage library)
Maintainer: Barbara Borges <barbara@rstudio.com>
Repository: CRAN
Date/Publication: 2018-03-09 15:52:15 UTC
