How to Install and Uninstall r-cran-r.rsp Package on Kali Linux

Last updated: May 18,2024

1. Install "r-cran-r.rsp" package

This tutorial shows how to install r-cran-r.rsp on Kali Linux

$ sudo apt update $ sudo apt install r-cran-r.rsp

2. Uninstall "r-cran-r.rsp" package

This tutorial shows how to uninstall r-cran-r.rsp on Kali Linux:

$ sudo apt remove r-cran-r.rsp $ sudo apt autoclean && sudo apt autoremove

3. Information about the r-cran-r.rsp package on Kali Linux

Package: r-cran-r.rsp
Version: 0.46.0+ds-1
Installed-Size: 1885
Maintainer: Debian R Packages Maintainers
Architecture: all
Depends: r-api-4.0, r-cran-r.methodss3 (>= 1.8.0), r-cran-r.oo (>= 1.23.0), r-cran-r.utils, r-cran-r.cache, r-cran-digest, tcl
Recommends: r-cran-markdown, r-cran-r.devices, libjs-remark-slide
Suggests: r-cran-knitr, r-cran-base64enc
Size: 1404708
SHA256: 5fc4e633190ee56a7aeef282915e72e1e0870fbb23a1f28d770bf9d11f342801
SHA1: ee141cf8ca85d6c0762c067a54e05be44f1c679a
MD5sum: a05cf7b888d22e9718d045fc703d3172
Description: 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.
Description-md5:
Homepage: https://cran.r-project.org/package=R.rsp
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-r.rsp/r-cran-r.rsp_0.46.0+ds-1_all.deb