Port details |
- R-cran-R.rsp Dynamic Generation of Scientific Reports
- 0.46.0 textproc
=0 0.46.0Version of this port present on the latest quarterly branch. - Maintainer: uzsolt@FreeBSD.org
 - Port Added: 2025-02-16 18:21:48
- Last Update: 2025-02-16 18:18:33
- Commit Hash: c710d1b
- License: LGPL21 LGPL3
- WWW:
- https://cran.r-project.org/package=R.rsp
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-R.rsp>0:textproc/R-cran-R.rsp
- To install the port:
- cd /usr/ports/textproc/R-cran-R.rsp/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/R-cran-R.rsp
- pkg install R-cran-R.rsp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-R.rsp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1739691214
SHA256 (R.rsp_0.46.0.tar.gz) = 1a9f680ffe563abdaa91add6ebf5e6c0ecbe57f0d39687bcb272ff2a987c33bb
SIZE (R.rsp_0.46.0.tar.gz) = 680925
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- R : math/R
- Test dependencies:
-
- R-cran-base64enc>0 : converters/R-cran-base64enc
- R-cran-knitr>0 : print/R-cran-knitr
- R-cran-markdown>0 : textproc/R-cran-markdown
- R-cran-R.devices>0 : graphics/R-cran-R.devices
- Runtime dependencies:
-
- R-cran-digest>0 : security/R-cran-digest
- R-cran-R.cache>0 : devel/R-cran-R.cache
- R-cran-R.methodsS3>=1.8.0 : devel/R-cran-R.methodsS3
- R-cran-R.oo>=1.23.0 : devel/R-cran-R.oo
- R-cran-R.utils>0 : devel/R-cran-R.utils
- R : math/R
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_R-cran-R.rsp
- USES:
- cran:auto-plist shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.46.0 16 Feb 2025 18:18:33
    |
Zsolt Udvari (uzsolt)  |
textproc/R-cran-R.rsp: New port
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. |