forked from rOpenGov/sotkanet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·57 lines (57 loc) · 1.52 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
Package: sotkanet
Type: Package
Title: Sotkanet Open Data Access and Analysis
Version: 0.9.79
Date: 2022-02-01
Encoding: UTF-8
Authors@R:
c(person(given = "Leo",
family = "Lahti",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5537-637X")),
person(given = "Einari",
family = "Happonen",
role = "aut"),
person(given = "Joona",
family = "Lehtomaki",
role = "ctb"),
person(given = "Juuso",
family = "Parkkinen",
role = "ctb"),
person(given = "Vesa",
family = "Saaristo",
role = "ctb"),
person(given = "Pyry",
family = "Kantanen",
role = "aut",
comment = c(ORCID = "0000-0003-2853-2765")))
Description: Access statistical information on welfare and health in Finland
from the Sotkanet open data portal <https://sotkanet.fi/sotkanet/fi/index>.
License: BSD_2_clause + file LICENSE
URL: https://ropengov.github.io/sotkanet/
BugReports: https://github.com/ropengov/sotkanet/issues
Depends: R (>= 3.2)
Imports:
httr,
curl,
jsonlite
Suggests:
devtools,
ggplot2,
knitr,
testthat (>= 3.0.0),
roxygen2,
markdown,
magrittr,
kableExtra,
rmarkdown,
covr,
ggrepel
VignetteBuilder: knitr
NeedsCompilation: no
Repository: CRAN
RoxygenNote: 7.1.2
X-schema.org-isPartOf: http://ropengov.org/
X-schema.org-keywords: ropengov
Config/testthat/edition: 3