-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oai - 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 |
oai
is 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
XML
andRCurl
, packages basically replaced now byxml2
andhttr
/curl
, respectively.oai
is built onxml2
andhttr
. In addition, I give back tidydplyr
like data.frame's to make data comprehension, manipulation, and visualization easier, whereasOAIHarvester
gives back arrays/matricesdevtools::check()
produce any errors or warnings? If so paste them below.The text was updated successfully, but these errors were encountered: