-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.06 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
Package: leine
Title: Data Pipelines for subugoe/wag
Version: 0.0.0.9000
Depends: R (>= 4.0.0)
Authors@R:
c(
person(
given = "Maximilian",
family = "Held",
role = c("aut", "cre"),
email = "info@maxheld.de",
comment = c(ORCID = "0000-0002-4703-5388")
),
person(
given = "Göttingen State and University Library",
role = c("cph", "fnd")
)
)
Description:
Provides documentation, glue code and wrappers for the data pipelines
used at WAG.
License: MIT + file LICENSE
Language: en
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9999
URL: https://subugoe.github.io/leine, https://github.com/subugoe/leine
BugReports: https://github.com/subugoe/leine/issues
Imports:
magrittr,
bigrquery (>= 1.3.2),
purrr (>= 0.3.4),
httr (>= 1.4.2),
lubridate (>= 1.7.10),
rlang (>= 0.4.10),
stringr (>= 1.4.0),
dplyr (>= 1.0.5)
Suggests:
testthat (>= 3.0.0),
subugoetheme
Remotes:
subugoe/subugoetheme@1.1.1,
Config/testthat/edition: 3