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) SystemRequirements: Presentations written in (R)Markdown require Pandoc (http://pandoc.org). Suggests: testthat, covr, txtplot License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 6.1.1 Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev Repository: https://wahani.r-universe.dev Date/Publication: 2019-11-26 09:27:26 UTC RemoteUrl: https://github.com/wahani/replesentr RemoteRef: HEAD RemoteSha: 69c91b29e22a3ffc28c894895fc14c1e1c3b9ac4 NeedsCompilation: no Packaged: 2026-07-04 20:13:59 UTC; root Author: Sebastian Warnholz [aut, cre] Maintainer: Sebastian Warnholz