forked from njahn82/ropenaire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 781 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 781 Bytes
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
Package: ropenaire
Type: Package
Title: Search OpenAIRE
Description: Client for the OpenAIRE API.
The API is intended for metadata discovery and exploration only,
that is it does not give direct access to publication files and it
does not provide access to the whole information space since the
number of total results returned by one query is limited to 10,000.
Version: 0.1.7.9210
Authors@R: c(
person("Najko", "Jahn", role = c("aut", "cre"),
email = "najko.jahn@uni-bielefeld.de"),
person("Scott", "Chamberlain", role = "ctb",
comment = c(ORCID = "0000-0003-1444-9135"))
)
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE)
LazyData: TRUE
Imports:
crul,
xml2,
jsonlite,
readr,
tibble
Suggests:
testthat
RoxygenNote: 6.0.1