ropensci / roweb

:no_entry: [DEPRECATED] Active at https://github.com/ropensci/roweb2
https://legacy.ropensci.org
Other
18 stars 29 forks source link

rerddap tutorial broken #187

Closed karthik closed 9 years ago

karthik commented 9 years ago

https://ropensci.org/tutorials/rerddap_tutorial.html

info('erdCalCOFIfshsiz')
Error in curl::curl_escape(names(url$query)) : 
  `url` must be a character vector.
Calls: info ... GET -> handle_url -> build_url -> <Anonymous> -> .Call
karthik commented 9 years ago

Happens when trying with any dataset ID.

sckott commented 9 years ago

its the new httr v1, doesn't allow empty list to be passed to http methods any longer

sckott commented 9 years ago

this is fine now