-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
62 lines (62 loc) · 1.68 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
Package: dipr
Title: Provide functions to efficiently import SRE data
Version: 1.3.1
Authors@R:
c(person(given = "Sam",
family = "Albers",
role = c("aut", "cre"),
email = "sam.albers@gov.bc.ca"),
person(given = "Andy",
family = "Teucher",
email = "andy.teucher@gov.bc.ca",
role = "aut",
comment = c(ORCID = "0000-0002-7840-692X")),
person(given = "Bonnie",
family = "Robert",
email = "bonnie.robbie@gov.bc.ca",
role = "aut"),
person(given = "Craig",
family = "Hutton",
role = "ctb",
email = "craig.hutton@gov.bc.ca"),
person(given = "Stephanie",
family = "Hazlitt",
role = "ctb",
email = "stephanie.hazlitt@gov.bc.ca"),
person(given = "Province of British Columbia",
role = "cph")
)
Description: Provides functions that aid in working with SRE data. Caching
is provided through several means and enables more efficient reading
of data into memory. Functions are also provided to convert to Apache
Arrow formats.
License: Apache License (== 2.0) | file LICENSE
URL: https://github.com/bcgov/dipr, https://projectsc.popdata.bc.ca/shares/dipr
Imports:
arrow,
credentials,
cli,
data.table,
remotes,
dplyr,
fs,
glue,
httr,
janitor,
lubridate,
readr (>= 2.0.0),
readxl,
rlang (>= 0.1.2),
rstudioapi,
stringr,
tibble,
usethis
Suggests:
bench,
testthat (>= 2.1.0),
roxygen2,
gert
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2