Package: tutorial
Type: Package
Title: Convert R Markdown Files to DataCamp Light HTML Files
Version: 0.3.1
Author: Filip Schouwenaars
Maintainer: Filip Schouwenaars <filip@datacamp.com>
URL: https://github.com/datacamp/tutorial
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. A wrapper around the 'rmarkdown' package, 'tutorial' pre-detects code chunks with the 'ex' and 'type'
  properties, and replaces the chunks with DataCamp Light readable chunks in the resulting HTML file.
License: MIT + file LICENSE
LazyData: TRUE
Imports: markdown, rmarkdown, knitr
Suggests: testthat
SystemRequirements: pandoc (>= 1.12.3) -
        http://johnmacfarlane.net/pandoc
RoxygenNote: 5.0.1
VignetteBuilder: tutorial
NeedsCompilation: no
Packaged: 2016-05-13 09:25:42 UTC; vincentvankrunkelsven
Repository: CRAN
Date/Publication: 2016-05-13 19:33:08
