-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.47 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
Package: dawaR
Title: An API Wrapper for 'DAWA' - 'The Danish Address Web API'
Date: 2024-12-07
Version: 0.2.7
Authors@R: c(
person("Aleksander", "Bang-Larsen", , "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0007-7984-4650")),
person(given = "Agency of Climate Data", role = c("ctb"),
comment = c("The Danish Agency of Climate Data provides this
API for the public and have not actively contributed to the
development nor distribution in this package.")))
Description: Functions for interacting with all sections of
the official 'Danish Address Web API' (also known as 'DAWA')
<https://api.dataforsyningen.dk>. The development of this package is
completely independent from the government agency, Klimadatastyrelsen,
who maintains the API.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://dawar.aleksanderbl.dk/, https://github.com/aleksanderbl29/dawaR
BugReports: https://github.com/aleksanderbl29/dawaR/issues
Suggests:
knitr,
rmarkdown,
ggplot2,
testthat (>= 3.0.0),
cowplot (>= 1.1.0),
rmapshaper (>= 0.5.0),
microbenchmark (>= 1.5.0),
pkgdown,
dplyr,
devtools,
vcr (>= 0.6.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
Depends:
R (>= 3.5.0)
Imports:
memoise (>= 2.0.0),
cli,
httr2,
sf,
tidyRSS,
rlang,
curl,
utils
VignetteBuilder: knitr