Package: SchemaOnRead
Type: Package
Title: Automated Schema on Read
Version: 1.0.0
Date: 2015-10-23
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, NetCDF, 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), ncdf.tools (>=
        0.7.1.295), network (>= 1.12.0), readbitmap (>= 0.1-4), readODS
        (>= 1.4), readstata13 (>= 0.7.1), tiff (>= 0.1-5), tools,
        XLConnect (>= 0.2-11), XLConnectJars (>= 0.2-9), XML (>=
        3.98-1.3)
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-10-23 22:54:51 UTC; north
Author: Michael North [aut, cre]
Maintainer: Michael North <north@anl.gov>
Repository: CRAN
Date/Publication: 2015-10-24 08:21:21
