From 927bc8fede57031254a05c0b3a009d4a9cb8ba41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Grelot?= <frederic.grelot@irstea.fr> Date: Wed, 18 Oct 2023 09:27:28 +0200 Subject: [PATCH] Oubli dans dernier commit --- so.ii/DESCRIPTION | 2 +- so.ii/data-raw/so_ii_catnat.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/so.ii/DESCRIPTION b/so.ii/DESCRIPTION index efc02be..dd0f94b 100644 --- a/so.ii/DESCRIPTION +++ b/so.ii/DESCRIPTION @@ -1,6 +1,6 @@ Package: so.ii Title: Utilities very useful to share within so_ii team -Version: 1.0.29.0 +Version: 1.0.30.0 Authors@R: c( person(given = "Frédéric", diff --git a/so.ii/data-raw/so_ii_catnat.R b/so.ii/data-raw/so_ii_catnat.R index e76558e..8eb0513 100644 --- a/so.ii/data-raw/so_ii_catnat.R +++ b/so.ii/data-raw/so_ii_catnat.R @@ -4,7 +4,7 @@ so_ii_catnat = read.csv2( so.ii::current_version("data-common/so-ii/gaspar", "catnat-") ) -alea_scope = c("inondation", "nappe", "submersion") +alea_scope = c("inondation", "nappe", "submersion", "torrentiel") so_ii_catnat = so_ii_catnat[ so_ii_catnat[["alea"]] %in% alea_scope, ] so_ii_catnat[["commune"]] = factor( -- GitLab