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.0
License: MIT + file LICENSE
Authors@R: c(
    person("Scott", "Chamberlain", role = "aut",
        email = "myrmecocystus@gmail.com"),
    person("Michal", "Bojanowski", role = c("aut", "cre"),
        email = "michal2992@gmail.com",
        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
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
NeedsCompilation: no
Packaged: 2022-11-10 11:32:01 UTC; mbojan
Author: Scott Chamberlain [aut],
  Michal Bojanowski [aut, cre] (<https://orcid.org/0000-0001-7503-852X>),
  National Science Centre [fnd] (Supported MB through grant
    2012/07/D/HS6/01971, <https://ncn.gov.pl>)
Maintainer: Michal Bojanowski <michal2992@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-10 16:10:02 UTC
Built: R 4.2.0; ; 2022-11-13 10:47:41 UTC; unix
