r-cran-r.rsp 0.44.0+ds-3 source package in Ubuntu
Changelog
r-cran-r.rsp (0.44.0+ds-3) unstable; urgency=medium * debian/control - Swap libjs-marked for libjs-remark-slide in Recommends. * debian/gbp.conf - Remove debian-branch setting; now "master", which is the default. * debian/patches/no-remark.patch - Remove patch; remark is now in Debian. * debian/patches/no-sys-time.patch - New patch; remove Sys.time() output from vignettes for reproducibility. * debian/patches/remark.patch - New patch; use local copy of remark for vignette. - Also remove unused/unclosed <div> tag in vignette that was preventing the markdown from being rendered correctly. * debian/patches/source-date-epoch.patch - New patch; use SOURCE_DATE_EPOCH for date example in vignette for reproducibility. -- Doug Torrance <email address hidden> Tue, 08 Mar 2022 16:31:56 -0500
Upload details
- Uploaded by:
- Debian R Packages Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian R Packages Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-r.rsp_0.44.0+ds-3.dsc | 2.3 KiB | 2896c617b8fe971972ba2598b7f9bee568797dfa056d550a7c7f0c9d5026e407 |
r-cran-r.rsp_0.44.0+ds.orig.tar.xz | 181.4 KiB | 46529dded86e630057c9a729206192e4c2a10a386b477c6a4ff9de50c9897757 |
r-cran-r.rsp_0.44.0+ds-3.debian.tar.xz | 5.3 KiB | c2f5d05c5f70766d156902e52014e6cb988b3ace52268a5641c2a9beeb2c491b |
Available diffs
- diff from 0.44.0+ds-2 to 0.44.0+ds-3 (2.4 KiB)
No changes file available.
Binary packages built by this source
- r-cran-r.rsp: 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 running
within minutes.