-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.02 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.02 KB
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
Package: finto
Title: Access the 'Finto' API
Version: 0.1.1
Date: 2025-10-29
Authors@R: c(
person("Akewak", "Jeba", , "akjeba@utu.fi", role = c("aut", "cre"),
comment = c(ORCID = "0009-0007-1347-7552")),
person("Leo", "Lahti", , "leo.lahti@iki.fi", role = "aut",
comment = c(ORCID = "0000-0001-5537-637X"))
)
Maintainer: Akewak Jeba <akjeba@utu.fi>
Description: Access and retrieve vocabulary data 'Finto' API <https://api.finto.fi/>, which is a centralized service for interoperable thesauri, ontology and classification schemes for different subject areas.
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
tibble,
httr,
dplyr,
jsonlite,
tidyr,
stringr,
rlang,
purrr
Suggests:
testthat (>= 3.0.0),
rmarkdown,
knitr
URL: https://fennicahub.github.io/finto/
BugReports: https://github.com/fennicahub/finto/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 3.5)