-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
executable file
·52 lines (52 loc) · 1.38 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
Package: ontologics
Title: Code-Logics to Handle Ontologies
Version: 0.7.4
Authors@R: c(
person("Steffen", "Ehrmann",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2958-0796")),
person("Arne", "Rümmler",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8637-9071")),
person("Carsten", "Meyer",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3927-5856"))
)
Description: Provides tools to build and work with an ontology of linked (open)
data in a tidy workflow. It is inspired by the Food and Agrilculture
Organizations (FAO) caliper platform
<https://www.fao.org/statistics/caliper/web/> and
makes use of the Simple Knowledge Organisation System (SKOS).
URL: https://github.com/luckinet/ontologics
BugReports: https://github.com/luckinet/ontologics/issues
Depends:
R (>= 3.5.0)
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
checkmate,
rlang,
tibble,
dplyr,
tidyr,
tidyselect,
magrittr,
purrr,
stringr,
readr,
httr,
methods,
rdflib,
fuzzyjoin,
utils,
beepr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr