-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.33 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
Package: oai
Type: Package
Title: General Purpose 'Oai-PMH' Services Client
Description: A general purpose client to work with any 'OAI-PMH'
(Open Archives Initiative Protocol for 'Metadata' Harvesting) service.
The 'OAI-PMH' protocol is described at
<http://www.openarchives.org/OAI/openarchivesprotocol.html>.
Functions are provided to work with the 'OAI-PMH' verbs: 'GetRecord',
'Identify', 'ListIdentifiers', 'ListMetadataFormats', 'ListRecords', and
'ListSets'.
Version: 0.4.1
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = "aut",
email = "[email protected]"),
person("Michal", "Bojanowski", role = c("aut", "cre"),
email = "[email protected]",
comment=c(ORCID="0000-0001-7503-852X")),
person("National Science Centre", role = "fnd",
comment = "Supported MB through grant 2012/07/D/HS6/01971, <https://ncn.gov.pl>")
)
URL: https://docs.ropensci.org/oai/, https://github.com/ropensci/oai
BugReports: https://github.com/ropensci/oai/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
LazyData: true
Encoding: UTF-8
Imports:
xml2 (>= 1.0.0),
httr (>= 1.2.0),
plyr (>= 1.8.4),
stringr (>= 1.1.0),
tibble (>= 1.2)
Suggests:
DBI,
knitr,
RSQLite,
testthat,
markdown,
covr
RoxygenNote: 7.2.1