-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
47 lines (47 loc) · 1.11 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
Package: sorvi
Type: Package
Title: Functions for Finnish Open Data
Version: 0.8.21
Date: 2023-10-20
Authors@R: c(
person("Leo", "Lahti", , "leo.lahti@iki.fi", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5537-637X")),
person("Juuso", "Parkkinen", role = "aut"),
person("Joona", "Lehtomaki", role = "aut"),
person("Pyry", "Kantanen", role = "aut",
comment = c(ORCID = "0000-0003-2853-2765"))
)
MailingList: rOpenGov <ropengov-forum@googlegroups.com>
Description: Misc support functions for rOpenGov and open data downloads.
License: BSD_2_clause + file LICENSE
VignetteBuilder: knitr
BugReports: https://github.com/ropengov/sorvi/issues
URL: https://github.com/ropengov/sorvi,
https://CRAN.R-project.org/package=sorvi,
https://ropengov.github.io/sorvi/
Depends:
R (>= 3.6.0)
Imports:
dlstats,
dplyr,
ggplot2,
gh,
tidyr,
purrr,
rlang,
utils,
rvest,
xml2,
lubridate,
checkmate,
magrittr,
sf
Suggests:
gridExtra,
RColorBrewer,
knitr,
rmarkdown,
Cairo
Encoding: UTF-8
RoxygenNote: 7.2.3
LazyData: true