You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @AniSanchez ,
This is related to the upgrade of R from version 3 to 4, as in R.4, the output for the class() call returns a string with more than one element in this case. All the packages of climate4R were adapted to R.4. In particular, this issue was already resolved in the latest version of loadeR (1.8.1).
Hi! I´m having this error while trying to run the loadStationData function:
Error in if (class(out$Data) == "numeric") datadimnames <- "time" :
the condition has length > 1
The script is this one:
dir_obs <- 'C:/Users/data/'
obs <- loadStationData(dataset = dir_obs, var = "precip", stationID = "000001", years = 1990:2014)
y <- obs
Anybody who could solve this issue?
Thanks
The text was updated successfully, but these errors were encountered: