-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.22 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
Package: parquetize
Type: Package
Title: Convert Files to Parquet Format
Version: 0.5.7
Authors@R:
c(person(given = "Damien",
family = "Dotta",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Nicolas",
family = "Chuche",
role = c("aut"),
email = "[email protected]"))
Description: Collection of functions to get files in parquet format.
Parquet is a columnar storage file format <https://parquet.apache.org/>.
The files to convert can be of several formats
("csv", "RData", "rds", "RSQLite",
"json", "ndjson", "SAS", "SPSS"...).
License: Apache License (>= 2.0)
Encoding: UTF-8
Depends:
R (>= 3.5.0)
URL: https://ddotta.github.io/parquetize/,
https://github.com/ddotta/parquetize
BugReports: https://github.com/ddotta/parquetize/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
haven (>= 2.4.0),
arrow,
curl,
readr,
jsonlite,
DBI,
RSQLite,
cli,
tidyselect,
lifecycle,
tools,
glue,
fst,
rlang,
dplyr,
tibble
VignetteBuilder: knitr