-
Notifications
You must be signed in to change notification settings - Fork 44
/
DESCRIPTION
35 lines (35 loc) · 940 Bytes
/
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
Package: arrow-user2022
Title: Larger-Than-Memory Data Workflows with Apache Arrow
Version: 0.0.0.9000
person(given = "Danielle",
family = "Navarro",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7648-6578"))
Description: The Arrow workshop for UseR! 2022 is not a package. This file is
included to make it easier to install required packages.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://github.com/djnavarro/arrow-user2022
BugReports: https://github.com/djnavarro/arrow-user2022/issues
Imports:
arrow (>= 8.0.0),
dbplyr,
dplyr (>= 1.0.0),
duckdb,
fs,
here,
janitor,
lubridate,
palmerpenguins,
remotes,
scales,
stringr,
tictoc
Suggests:
ggplot2,
ggrepel,
sf