-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.22 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
Package: klassR
Type: Package
Title: Classifications and Codelists for Statistics Norway
Version: 1.0.2
Authors@R:
c(person(given = "Susie",
family = "Jentoft",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Diana-Cristina",
family = "Iancu",
role = "aut"),
person(given = "Lisa",
family = "Li",
role = "aut"),
person(given = "Øyvind I.",
family = "Berntsen",
role = "aut"),
person("Statistics Norway", role = "cph"))
Description: Functions to search, retrieve, apply and update classifications
and codelists using Statistics Norway's API <https://www.ssb.no/klass>
from the system 'KLASS'. Retrieves classifications by date with options
to choose language, hierarchical level and formatting.
Depends:
R (>= 3.5.0)
Imports: tm, httr, jsonlite, igraph (>= 2.1.1), methods
URL: https://statisticsnorway.github.io/ssb-klassr/
BugReports: https://github.com/statisticsnorway/ssb-klassr/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
kableExtra,
magrittr,
dplyr
Config/testthat/edition: 3