diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-05-14 12:33:21 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-05-14 12:33:21 +0200 |
commit | 41f3c867008c24b69a9bb0e5c7c084969d46bebd (patch) | |
tree | 8ca56ce5b452bdc252f8a910e20d69dac6675cba /GNUmakefile | |
parent | 7b11b5d0da29447df026002af3ae5283510fdae9 (diff) |
Add Exposit version 3.01a2 for runoff calculations
At the request of Muris Korkaric (Agroscope). This is for 3 m buffer
only and provides consistency with earlier calculations
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index c8803ab..76d369e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -67,7 +67,7 @@ quickcheck: build check: build @echo "Running CRAN check..." - "$(R_HOME)/bin/R" CMD check --as-cran $(TGZ) + _R_CHECK_CRAN_INCOMING_REMOTE_=false "$(R_HOME)/bin/R" CMD check --as-cran $(TGZ) @echo "DONE." install: build |