Package: tutorial
Type: Package
Title: Convert R Markdown Files to DataCamp Light HTML Files
Version: 0.4.3
Author: Filip Schouwenaars
Maintainer: Filip Schouwenaars <filip@datacamp.com>
URL: http://www.datacamp.com
BugReports: https://github.com/datacamp/tutorial/issues
Description: DataCamp Light (<https://github.com/datacamp/datacamp-light>) is a light-weight implementation of the DataCamp UI,
  that allows you to embed interactive exercises inside HTML documents. The tutorial package makes it easy to create these
  HTML files from R Markdown files. An extension to knitr, tutorial detects appropriately formatted code chunks and replaces them
  with DataCamp Light readable chunks in the resulting HTML file.
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 3.0.0)
Imports: markdown, knitr, rjson, base64enc
Suggests: testthat, rmarkdown
SystemRequirements: pandoc (>= 1.12.3) -
        http://johnmacfarlane.net/pandoc
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-10-14 08:21:46 UTC; filip
Repository: CRAN
Date/Publication: 2016-10-14 12:58:23
