<?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>Memoise functions</dc:title>
  <dc:description>Cache the results of a function so that when you call it
again with the same arguments it returns the pre-computed
value.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Imports: digest</dc:relation>
  <dc:creator>Hadley Wickham &lt;h.wickham@gmail.com&gt;</dc:creator>
  <dc:contributor>Hadley Wickham &lt;h.wickham@gmail.com&gt;</dc:contributor>
  <dc:rights>MIT</dc:rights>
  <dc:date>2010-09-03</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>http://CRAN.R-project.org/package=memoise</dc:identifier>
 </rdf:Description>
</rdf:RDF>

