Package: rmatio Title: Read and Write 'Matlab' Files Version: 0.18.0.9000 Authors@R: c( person("Stefan", "Widgren", role = c("aut", "cre"), email = "stefan.widgren@gmail.com", 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: Read and write '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 SystemRequirements: zlib headers and library. Type: Package Biarch: true Imports: Matrix, methods, utils Depends: R(>= 3.2) Collate: 'read_mat.R' 'rmatio.R' 'write_mat.R' Encoding: UTF-8 RoxygenNote: 7.2.3 Config/pak/sysreqs: zlib1g-dev Repository: https://stewid.r-universe.dev Date/Publication: 2023-02-07 06:04:09 UTC RemoteUrl: https://github.com/stewid/rmatio RemoteRef: HEAD RemoteSha: 0d9a8eea0e8753a5cdbe26774dbc1874eef2e2db NeedsCompilation: yes Packaged: 2026-06-08 11:01:13 UTC; root 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