forked from hannes/miniparquet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.32 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
Package: nanoparquet
Title: Read and Write 'Parquet' Files
Version: 0.3.1.9000
Authors@R: c(
person("Gábor", "Csárdi", role = c("aut", "cre"), email = "csardi.gabor@gmail.com"),
person("Hannes", "Mühleisen", role = c("aut", "cph"), comment = c(ORCID = "0000-0001-8552-0029")),
person("Google Inc.", role = "cph"),
person("Apache Software Foundation", role = "cph"),
person("Posit Software, PBC", role = "cph"),
person("RAD Game Tools", role = "cph"),
person("Valve Software", role = "cph"),
person("Tenacious Software LLC", role = "cph"),
person("Facebook, Inc.", role = "cph"))
Description: Self-sufficient reader and writer for flat 'Parquet' files.
Can read most 'Parquet' data types. Can write many 'R' data types,
including factors and temporal types. See docs for limitations.
Depends:
R (>= 4.0.0)
License: MIT + file LICENSE
URL: https://github.com/r-lib/nanoparquet,
https://r-lib.github.io/nanoparquet/
BugReports: https://github.com/r-lib/nanoparquet/issues
Encoding: UTF-8
Suggests:
arrow,
bit64,
DBI,
duckdb,
hms,
mockery,
pillar,
processx,
rprojroot,
spelling,
testthat,
tzdb,
withr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
Language: en-US