ropensci / rnoaa

R interface to many NOAA data APIs
https://docs.ropensci.org/rnoaa
Other
330 stars 84 forks source link

potential seaice bug #140

Closed sckott closed 8 years ago

sckott commented 8 years ago
Failed ---------------------------------------------------------------------
1. Error: seaice functions work (@test-seaice.R#7) -----------------------------
trying to get slot "group" from an object of a basic class ("NULL") with no slots
1: seaiceeurls(1980, mo = "Feb", pole = "S") at /Users/sacmac/github/ropensci/rnoaa/tests/testthat/test-seaice.R:7
2: grep(month(today() - months(1), label = TRUE, abbr = TRUE), eachmonth) at /Users/sacmac/github/ropensci/rnoaa/R/seaice.r:62
3: month(today() - months(1), label = TRUE, abbr = TRUE)
4: months(1)
5: months.numeric(1)
6: period(month = x)
7: .period_from_units(nums)
8: new("Period", pieces$second, year = pieces$year, month = pieces$month, day = pieces$day,
       hour = pieces$hour, minute = pieces$minute)
9: initialize(value, ...)
10: initialize(value, ...)
11: `as<-`(`*tmp*`, Classi, value = 0)
12: getMethodsForDispatch(coerceFun)
13: .getMethodsTable(fdef, environment(fdef), inherited = inherited)
14: .setupMethodsTables(fdef, initialize = TRUE)
sckott commented 8 years ago

tests all pass now, not sure what happened here, closing