软件包:r-cran-r.rsp(0.46.0+ds-1)
r-cran-r.rsp 的相关链接
Debian 的资源:
下载源码包 r-cran-r.rsp:
- [r-cran-r.rsp_0.46.0+ds-1.dsc]
- [r-cran-r.rsp_0.46.0+ds.orig.tar.xz]
- [r-cran-r.rsp_0.46.0+ds-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [cran.r-project.org]
相似软件包:
Dynamic Generation of Scientific Reports
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 runningwithin minutes.
其他与 r-cran-r.rsp 有关的软件包
|
|
|
|
-
- dep: r-api-4.0
- 本虚包由这些包填实: r-base-core
-
- dep: r-cran-digest
- GNU R package for 'hash digest' of R data structures
-
- dep: r-cran-r.cache
- R package: Fast and Light-Weight Caching of Objects and Results
-
- dep: r-cran-r.methodss3 (>= 1.8.0)
- GNU R utility function for defining S3 methods
-
- dep: r-cran-r.oo (>= 1.23.0)
- GNU R object-oriented programming with or without references
-
- dep: r-cran-r.utils
- GNU R various programming utilities
-
- dep: tcl
- Tool Command Language (default version) - shell
-
- rec: libjs-remark-slide
- simple, in-browser, markdown-driven slideshow tool (browser)
-
- rec: r-cran-markdown
- GNU R package providing R bindings to the Sundown Markdown rendering library
-
- rec: r-cran-r.devices
- unified handling of graphics devices in R
-
- sug: r-cran-base64enc
- GNU R package that provides tools for base64 encoding
-
- sug: r-cran-knitr
- GNU R package for dynamic report generation using Literate Programming