<?xml version="1.0"?>
<!DOCTYPE rdf:RDF SYSTEM "http://dublincore.org/documents/2002/07/31/dcmes-xml/dcmes-xml-dtd.dtd" > 
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <rdf:Description>
  <dc:title>Dynamic generation of scientific reports</dc:title>
  <dc:subject>CRAN Task View: ReproducibleResearch (http://CRAN.R-project.org/view=ReproducibleResearch)</dc:subject>
  <dc:description>An RSP document is a text-based document containing an
R-embedded template of the final document, e.g. &quot;Today&apos;s date
is &lt;%=Sys.Date()%&gt;&quot;.  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, e.g.
&quot;\includegraphics{&lt;%=toPDF(&apos;Normal&apos;, { curve(dnorm, from=-5,
to=+5) })%&gt;}&quot;. It can also be used to enhance other literate
programming languages such as Sweave, e.g.
&quot;&lt;&lt;eval=&lt;%=doEval%&gt;&gt;&gt;= [...] @&quot;.  As explained in one of the
vignettes, RSP-embedded LaTeX vignettes can easily be included
in any R package.  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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 2.5.0), R.methodsS3(&gt;= 1.2.2), R.oo (&gt;= 1.9.3), R.utils
(&gt;= 1.12.0)</dc:relation>
  <dc:relation>Suggests: tcltk</dc:relation>
  <dc:creator>Henrik Bengtsson &lt;henrikb@braju.com&gt;</dc:creator>
  <dc:contributor>Henrik Bengtsson &lt;henrikb@braju.com&gt;</dc:contributor>
  <dc:rights>LGPL (&gt;= 2.1)</dc:rights>
  <dc:date>2012-03-21</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>http://CRAN.R-project.org/package=R.rsp</dc:identifier>
 </rdf:Description>
</rdf:RDF>

