-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
35 lines (35 loc) · 1.04 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
Type: Package
Package: dkstat
Title: API connection to the StatBank from Statistics Denmark
Version: 0.09
Date: 2024-11-15
Authors@R: c(
person("Aleksander", "Bang-Larsen", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0007-7984-4650")),
person("Kenneth", "Rose", , "[email protected]", role = c("aut")),
person("Thomas J.", "leeper", role = "ctb")
)
Maintainer: Aleksander Bang-Larsen <[email protected]>
Description: This package provides a few simple functions that can be used
to query the StatBank from Statistics Denmark.
License: GPL-2
URL: https://ropengov.github.io/dkstat/,
https://github.com/rOpenGov/dkstat
BugReports: https://github.com/rOpenGov/dkstat/issues
Imports:
httr,
jsonlite,
lubridate,
stringr
Suggests:
testthat
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true
RoxygenNote: 7.3.2
X-schema.org-isPartOf: http://ropengov.org/
X-schema.org-keywords: ropengov
Depends:
R (>= 2.10)
LazyData: true