ropensci / rdryad

R client for Dryad web services
https://docs.ropensci.org/rdryad
Other
25 stars 7 forks source link

lapply error with datasets. #4

Closed emhart closed 8 years ago

emhart commented 11 years ago

I've come across this with multiple data sets. Here's the data-set I want: http://datadryad.org/resource/doi:10.5061/dryad.1664

dryaddat <- download_url("10255/dryad.1664") Error in out[lapply(out, str_detect, pattern = "sequence=1") == "TRUE"][[1]] : subscript out of bounds

sckott commented 11 years ago

Took a look at it, and there is not In the line of the download_url fxn here the parsing looks for "mets:FLocat", but it is not in the XML output from 10255/dryad.1664. Not sure what's going on there.

sckott commented 8 years ago

closed in 9f4d531