Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upoai - an OAI-PMH client #19
Comments
|
@karthik can do, thanks! |
|
@karthik should I ask someone else |
|
closing, i'll submit again later |
Review of OAIMajor issues Minor issues:
Could these benefit from less conflicting names? I know it's already on CRAN now which makes it difficult to change, but avoiding conflicts with popular packages like
testsAll tests pass for me locally under R with apologies for the slow review. |
|
I forgot to add. No objections to moving this into the ropensci org account. |
will do
Will do
yeah, can change names
will do
To reduce dependencies. But I'll just import plyr |
|
all changes made |
|
closing - and moving into ropensci now |
oaiis an R client to work with OAI-PMH services, used by many libraries and other content distributors (e.g. Dryad, Datacite, etc.). The data is metadata for an object (book, video, digital files, etc.)https://github.com/sckott/oai
Any OAI-PMH service
Primarily other R clients - I have a number of R clients I work on that could use this. In addition, some users may want to use this to interact with OAI-PMH services themselves.
There is an OAI-PMH client (https://cran.rstudio.com/web/packages/OAIHarvester/) on CRAN but it's built on
XMLandRCurl, packages basically replaced now byxml2andhttr/curl, respectively.oaiis built onxml2andhttr. In addition, I give back tidydplyrlike data.frame's to make data comprehension, manipulation, and visualization easier, whereasOAIHarvestergives back arrays/matricesdevtools::check()produce any errors or warnings? If so paste them below.