diff --git a/.RData b/.RData index 57e33ec..5bc9d9d 100644 Binary files a/.RData and b/.RData differ diff --git a/.Rhistory b/.Rhistory index d522918..21009d2 100644 --- a/.Rhistory +++ b/.Rhistory @@ -1,8 +1,3 @@ -# Here I set this situation, firstly set minHindcastPreci to the min of the hindcast. Because in future -# use, 'eqm' method is going to use this value. -# The problem above has been solved. -if (lowerIndex >= 0 & lowerIndex < length(obs)) { -index <- sort(hindcast, decreasing = FALSE, na.last = NA, index.return = TRUE)$ix hindcast_sorted <- sort(hindcast, decreasing = FALSE, na.last = NA) # minHindcastPreci is the min preci over threshold FOR ***HINDCAST*** # But use obs to get the lowerIndex, so obs_sorted[lowerIndex + 1] > prThreshold, but @@ -510,3 +505,8 @@ devtools::check(as.cran= T) devtools::check(cran= T) ?devtools::build() devtools::build() +dvetools:check(cran = T) +devtools:check(cran = T) +library(devtools) +devtools::check(cran = T) +devtools::build() diff --git a/.travis.yml b/.travis.yml index e4b1735..b07e912 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ apt_packages: - udunits-bin - libudunits2-dev - netcdf-bin -# - libproj-dev + - libproj-dev # - libcurl4-gnutls-dev # - libdap-dev # - libgdal-dev @@ -26,7 +26,9 @@ apt_packages: # - libhdf5-dev # - libhdf5-serial-dev # - libgdal-dev -# - libgdal1-dev + - libgdal1-dev + - libgeos-dev + r_binary_packages: - rgdal - rgeos