ropensci / oai

OAI-PMH R client
https://docs.ropensci.org/oai
Other
14 stars 4 forks source link

Adding oai_available() and check_oai() #41

Closed mbojan closed 8 years ago

mbojan commented 8 years ago

This addresses #36 .

All the tests relying on some OAI-PMH service could now start with a call to check_oai.

codecov-io commented 8 years ago

Current coverage is 63.84% (diff: 0.00%)

Merging #41 into master will decrease coverage by 0.96%

@@             master        #41   diff @@
==========================================
  Files            15         16     +1   
  Lines           395        401     +6   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            256        256          
- Misses          139        145     +6   
  Partials          0          0          

Powered by Codecov. Last update d4c53e4...4072aaa

sckott commented 8 years ago

LGTM