Last data update: 2014.03.03

tutorial

Package: tutorial
Type: Package
Title: Convert R Markdown Files to DataCamp Light HTML Files
Version: 0.4.0
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. 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
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-06-25 17:55:04 UTC; filip
Repository: CRAN
Date/Publication: 2016-06-26 09:11:59

● 0 images, 2 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tutorial' ...
** package 'tutorial' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tutorial'
    finding HTML links ... done
    build_example                           html  
    go_interactive                          html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (tutorial)
Making 'packages.html' ... done