forked from hannes/miniparquet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.46 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
Package: nanoparquet
Title: Read and Write 'Parquet' Files
Version: 0.4.0.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://nanoparquet.r-lib.org/
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,
r-lib/pkgdown,
dplyr,
gt,
gtExtras,
knitr,
nycflights13,
prettyunits,
quarto,
rmarkdown,
sessioninfo,
svglite
Language: en-US