Package: REPLesentR
Title: Presentations in the REPL
Version: 0.4.0
Authors@R: person("Sebastian", "Warnholz",
                  email = "wahani@gmail.com", role = c("aut", "cre"))
Description: Create presentations and display them inside the R 'REPL'
    (Read-Eval-Print loop), aka the R console. Presentations can be written in
    'RMarkdown' or any other text format. A set of convenient navigation options
    as well as code evaluation during a presentation is provided. It is great
    for tech talks with live coding examples and tutorials. While this is not a
    replacement for standard presentation formats, it's old-school looks might
    just be what sets it apart. This project has been inspired by the
    'REPLesent' project for presentations in the 'Scala' 'REPL'.
BugReports: https://github.com/wahani/REPLesentR/issues
Depends: R (>= 3.4.0)
Imports: modules, dat, tools, knitr (>= 1.21.2), rmarkdown
SystemRequirements: Presentations written in (R)Markdown require Pandoc
        (http://pandoc.org).
Suggests: testthat, covr, txtplot
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-11-25 19:41:40 UTC; sebastian
Author: Sebastian Warnholz [aut, cre]
Maintainer: Sebastian Warnholz <wahani@gmail.com>
Repository: CRAN
Date/Publication: 2019-11-25 20:00:02 UTC
