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 . 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 = "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, ") ) 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 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2022-11-10 16:46:58 UTC RemoteUrl: https://github.com/ropensci/oai RemoteRef: master RemoteSha: 866af429d8cd4a97735c0efa1285fdde6cccf950 NeedsCompilation: no Packaged: 2026-07-01 08:28:27 UTC; root Author: Scott Chamberlain [aut], Michal Bojanowski [aut, cre] (ORCID: ), National Science Centre [fnd] (Supported MB through grant 2012/07/D/HS6/01971, ) Maintainer: Michal Bojanowski