Learn R Programming

⚠️There's a newer version (0.46.0) of this package.Take me there.

R.rsp (version 0.43.1)

Dynamic Generation of Scientific Reports

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.

Copy Link

Version

Install

install.packages('R.rsp')

Monthly Downloads

15,887

Version

0.43.1

License

LGPL (>= 2.1)

Issues

Pull Requests

Stars

Forks

Last Published

February 5th, 2019

Functions in R.rsp (0.43.1)

Non-documented objects

Non-documented objects
HttpRequest

The HttpRequest class
HttpDaemon

The HttpDaemon class
[.RspDocument

Subsets an RspDocument
HttpDaemonRspResponse

The HttpDaemonRspResponse class
RspComment

The RspComment class
.readText

Reads the content of a local or an online text file
R.rsp-package

Package R.rsp
RspEvalDirective

The RspEvalDirective class
RspException

The RspException class
RRspPackage

The RRspPackage class
RspConstruct

The RspConstruct class
RspCode

The RspCode class
RspCutDirective

The RspCopyDirective class
RspDirective

The abstract RspDirective class
RspExpression

The RspExpression class
RspFileProduct

The RspFileProduct class
HttpDaemon$appendRootPaths

Appends and inserts new paths to the list of known root directories
RspCodeChunk

The RspCodeChunk class
RspObject

The abstract RspObject class
as.character.HttpDaemon

Returns a short string describing the HTTP daemon
RspPage

The RspPage class
RspIfDirective

The RspIfDirective class
buildNonSweaveTexToPdf

Compiles all TeX files into PDFs
RspPageDirective

The RspPageDirective class
RspIncludeDirective

The RspIncludeDirective class
RspLanguage

The RspLanguage class
FileRspResponse

The FileRspResponse class
RspParser

The RspParser class
RspMetaDirective

The RspMetaDirective class
buildNonSweaveVignette

Builds a non-Sweave Rnw vignette
compileMarkdown

Compiles a Markdown file
RspShSourceCode

The RspShSourceCode class
HtmlRspLanguage

The HtmlRspLanguage class
compileRnw

Compiles a Rnw file
RspShSourceCodeFactory

The RspShSourceCodeFactory class
findAsciiDoc

Locates the asciidoc executable
findPandoc

Locates the pandoc executable
RspSourceCode

The RspSourceCode class
RspProduct

The RspProduct class
RspRSourceCodeFactory

The RspRSourceCodeFactory class
RspResponse

The RspResponse class
RspRSourceCode

The RspRSourceCode class
getCompleteCode.RspSourceCodeFactory

Gets the source code header, body, and footer
RspSourceCodeFactory

The RspSourceCodeFactory class
HttpDaemon$getConfig

Retrieves the server's 'config' structure from Tcl
getInclude.RspConstruct

Checks whether an RSP construct will include text to the output or not
RspDocument

The RspDocument class
RspErrorDirective

The RspErrorDirective class
getLanguage.RspLanguage

Gets the language string
RspUnparsedDirective

The RspUnparsedDirective class
RspUnparsedExpression

The RspUnparsedExpression class
getParameters.HttpRequest

Gets all parameters
getPath.FileRspResponse

Gets the path of the directory of the current RSP file
RspString

The RspString class
HttpDaemon$getPort

Gets the socket port of the HTTP daemon
RspText

The RspText class
RspStringProduct

The RspStringProduct class
getProtocol.HttpRequest

Gets the name and version of the protocol used to make this request
RspUnknownDirective

The RspUnknownDirective class
getType.RspDocument

Gets the type of the RspDocument
compileAsciiDoc

Compiles an AsciiDoc file
compileAsciiDocNoweb

Compiles an AsciiDoc noweb file
RspVariableDirective

The RspVariableDirective class
getType.RspPageDirective

Gets the content type
as.character.HttpRequest

Returns a short string describing the HTTP request
buildNonSweaveVignettes

Builds all non-Sweave Rnw vignette
parseCode.RspRSourceCode

Parses the R code
compileRsp

Compiles an RSP file
as.character.RspStringProduct

Returns a plain character string representation of an RSP string product
buildPkgIndexHtml

Builds a package index HTML file
parseDirective.RspUnparsedDirective

Parses the unknown RSP directive for its class
compileSweave

Compiles a Sweave file
RspVoid

The RspVoid class
rcode

Compiles an RSP document and returns the generated source code script
dropEmptyText.RspDocument

Drops all empty RSP text constructs
escape.RspLanguage

Escapes a string specifically for a given RSP response language
asRspString.RspConstruct

Recreates an RSP string from an RspConstruct
browseRsp

Starts the internal web browser and opens the URL in the default web browser
evaluate.RspShSourceCode

Evaluates the shell (sh) code
rcompile

Compiles an RSP document
compileKnitr

Compiles a Knitr file
evaluate.RspSourceCode

Evaluates the source code
compileLaTeX

Compiles a LaTeX file
getComment.RspConstruct

Gets the comment of an RSP construct
getComment.RspLanguage

Gets a comment string specific for a given RSP response language
findProcessor.RspProduct

Locates a processor for an RSP product
getContentType.HttpRequest

Gets the MIME type of the body of the request
flush.RspResponse

Flushes the response buffer
getAbsolutePath.FileRspResponse

Gets the absolute pathname to the current RSP file
flatten.RspDocument

Flattens an RspDocument
getAbsolutePath.RspPage

Gets the absolute pathname to the current RSP file
getFile.RspIncludeDirective

Gets the file attribute
getAttributes.default

Gets and sets attributes of an object
toSourceCode.RspSourceCodeFactory

Translates an RSP document to source code
HttpDaemon$getHttpRequest

Gets the HTTP request
getCode.RspCode

Gets the source code
getContent.RspText

Gets the contents of the RSP text
getComment.RspComment

Gets the comment
getServerPort.HttpRequest

Gets the port number on which this request was received
getOutput.FileRspResponse

Gets the output for an RSP response
getParameter.HttpRequest

Gets a parameter
buildVignette

Builds a vignette
HttpDaemon$getDefaultFilenamePattern

Gets the default filename pattern to be loaded by the HTTP daemon
getContentLength.HttpRequest

Gets the length of contents
getLanguage.RspSourceCodeFactory

Gets the language
getSource.RspDocument

Gets the source reference of an RSP document
getRealPath.HttpRequest

Gets the file system path for a given URI
RRspPackage$capabilitiesOf

Checks which tools are supported
getRemoteAddress.HttpRequest

Gets the IP address of the client that sent the request
getName.RspPage

Gets the (base)name of the current RSP file
getSource.RspString

Gets the source reference of an RSP string
nbrOfParameters.HttpRequest

Gets the number of parameters
getName.FileRspResponse

Gets the (base)name of the current RSP file
openUrl.HttpDaemon

Starts the HTTP daemon and launches the specified URL
getSuffixSpecs.RspConstruct

Gets the suffix specifications
mergeTexts.RspDocument

Merge neighboring 'text' elements
getNewline.RspLanguage

Gets the newline string specific for a given RSP response language
getRemoteHost.HttpRequest

Gets the fully qualified name of the client that sent the request
HttpDaemon$getRootPaths

Gets the root directories of the HTTP daemon
nbrOfLines.RspString

Gets the number of lines in an RSP string
evaluate.RspDocument

Parses, translates, and evaluates the RSP document
getScheme.HttpRequest

Gets the scheme used to make this request
print.RspObject

Prints a summary of an RSP object
process.RspProduct

Processes an RSP file product
trim.RspDocument

Trims each of the RSP constructs
HttpDaemon$processRsp

Processes an RSP page
getType.RspProduct

Gets the type of an RSP product
getType.RspString

Gets the type of an RSP string
getServerName.HttpRequest

Gets the host name of the server that reviewed the request
evaluate.RspRSourceCode

Parses and evaluates the R code
getWrap.RspIncludeDirective

Get the wrap length
parseDocument.RspParser

Parse an RSP string into and RSP document
rargs

Gets RSP arguments of an RSP document
HttpDaemon$setRootPaths

Sets a new set of root directories for the HTTP daemon
hasParameter.HttpRequest

Checks if a parameter exists
parseDocument.RspString

Parses an RSP string into a RSP document
HttpDaemon$sourceTcl

Loads the Tcl source for the HTTP daemon into R
preprocess.RspDocument

Processes all RSP preprocessing directives
print.RspArguments

Prints RSP arguments
hasProcessor.RspProduct

Checks whether a processor exist or not for an RSP product
trimNonText.RspDocument

Trims all non-text RSP constructs
rfile

Evaluates and postprocesses an RSP document and outputs the final RSP document file
rspWeave

A weave function for RSP documents
rspTangle

A tangle function for RSP documents
evaluate.RspString

Parses, translates, and evaluates the RSP string
exprToCode.RspSourceCodeFactory

Translates an RspExpression into source code
indexOfNonQuoted

Gets the first index of a string that is not inside a double quoted string
parseVignette

Parses an Rnw file
typeOfRnw

Checks whether an Rnw file is a Sweave or a knitr file
tangle.RspSourceCode

Drops all text-outputting calls from the source code
HttpDaemon$terminate

Terminates the HTTP daemon
rstring

Evaluates an RSP string and returns the generated string
parseVignettes

Locates and parses all vignettes
getContent.RspEvalDirective

Gets the content of the RSP eval directive
requireAttributes.RspDirective

Asserts that certain attributes exist
HttpDaemon$restart

Restarts the HTTP daemon
splitUrl

Decomposes a URL into its components
toR.RspDocument

Translates the RSP document into R source code
view.RspProduct

Views the RSP product
HttpDaemon$start

Starts the HTTP daemon
writeResponse.HttpDaemon

Writes a string to the HTTP output connection
toR.RspString

Parses and translates the RSP string into R code
tidy.RspSourceCode

Tidy up the RSP source code
getContent.RspIncludeDirective

Gets the content of the RSP include directive
toLatex.character

Escapes character strings to become LaTeX compatible
getEcho.RspCode

Checks whether the source code should be echoed or not
getFile.RspEvalDirective

Gets the file attribute
getPath.RspDocument

Gets the path to the source reference of an RSP string
getPath.RspPage

Gets the path of the directory of the current RSP file
getVerbatim.RspIncludeDirective

Checks if verbatim include should be used or not
getVerbatim.RspLanguage

Gets a verbatim string specific for a given RSP response language
HttpDaemon$isStarted

Checks if the HTTP daemon is started
makeSourceCode.RspSourceCodeFactory

Makes a RspSourceCode object
parseExpression.RspUnparsedExpression

Parses the unknown RSP expression for its class
parseRaw.RspParser

Parses the string into blocks of text and RSP
rcat

Evaluates an RSP string and outputs the generated string
rclean

Compiles an RSP document into a preprocessed and validated RSP document
startHelp.HttpDaemon

Starts the HTTP daemon and launches the help page
subset.RspDocument

Subsets an RspDocument
writeResponse.RspResponse

Writes an RSP response to the predefined output