Package: rio
Type: Package
Title: A Swiss-Army Knife for Data I/O
Version: 0.4.12
Date: 2016-08-09
Authors@R: c(person("Jason", "Becker", role = "ctb", email = "jason@jbecker.co"),
             person("Chung-hong", "Chan", role = "aut", email = "chainsawtiney@gmail.com"),
             person("Geoffrey CH", "Chan", role = "ctb", email = "gefchchan@gmail.com"),
             person("Thomas J.", "Leeper", role = c("aut", "cre"), email = "thosjleeper@gmail.com"),
             person("Christopher", "Gandrud", role = "ctb"),
             person("Andrew", "MacDonald", role = "ctb"),
             person("Ista", "Zahn", role = "ctb"),
             person("Stanislaus", "Stadlmann", role = "ctb"))
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, stats, utils, urltools, foreign, haven, openxlsx,
        readODS, jsonlite, xml2, curl (>= 0.6), data.table (>= 1.9.5),
        readxl, readr, yaml, csvy
Suggests: datasets, bit64, testthat, knitr, magrittr, feather
License: GPL-2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-08-10 08:20:34 UTC; THOMAS
Author: Jason Becker [ctb],
  Chung-hong Chan [aut],
  Geoffrey CH Chan [ctb],
  Thomas J. Leeper [aut, cre],
  Christopher Gandrud [ctb],
  Andrew MacDonald [ctb],
  Ista Zahn [ctb],
  Stanislaus Stadlmann [ctb]
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>
Repository: CRAN
Date/Publication: 2016-08-10 13:51:07
