<?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>Manage and manipulate large collections of R objects stored as
tape-like files</dc:title>
  <dc:description>Storing huge data in RData format causes problems because
of the nessesity to load the whole file to the memory in order
to access and manipulate objects inside such file; rtape is a
simple solution to this problem. The package contains serveral
wrappers of R built-in serialize/unserialize mechanism allowing
user to quickly append objects to a tape-like file and later
iterate over them requiring only one copy of each stored object
to reside in memory a time.</dc:description>
  <dc:type>Software</dc:type>
  <dc:creator>Miron B. Kursa &lt;M.Kursa@icm.edu.pl&gt;</dc:creator>
  <dc:contributor>Miron B. Kursa</dc:contributor>
  <dc:rights>GPL-2</dc:rights>
  <dc:date>2012-05-22</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>http://CRAN.R-project.org/package=rtape</dc:identifier>
 </rdf:Description>
</rdf:RDF>

