Package: SchemaOnRead
Type: Package
Title: Automated Schema on Read
Version: 1.0.2
Date: 2015-12-22
Authors@R: person("Michael", "North", email = "north@anl.gov", role = c("aut", "cre"))
Description: Provides schema-on-read tools including a single function call (e.g., schemaOnRead('filename')) that reads text ('TXT'), comma separated value ('CSV'), raster image ('BMP', 'PNG', 'GIF', 'TIFF', and 'JPG'), R data ('RDS'), HDF5 ('H5'), NetCDF ('CS'), spreadsheet ('XLS', 'XLSX', 'ODS', and 'DIF'), Weka Attribute-Relation File Format ('ARFF'), Epi Info ('REC'), SPSS ('SAV'), Systat ('SYS'), and Stata ('DTA') files. It also recursively reads folders (e.g., schemaOnRead('folder')), returning a nested list of the contained elements.
Copyright: Argonne National Laboratory
License: GPL-3
Depends: R (>= 3.2.1)
Imports: caTools (>= 1.17.1), foreign (>= 0.8-66), ncdf4 (>= 1.14),
        network (>= 1.12.0), readbitmap (>= 0.1-4), readODS (>= 1.4),
        tiff (>= 0.1-5), xml2 (>= 0.1.2), haven (>= 0.2.0), readxl (>=
        0.1.0)
URL: https://github.com/drmichaelnorth/SchemaOnRead
LazyData: TRUE
Suggests: knitr (>= 1.11), rmarkdown (>= 0.8.1), testthat (>= 0.10.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-12-24 04:55:52 UTC; north
Author: Michael North [aut, cre]
Maintainer: Michael North <north@anl.gov>
Repository: CRAN
Date/Publication: 2015-12-24 08:18:59
