From a65b9056588c5e0d2202256060f734fce87ef020 Mon Sep 17 00:00:00 2001 From: Yuanchao Xu Date: Fri, 25 Oct 2019 16:34:47 +0800 Subject: [PATCH] updated for travis --- .RData | Bin 2586 -> 2595 bytes .Rhistory | 10 +++++----- .travis.yml | 6 ++++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.RData b/.RData index 57e33ec8b9c139ae68107823c9b37f80b2b6b193..5bc9d9d7b5a0d2c8a241183405dc6d41e813aba8 100644 GIT binary patch delta 66 zcmbOwvRFi0zMF#q4A>ZXxITXka)~hJir@l@Ff%Z-F)}c-f+Sg;11ycrCMsz&I&Jhj O!pU)ZiPT{ppdtW=oeX;b delta 57 zcmZ21GD}2BzMF#q4A>Z%x&C|&a)~hFir@l@FflMQGchnRGfdRhX5`u!euR_5p)qj= HGf)lyFDeRf 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