Package: rmatio
Title: Read and write matlab files
Version: 0.7.0
Authors@R: c( person("Stefan", "Widgren", role = c("aut", "cre"),
    email = "stefan.widgren@sva.se", comment = "Author of the R
    interface to the C-library matio"), person("Christopher",
    "Hulbert", role = c("aut"), comment = "Author of the C-library
    matio, http://sourceforge.net/projects/matio/"))
Description: rmatio is a package for reading and writing Matlab MAT
    files from R. The rmatio package supports reading MAT version 4,
    MAT version 5 and MAT compressed version 5. The rmatio package can
    write version 5 MAT files and version 5 files with variable
    compression.
Copyright: The package includes the source code of matio written by
        Christopher Hulbert (http://sourceforge.net/projects/matio/)
        (License: Simplified BSD). The matio io routines have been
        adopted to use R printing and error routines.
License: GPL-3
URL: https://github.com/stewid/rmatio
Type: Package
LazyLoad: yes
Date: 2014-01-10
Depends: R(>= 2.15.2), Matrix, methods, lattice
Suggests: testthat
Collate: 'rmatio.r' 'read_mat.r' 'write_mat.r' 'have_lib.r'
Packaged: 2014-01-11 09:37:57 UTC; ripley
Author: Stefan Widgren [aut, cre] (Author of the R interface to the C-library
    matio),
  Christopher Hulbert [aut] (Author of the C-library matio,
    http://sourceforge.net/projects/matio/)
Maintainer: Stefan Widgren <stefan.widgren@sva.se>
Biarch: true
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-01-11 10:37:57
