Learn R Programming

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

R.rsp (version 0.6.2)

Dynamic generation of scientific reports

Description

An RSP document is a text-based document containing an R-embedded template of the final document. An RSP document is preprocessed, parsed and translated into an R script, which when sourced generates the final document. This way it is possible to dynamically generate reports in plain text, HTML, TeX etc. It can also be used to enhance other literate programming languanges such as Sweave. In addition to RSP, this package also provides an internal cross-platform web server and built-in dynamic RSP-embedded HTML help pages, which can be launched by browseRsp(). If other packages provide RSP help pages, these are automatically linked to as well.

Copy Link

Version

Install

install.packages('R.rsp')

Monthly Downloads

16,209

Version

0.6.2

License

LGPL (>= 2.1)

Maintainer

Henrik Bengtsson

Last Published

August 1st, 2011

Functions in R.rsp (0.6.2)

getServerName.HttpRequest

Gets the host name of the server that revieved the request
startHelp.HttpDaemon

Starts the HTTP daemon and launches the help page
HtmlRspLanguage

The HtmlRspLanguage class
as.character.HttpDaemon

Returns a short string describing the HTTP daemon
getContentLength.HttpRequest

Gets the length of contents
getRealPath.HttpRequest

Gets the file system path for a given URI
FileRspResponse

The FileRspResponse class
escape.RspLanguage

Escapes a string specifically for a given RSP response language
compileLaTeX

Compiles a LaTeX file
RspPage

The RspPage class
getAbsolutePath.FileRspResponse

Gets the absolute pathname to the current RSP file
getParameters.HttpRequest

Gets all parameters
setRootPaths.HttpDaemon

Sets a new set of root directories for the HTTP daemon
getNewline.RspLanguage

Gets the newline string specific for a given RSP response language
getRootPaths.HttpDaemon

Gets the root directories of the HTTP daemon
getDefaultFilename.HttpDaemon

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

Gets a parameter
getComment.RspLanguage

Gets a comment string specific for a given RSP response language
HttpRequest

The HttpRequest class
getOutput.FileRspResponse

Gets the output for an RSP response
HttpDaemon

The HttpDaemon class
getProtocol.HttpRequest

Gets the name and version of the protocol used to make this request
getLanguage.RspLanguage

Gets the language string
getVerbatim.HtmlRspLanguage

Gets a verbatim string specifically for the HTML language
sourceRsp

Processes an RSP file by translating it to an R servlet, which is then sourced
getName.RspPage

Gets the (base)name of the current RSP file
hasParameter.HttpRequest

Checks if a parameter exists
getPort.HttpDaemon

Gets the socket port of the HTTP daemon
HttpDaemonRspResponse

The HttpDaemonRspResponse class
rsptex

Compiles an RSP LaTeX file into a DVI file
getPath.FileRspResponse

Gets the path of the directory of the current RSP file
R.rsp-package

Package R.rsp
rspToHtml

Compiles an RSP file to an HTML file
openUrl.HttpDaemon

Starts the HTTP daemon and launches the specified URL
stop.HttpDaemon

Stops the HTTP daemon
appendRootPaths.HttpDaemon

Appends and inserts new paths to the list of known root directories
as.character.HttpRequest

Returns a short string describing the HTTP request
import.RspResponse

Imports the output from another RSP file
escape.HtmlRspLanguage

Escapes a string specifically for the HTML language
RspLanguage

The RspLanguage class
getConfig.HttpDaemon

Retrieves the server's 'config' structure from Tcl
translateRsp

Translates an RSP file to an R RSP source file
compileSweave

Compiles a Sweave file
getContentType.HttpRequest

Gets the MIME type of the body of the request
getHttpRequest.HttpDaemon

Gets the HTTP request
browseRsp

Starts the internal web browser and opens the URL in the default web browser
getComment.HtmlRspLanguage

Gets a comment string specifically for the HTML language
translateRspV1

Translates an RSP file to an R servlet
getPath.RspPage

Gets the path of the directory of the current RSP file
write.FileRspResponse

Writes an RSP response to the predefined output file
flush.HttpDaemonRspResponse

Flushes the buffer of an HttpDaemonRspResponse to the HttpDaemon
sourceAllRsp

Processes one or several RSP files
sourceTcl.HttpDaemon

Loads the Tcl source for the HTTP daemon into R
getRemoteAddress.HttpRequest

Gets the IP address of the client that sent the request
flush.RspResponse

Flushes the response buffer
getAbsolutePath.RspPage

Gets the absolute pathname to the current RSP file
getScheme.HttpRequest

Gets the scheme used to make this request
RspResponse

The RspResponse class
Non-documented objects

Non-documented objects
getName.FileRspResponse

Gets the (base)name of the current RSP file
parseRsp

Parse an RSP code string to an R RSP code string
indexOfNonQuoted

Gets the first index of a string that is not inside a double qouted string
isStarted.HttpDaemon

Checks if the HTTP daemon is started
processRsp.HttpDaemon

Processes an RSP page
nbrOfParameters.HttpRequest

Gets the number of parameters
getVerbatim.RspLanguage

Gets a verbatim string specific for a given RSP response language
start.HttpDaemon

Starts the HTTP daemon
write.HttpDaemonRspResponse

Writes strings to an HttpDaemonRspResponse buffer
importRsp

Imports an RSP file
rsp

Compiles an RSP document
restart.HttpDaemon

Restarts the HTTP daemon
getServerPort.HttpRequest

Gets the port number on which this request was received
write.RspResponse

Writes an RSP response to the predefined output file
flush.FileRspResponse

Flushes the response buffer
getRemoteHost.HttpRequest

Gets the fully qualified name of the client that sent the request
writeResponse.HttpDaemon

Writes a string to the HTTP output connection