How to Install and Uninstall R-R.rsp.noarch Package on Fedora 36
Last updated: November 28,2024
1. Install "R-R.rsp.noarch" package
This guide covers the steps necessary to install R-R.rsp.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
R-R.rsp.noarch
Copied
2. Uninstall "R-R.rsp.noarch" package
Please follow the instructions below to uninstall R-R.rsp.noarch on Fedora 36:
$
sudo dnf remove
R-R.rsp.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the R-R.rsp.noarch package on Fedora 36
Last metadata expiration check: 0:21:54 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-R.rsp
Version : 0.44.0
Release : 5.fc36
Architecture : noarch
Size : 1.6 M
Source : R-R.rsp-0.44.0-5.fc36.src.rpm
Repository : fedora
Summary : Dynamic Generation of Scientific Reports
URL : https://CRAN.R-project.org/package=R.rsp
License : LGPLv2+
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.
Available Packages
Name : R-R.rsp
Version : 0.44.0
Release : 5.fc36
Architecture : noarch
Size : 1.6 M
Source : R-R.rsp-0.44.0-5.fc36.src.rpm
Repository : fedora
Summary : Dynamic Generation of Scientific Reports
URL : https://CRAN.R-project.org/package=R.rsp
License : LGPLv2+
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.