-
Notifications
You must be signed in to change notification settings - Fork 76
/
DESCRIPTION
83 lines (83 loc) · 3.1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Package: rio
Type: Package
Title: A Swiss-Army Knife for Data I/O
Version: 1.2.4
Authors@R: c(person("Jason", "Becker", role = "aut", email = "[email protected]"),
person("Chung-hong", "Chan", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-6232-7530")),
person("David", "Schoch", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-2952-4812")),
person("Geoffrey CH", "Chan", role = "ctb", email = "[email protected]"),
person("Thomas J.", "Leeper",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Christopher", "Gandrud", role = "ctb"),
person("Andrew", "MacDonald", role = "ctb"),
person("Ista", "Zahn", role = "ctb"),
person("Stanislaus", "Stadlmann", role = "ctb"),
person("Ruaridh", "Williamson", role = "ctb", email = "[email protected]"),
person("Patrick", "Kennedy", role = "ctb"),
person("Ryan", "Price", email = "[email protected]", role = "ctb"),
person("Trevor L", "Davis", email = "[email protected]", role = "ctb"),
person("Nathan", "Day", email = "[email protected]", role = "ctb"),
person("Bill", "Denney",
email="[email protected]",
role="ctb",
comment=c(ORCID="0000-0002-5759-428X")),
person("Alex", "Bokov", email = "[email protected]", role = "ctb",
comment=c(ORCID="0000-0002-0511-9815")),
person("Hugo", "Gruson", role = "ctb", comment = c(ORCID = "0000-0002-4094-1476"))
)
Description: Streamlined data import and export by making assumptions that
the user is probably willing to make: 'import()' and 'export()' determine
the data format from the file extension, reasonable defaults are used for
data import and export, web-based import is natively supported (including
from SSL/HTTPS), compressed files can be read directly, and fast import
packages are used where appropriate. An additional convenience function,
'convert()', provides a simple method for converting between file types.
URL: https://gesistsa.github.io/rio/, https://github.com/gesistsa/rio
BugReports: https://github.com/gesistsa/rio/issues
Depends:
R (>= 4.0)
Imports:
tools,
stats,
utils,
foreign,
haven (>= 1.1.2),
curl (>= 0.6),
data.table (>= 1.11.2),
readxl (>= 0.1.1),
tibble,
writexl,
lifecycle,
R.utils,
readr
Suggests:
datasets,
bit64,
testthat,
knitr,
magrittr,
clipr,
fst,
hexView,
jsonlite,
pzfx,
readODS (>= 2.1.0),
rmarkdown,
rmatio,
xml2 (>= 1.2.0),
yaml,
qs,
arrow (>= 0.17.0),
stringi,
withr,
nanoparquet
License: GPL-2
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Config/Needs/website: gesistsa/tsatemplate