-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.77 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
58
59
60
61
62
63
64
65
Package: openairegraph
Title: Read and manipulate the OpenAIRE Research Graph Dump
Version: 0.0.1.9000
Authors@R:
c(
person(
given = "Najko",
family = "Jahn",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5105-1463")
),
person(
given = "Maximilian",
family = "Held",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4703-5388")
),
person(
given = "Göttingen State and University Library",
role = c("cph", "fnd")
)
)
Description: Helper functions to obtain and manipualte data from the OpenAIRE Research Graph
Dumps <https://api.openaire.eu/graph-dumps.html>.
This package focuses on research results funded by EC framework programme HORIZON 2020.
License: MIT + file LICENSE
URL: https://subugoe.github.io/openairegraph/, https://github.com/subugoe/openairegraph
BugReports: https://github.com/subugoe/openairegraph/issues
Encoding: UTF-8
LazyData: true
Imports:
xml2 (>= 1.3.1),
tibble (>= 3.0.1),
purrr (>= 0.3.4),
progress (>= 1.2.2),
base64enc (>= 0.1.3),
methods (>= 3.6.3)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 2.1.0),
future (>= 1.17.0),
future.apply (>= 1.5.0),
tictoc (>= 1.0),
tidyr (>= 1.0.2),
cowplot (>= 1.0.0),
scales (>= 1.1.0),
ggplot2 (>= 3.3.0),
plotly (>= 4.9.2.1),
roxygen2 (>= 7.1.0),
knitr (>= 1.28),
rmarkdown (>= 2.1),
covr (>= 3.5.0),
metar (>= 0.0.0.9000),
remotes (>= 2.1.1),
pkgdown (>= 1.5.0),
rcmdcheck (>= 1.3.3),
bookdown (>= 0.18),
tidyverse (>= 1.3.0),
dplyr (>= 0.8.5),
jsonlite (>= 1.6.1)
VignetteBuilder: knitr
Remotes:
subugoe/metar@7ccc2a0