1Package: rio
2Type: Package
3Title: A Swiss-Army Knife for Data I/O
4Version: 0.5.16
5Date: 2018-11-25
6Authors@R: c(person("Jason", "Becker", role = "ctb", email = "jason@jbecker.co"),
7             person("Chung-hong", "Chan", role = "aut", email = "chainsawtiney@gmail.com"),
8             person("Geoffrey CH", "Chan", role = "ctb", email = "gefchchan@gmail.com"),
9             person("Thomas J.", "Leeper",
10                    role = c("aut", "cre"),
11                    email = "thosjleeper@gmail.com",
12                    comment = c(ORCID = "0000-0003-4097-6326")),
13             person("Christopher", "Gandrud", role = "ctb"),
14             person("Andrew", "MacDonald", role = "ctb"),
15             person("Ista", "Zahn", role = "ctb"),
16             person("Stanislaus", "Stadlmann", role = "ctb"),
17             person("Ruaridh", "Williamson", role = "ctb", email = "ruaridh.williamson@gmail.com"),
18             person("Patrick", "Kennedy", role = "ctb"),
19             person("Ryan", "Price", email = "ryapric@gmail.com", role = "ctb"),
20             person("Trevor L", "Davis", email = "trevor.l.davis@gmail.com", role = "ctb"))
21Description: Streamlined data import and export by making assumptions that
22    the user is probably willing to make: 'import()' and 'export()' determine
23    the data structure from the file extension, reasonable defaults are used for
24    data import and export (e.g., 'stringsAsFactors=FALSE'), web-based import is
25    natively supported (including from SSL/HTTPS), compressed files can be read
26    directly without explicit decompression, and fast import packages are used where
27    appropriate. An additional convenience function, 'convert()', provides a simple
28    method for converting between file types.
29URL: https://github.com/leeper/rio
30BugReports: https://github.com/leeper/rio/issues
31Depends: R (>= 2.15.0)
32Imports: tools, stats, utils, foreign, haven (>= 1.1.0), curl (>= 0.6),
33        data.table (>= 1.9.8), readxl (>= 0.1.1), openxlsx, tibble
34Suggests: datasets, bit64, testthat, knitr, magrittr, clipr, csvy,
35        feather, fst, hexView, jsonlite, readODS (>= 1.6.4), readr,
36        rmatio, xml2 (>= 1.2.0), yaml
37License: GPL-2
38VignetteBuilder: knitr
39RoxygenNote: 6.1.1
40NeedsCompilation: no
41Packaged: 2018-11-25 22:04:23 UTC; THOMAS
42Author: Jason Becker [ctb],
43  Chung-hong Chan [aut],
44  Geoffrey CH Chan [ctb],
45  Thomas J. Leeper [aut, cre] (<https://orcid.org/0000-0003-4097-6326>),
46  Christopher Gandrud [ctb],
47  Andrew MacDonald [ctb],
48  Ista Zahn [ctb],
49  Stanislaus Stadlmann [ctb],
50  Ruaridh Williamson [ctb],
51  Patrick Kennedy [ctb],
52  Ryan Price [ctb],
53  Trevor L Davis [ctb]
54Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>
55Repository: CRAN
56Date/Publication: 2018-11-26 05:30:03 UTC
57