r-cran-r.rsp 0.46.0+ds-1 source package in Ubuntu

Changelog

r-cran-r.rsp (0.46.0+ds-1) unstable; urgency=medium

  * New upstream release.
  * debian/control
    - Bump Standards-Version to 4.6.2.
  * debian/copyright
    - Update my copyright years.
  * debian/lintian-overrides
    - Add brackets around filename in override to match new lintian output.
  * debian/patches/national-encoding.patch
    - Remove patch; applied upstream.
  * debian/patches/remark.patch
    - Remove unclosed <div> tag; this portion of the patch was applied
      upstream.
    - Fix spelling of "Description".
  * debian/patches/reproducible-pdf.patch
    - Remove patch; applied upstream.

 -- Doug Torrance <email address hidden>  Mon, 19 Feb 2024 23:00:46 -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 Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-r.rsp_0.46.0+ds-1.dsc 2.3 KiB 8b1be01dbe0ddd90545346c7701b14298f3d902e8648d86016a8e3ca5ed48eab
r-cran-r.rsp_0.46.0+ds.orig.tar.xz 180.4 KiB 5d9a08f3fe5cf423c86f31a09ad45df28aba899c850328d009fc9dbc3e972ddb
r-cran-r.rsp_0.46.0+ds-1.debian.tar.xz 4.9 KiB cc4148a8bd4123ce0522078d1b72cdc4af56d8502b9345305e688d48a491fea5

Available diffs

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.