From b8cd4a54eb3870cb560e29acae00338069f3f13d Mon Sep 17 00:00:00 2001 From: Dorchies David <david.dorchies@irstea.fr> Date: Mon, 31 Oct 2022 15:21:47 +0100 Subject: [PATCH] fix(ci): airgriwrm version --- DESCRIPTION | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 92e7606..25787a0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -26,19 +26,20 @@ Suggests: rgeos, testthat (>= 3.0.0), tidyr, - mapsf, tidyquant, extRemes VignetteBuilder: knitr Depends: R (>= 2.10), - airGRiwrm (>= 0.5.0.9002) + airGRiwrm (== 0.6.1) Imports: + airGR, ggplot2, config, glue, httr, magrittr, + mapsf, ncdf4, purrr, readr, @@ -47,7 +48,5 @@ Imports: utils, zoo Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.0 -Remotes: - url::https://gitlab.irstea.fr/in-wop/airGRiwrm/-/archive/dev/airGRiwrm-dev.zip +RoxygenNote: 7.2.1 Config/testthat/edition: 3 -- GitLab