Skip to content

Commit

Permalink
updated for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanchao-Xu committed Oct 25, 2019
1 parent d1d3728 commit a65b905
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Binary file modified .RData
Binary file not shown.
10 changes: 5 additions & 5 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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()
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apt_packages:
- udunits-bin
- libudunits2-dev
- netcdf-bin
# - libproj-dev
- libproj-dev
# - libcurl4-gnutls-dev
# - libdap-dev
# - libgdal-dev
Expand All @@ -26,7 +26,9 @@ apt_packages:
# - libhdf5-dev
# - libhdf5-serial-dev
# - libgdal-dev
# - libgdal1-dev
- libgdal1-dev
- libgeos-dev

r_binary_packages:
- rgdal
- rgeos

0 comments on commit a65b905

Please sign in to comment.