Package: rio
Type: Package
Title: A Swiss-Army Knife for Data I/O
Version: 0.2
Date: 2015-05-07
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>
Authors@R: c(person("Chung-hong", "Chan", role = "aut", email = "chainsawtiney@gmail.com"),
             person("Geoffrey CH", "Chan", role = "aut", email = "gefchchan@gmail.com"),
             person("Thomas J.", "Leeper", role = c("aut", "cre"), email = "thosjleeper@gmail.com"),
             person("Christopher", "Gandrud", role = "aut"))
Description: Streamlined data import and export by making assumptions that the user is probably willing to make: 'import()' and 'export()' determine the data structure from the file extension, reasonable defaults are used for data import and export (e.g., 'stringsAsFactors=FALSE'), web-based import is natively supported (including from SSL/HTTPS), compressed files can be read directly without explicit decompression, and fast import packages are used where appropriate.
Depends: R (>= 2.15.0)
Imports: tools, utils, foreign, haven, openxlsx, readODS, jsonlite,
        XML, curl, data.table, readxl
Suggests: testthat, knitr, magrittr
License: GPL-2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-05-07 07:11:51 UTC; Thomas
Author: Chung-hong Chan [aut],
  Geoffrey CH Chan [aut],
  Thomas J. Leeper [aut, cre],
  Christopher Gandrud [aut]
Repository: CRAN
Date/Publication: 2015-05-07 12:46:48
Built: R 3.1.3; ; 2015-05-11 21:00:21 UTC; unix
