-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.69 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
63
64
65
66
67
Package: orgdata
Title: Aggregating Original Data
Version: 1.5.4
Authors@R:
c(person(given = "Vegard",
family = "Lysne",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Yusman",
family = "Kamaleri",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5014-3665")),
person(given = "Hdir KHelse group",
role = c("ctb", "rev"),
comment = "https://www.fhi.no/hn/folkehelse"))
Description: Cleaning, restructuring and aggregating original data
usually with enumerical area codes to any geographical codes.
License: MIT + file LICENSE
URL: https://helseprofil.github.io/orgdata
BugReports: https://github.com/helseprofil/orgdata/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
Imports:
data.table (>= 1.15.0),
DBI (>= 1.1.3),
norgeo (>= 2.4.6),
odbc (>= 1.3.4),
R6 (>= 2.5.1),
readxl (>= 1.4.1),
fs (>= 1.5.2),
lifecycle (>= 1.0.1),
crayon (>= 1.4.1),
rex (>= 1.2.0),
listenv (>= 0.8.0),
withr (>= 2.5.0),
haven (>= 2.5.1),
yaml (>= 2.3.5),
methods,
praise (>= 1.0.0),
duckdb (>= 0.7.0),
cli (>= 3.4.0),
pak (>= 0.6.0),
remotes
Remotes:
ybkamaleri/praise,
hadley/emo,
helseprofil/norgeo
Suggests:
testthat (>= 3.0.0),
tibble (>= 3.1.4),
future (>= 1.23.0),
future.apply (>= 1.8.1),
parallel (>= 4.1.1),
parallelly (>= 1.30.0),
utils,
covr,
knitr,
rmarkdown,
here (>= 1.0.1),
emo (>= 0.0.0.9000)
Config/testthat/edition: 3
VignetteBuilder: knitr