-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 926 Bytes
/
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
Package: finna
Title: R package for Finna API
Version: 0.0.1.0000
Authors@R: c(
person("Akewak", "Jeba", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0007-1347-7552")),
person("Leo", "Lahti", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5537-637X"))
)
Description: R package to retrieve metadata from Finna API.
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
Imports:
dplyr,
httr,
xml2,
jsonlite,
ggplot2,
readr,
tibble,
curl,
rlang,
stringr,
tidyr,
progress,
RefManageR,
lubridate,
purrr,
tm,
stopwords,
wordcloud2
Suggests:
testthat (>= 3.0.0),
rmarkdown,
knitr
URL: https://ropengov.github.io/finna/
BugReports: https://github.com/rOpenGov/finna/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr