Other packages > Find by keyword >

R.rsp  

Dynamic Generation of Scientific Reports
View on CRAN: Click here


Download and install R.rsp package within the R console
Install from CRAN:
install.packages("R.rsp")

Install from Github:
library("remotes")
install_github("cran/R.rsp")

Install by package version:
library("remotes")
install_version("R.rsp", "0.46.0")



Attach the package and use:
library("R.rsp")
Maintained by
Henrik Bengtsson
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2006-07-24
Latest Update: 2022-06-27
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.
How to cite:
Henrik Bengtsson (2006). R.rsp: Dynamic Generation of Scientific Reports. R package version 0.46.0, https://cran.r-project.org/web/packages/R.rsp. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.3.0 (2006-07-24 10:23), 0.3.2 (2007-04-11 10:18), 0.3.3 (2007-08-02 18:10), 0.3.4 (2008-03-07 08:09), 0.3.6 (2009-09-18 22:18), 0.4.0 (2010-09-16 20:40), 0.4.1 (2011-01-08 14:29), 0.4.2 (2011-02-15 10:51), 0.4.5 (2011-03-09 15:24), 0.4.9 (2011-04-05 09:14), 0.5.0 (2011-04-15 07:17), 0.5.2 (2011-04-23 22:55), 0.5.3 (2011-05-06 08:29), 0.5.4 (2011-06-25 07:54), 0.6.0 (2011-07-24 07:14), 0.6.1 (2011-07-25 21:46), 0.6.2 (2011-08-01 07:14), 0.6.5 (2011-11-02 18:17), 0.6.7 (2011-11-08 07:54), 0.6.9 (2011-11-15 07:49), 0.6.10 (2011-11-19 07:46), 0.6.11 (2011-11-23 11:38), 0.7.0 (2011-11-24 10:12), 0.7.1 (2012-01-12 10:24), 0.7.5 (2012-03-21 08:59), 0.8.2 (2012-07-05 08:41), 0.9.17 (2013-07-29 23:39), 0.9.24 (2013-09-20 16:12), 0.9.28 (2013-10-15 08:42), 0.15.0 (2014-02-27 06:44), 0.19.0 (2014-06-08 15:37), 0.20.0 (2015-02-19 07:40), 0.21.0 (2015-12-19 11:01), 0.30.0 (2016-05-15 22:09), 0.40.0 (2016-12-06 07:52), 0.41.0 (2017-04-16 12:23), 0.42.0 (2018-01-11 00:57), 0.43.0 (2018-08-26 08:44), 0.43.1 (2019-02-06 00:12), 0.43.2 (2019-10-17 07:30), 0.44.0 (2020-07-09 18:20), 0.45.0 (2022-06-27 20:30)
Other packages that cited R.rsp R package
View R.rsp citation profile
Other R packages that R.rsp depends, imports, suggests or enhances
Complete documentation for R.rsp
Functions, R codes and Examples using the R.rsp R package
Some associated functions: 000-LB-.RspDocument . 000.readText . FileRspResponse . HtmlRspLanguage . HttpDaemon . HttpDaemonRspResponse . HttpRequest . Non-documented_objects . R.rsp-package . RRspPackage . RspCode . RspCodeChunk . RspComment . RspConstruct . RspCutDirective . RspDirective . RspDocument . RspErrorDirective . RspEvalDirective . RspException . RspExpression . RspFileProduct . RspIfDirective . RspIncludeDirective . RspLanguage . RspMetaDirective . RspObject . RspPage . RspPageDirective . RspParser . RspProduct . RspRSourceCode . RspRSourceCodeFactory . RspResponse . RspShSourceCode . RspShSourceCodeFactory . RspSourceCode . RspSourceCodeFactory . RspString . RspStringProduct . RspText . RspUnknownDirective . RspUnparsedDirective . RspUnparsedExpression . RspVariableDirective . RspVoid . appendRootPaths.HttpDaemon . as.character.HttpDaemon . as.character.HttpRequest . as.character.RspStringProduct . asRspString.RspConstruct . browseRsp . buildNonSweaveTexToPdf . buildNonSweaveVignette . buildNonSweaveVignettes . buildPkgIndexHtml . buildVignette . capabilitiesOf.RRspPackage . compileAsciiDoc . compileAsciiDocNoweb . compileKnitr . compileLaTeX . compileMarkdown . compileRnw . compileRsp . compileSweave . dropEmptyText.RspDocument . escape.RspLanguage . evaluate.RspDocument . evaluate.RspRSourceCode . evaluate.RspShSourceCode . evaluate.RspSourceCode . evaluate.RspString . exprToCode.RspSourceCodeFactory . findAsciiDoc . findPandoc . findProcessor.RspProduct . flatten.RspDocument . flush.RspResponse . getAbsolutePath.FileRspResponse . getAbsolutePath.RspPage . getAttributes.default . getCode.RspCode . getComment.RspComment . getComment.RspConstruct . getComment.RspLanguage . getCompleteCode.RspSourceCodeFactory . getConfig.HttpDaemon . getContent.RspEvalDirective . getContent.RspIncludeDirective . getContent.RspText . getContentLength.HttpRequest . getContentType.HttpRequest . getDefaultFilenamePattern.HttpDaemon . getEcho.RspCode . getFile.RspEvalDirective . getFile.RspIncludeDirective . getHttpRequest.HttpDaemon . getInclude.RspConstruct . getLanguage.RspLanguage . getLanguage.RspSourceCodeFactory . getName.FileRspResponse . getName.RspPage . getNewline.RspLanguage . getOutput.FileRspResponse . getParameter.HttpRequest . getParameters.HttpRequest . getPath.FileRspResponse . getPath.RspDocument . getPath.RspPage . getPort.HttpDaemon . getProtocol.HttpRequest . getRealPath.HttpRequest . getRemoteAddress.HttpRequest . getRemoteHost.HttpRequest . getRootPaths.HttpDaemon . getScheme.HttpRequest . getServerName.HttpRequest . getServerPort.HttpRequest . getSource.RspDocument . getSource.RspString . getSuffixSpecs.RspConstruct . getType.RspDocument . getType.RspPageDirective . getType.RspProduct . getType.RspString . getVerbatim.RspIncludeDirective . getVerbatim.RspLanguage . getWrap.RspIncludeDirective . hasParameter.HttpRequest . hasProcessor.RspProduct . indexOfNonQuoted . isStarted.HttpDaemon . makeSourceCode.RspSourceCodeFactory . mergeTexts.RspDocument . nbrOfLines.RspString . nbrOfParameters.HttpRequest . openUrl.HttpDaemon . parseCode.RspRSourceCode . parseDirective.RspUnparsedDirective . parseDocument.RspParser . parseDocument.RspString . parseExpression.RspUnparsedExpression . parseRaw.RspParser . parseVignette . parseVignettes . preprocess.RspDocument . print.RspArguments . print.RspObject . process.RspProduct . processRsp.HttpDaemon . rargs . rcat . rclean . rcode . rcompile . requireAttributes.RspDirective . restart.HttpDaemon . rfile . rspTangle . rspWeave . rstring . setRootPaths.HttpDaemon . sourceTcl.HttpDaemon . splitUrl . start.HttpDaemon . startHelp.HttpDaemon . subset.RspDocument . tangle.RspSourceCode . terminate.HttpDaemon . tidy.RspSourceCode . toLatex.character . toR.RspDocument . toR.RspString . toSourceCode.RspSourceCodeFactory . trim.RspDocument . trimNonText.RspDocument . typeOfRnw . view.RspProduct . writeResponse.HttpDaemon . writeResponse.RspResponse . 
Some associated R codes: 000-rsp-brackets.R . 006.fixVarArgs.R . 999.NonDocumentedObjects.R . 999.RRspPackage.R . 999.package.R . FileRspResponse.R . HtmlRspLanguage.R . HttpDaemon.R . HttpDaemon.processRsp.R . HttpDaemonRspResponse.R . HttpRequest.R . RspCode.R . RspComment.R . RspConstruct.R . RspDirective,COPY-PASTE.R . RspDirective,IF-THEN-ELSE.R . RspDirective,VARIABLES.R . RspDirective.R . RspDocument.R . RspDocument.toR.R . RspException.R . RspExpression.R . RspFileProduct.R . RspLanguage.R . RspObject.R . RspPage.R . RspParser.R . RspProduct.R . RspRSourceCode.R . RspRSourceCodeFactory.R . RspResponse.R . RspShSourceCode.R . RspShSourceCodeFactory.R . RspSourceCode.R . RspSourceCodeFactory.R . RspString.R . RspString.toR.R . RspStringProduct.R . RspText.R . RspVoid.R . attributes.R . browseRsp.R . buildNonSweaveVignette.R . buildVignette.R . compileAsciiDoc.R . compileAsciiDocNoweb.R . compileKnitr.R . compileLaTeX.R . compileMarkdown.R . compileRnw.R . compileRsp.R . compileSweave.R . dvips.R . findAsciiDoc.R . findPandoc.R . indexOfNonQuoted.R . parseInternetMediaType.R . parseRVignetteMetadata.R . ps2pdf.R . rargs.R . rcat.R . rclean.R . rcode.R . rcompile.R . readText.R . rfile.R . rsource.R . rstring.R . sourceWithTrim.R . splitUrl.R . toLatex.R . typeOfRnw.R . utils.R . wstring.R . xweavetangle.R . zzz.CmdArgsFunctions.R . zzz.R .  Full R.rsp package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA