We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test-buoy.R:31: error: buoy works length(url) == 1 is not TRUE 1: buoy(dataset = "cwind", buoyid = 41001, year = 2008, datatype = "cc") at /Users/sckott/github/ropensci/rnoaa/tests/testthat/test-buoy.R:31 2: get_ncdf_file(path = toget, buoyid, file = files[[1]], output) at /Users/sckott/github/ropensci/rnoaa/R/buoy.R:82 3: GET(path) at /Users/sckott/github/ropensci/rnoaa/R/buoy.R:138 4: handle_url(handle, url, ...) 5: handle_find(url) 6: handle_name(url) 7: build_url(parse_url(url)[c("scheme", "hostname", "port")]) 8: stopifnot(is.url(url)) 9: is.url(url) 10: inherits(x, "url") 11: parse_url(url) 12: stopifnot(length(url) == 1) 13: stop(msg, call. = FALSE, domain = NA) test-buoy.R:74: failure: buoys fails well `buoy(dataset = "ocean", buoyid = 41012)` threw an error with unexpected message. Expected match: "No data files found" Actual message: "length(url) == 1 is not TRUE"
The text was updated successfully, but these errors were encountered:
fixed in e847467 i think
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: