R.rsp
swMATH18007CRANR.rspMaRDI QIDQ29858
Dynamic Generation of Scientific Reports
Last update: 17 February 2024
Copyright license: GNU Lesser General Public License, version 2.1, GNU Lesser General Public License, version 3.0
Software version identifier: 0.45.0, 0.3.0, 0.3.2, 0.3.3, 0.3.4, 0.3.6, 0.4.0, 0.4.1, 0.4.2, 0.4.5, 0.4.9, 0.5.0, 0.5.2, 0.5.3, 0.5.4, 0.6.0, 0.6.1, 0.6.2, 0.6.5, 0.6.7, 0.6.9, 0.6.10, 0.6.11, 0.7.0, 0.7.1, 0.7.5, 0.8.2, 0.9.17, 0.9.24, 0.9.28, 0.15.0, 0.19.0, 0.20.0, 0.21.0, 0.30.0, 0.40.0, 0.41.0, 0.42.0, 0.43.0, 0.43.1, 0.43.2, 0.44.0, 0.46.0
Source code repository: https://github.com/cran/R.rsp
The RSP markup language makes any text-based document come alive. RSP provides a powerful markup for controlling the content and output of LaTeX, HTML, Markdown, AsciiDoc, Sweave and knitr documents (and more), e.g. 'Today's date is <%=Sys.Date()%>'. Contrary to many other literate programming languages, with RSP it is straightforward to loop over mixtures of code and text sections, e.g. in month-by-month summaries. RSP has also several preprocessing directives for incorporating static and dynamic contents of external files (local or online) among other things. Functions rstring() and rcat() make it easy to process RSP strings, rsource() sources an RSP file as it was an R script, while rfile() compiles it (even online) into its final output format, e.g. rfile('report.tex.rsp') generates 'report.pdf' and rfile('report.md.rsp') generates 'report.html'. RSP is ideal for self-contained scientific reports and R package vignettes. It's easy to use - if you know how to write an R script, you'll be up and running within minutes.
Related Items (2)
This page was built for software: R.rsp