From 2e4b1439183bf7bbebec2188fa6e7b15b0b083db Mon Sep 17 00:00:00 2001
From: de Lavenne Alban <alban.de-lavenne@irstea.fr>
Date: Thu, 19 Jan 2023 13:48:43 +0100
Subject: [PATCH] fix: solve a check NOTE about 1 marked UTF-8 string found

---
 DESCRIPTION                   |   6 +++---
 data/Blavet.rda               | Bin 1210036 -> 1209980 bytes
 vignettes/V01_get_started.Rmd |   2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 66fab34..58005f1 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: transfR
 Type: Package
 Title: Transfer of Hydrograph from Gauged to Ungauged Catchments
-Version: 1.0.2
-Date: 2022-11-20
+Version: 1.0.3
+Date: 2023-01-08
 Authors@R: c(
   person("Alban", "de Lavenne", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9448-3490"), email = "alban.delavenne@inrae.fr"),
   person("Christophe", "Cudennec", role = c("ths"), comment = c(ORCID = "0000-0002-1707-8926"), email = "christophe.cudennec@agrocampus-ouest.fr"),
@@ -31,4 +31,4 @@ Author: Alban de Lavenne [aut, cre] (<https://orcid.org/0000-0002-9448-3490>),
   Tom Loree [ctb],
   Hervé Squividant [ctb]
 Maintainer: Alban de Lavenne <alban.delavenne@inrae.fr>
-RoxygenNote: 7.2.1
+RoxygenNote: 7.2.3
diff --git a/data/Blavet.rda b/data/Blavet.rda
index 0166f5bdf198f2e8a759986be5bc14732cd2299d..72f54a9961d8e38e6dc9ea86e00f0f458e2240e9 100644
GIT binary patch
delta 229
zcmV<B02=?a?MeLXNq~d_gaU*Egam{Iga(8Mgb0KQgbIWUgbaiYgbsucgb=h5Y0v{#
zrR}$D&=F##e?hYiCq3i{0IS+*cmAy4t}baso9-Fhs(6lJ*VI-AMTP7C;W!U=bt6Zs
z<XYTF#NtT3T|6I$f|t{A{zd7Y95!qaFOxueDJImOQqLBOF02zo_UxKQyZ65u8m!e0
zvuJ(|`(w-_6wrp;Fj{m*0$$~$3OSGOkWnr61!PQrFNl!~a>WxNM-nfL-1z_it(zk7
f00GnNNrIub0RR91Eet<1o8wVH0{{R300CKAE)`)g

delta 285
zcmV+&0pkAr>`AokNq~d_gaU*Egam{Iga(8Mgb0KQgbIWUgbaiYgbsucgb=h5Y0v|L
zrX;s)&=F##e`uJxU)P8vh9+00cc5}UWXf)$qqSRu5G}AFi3wq*%peBU?l;&h55>}n
z^o;xIol)0|VNKZbY#{6Jex_Eou*(`a2HPWQfT}>g2?H-KAx88dY18`^X=HJ>y||G|
zb$nL6_T*yxPTy<hWP1TXA{aC*_->}o@Jibd#fo<*XOAL)L?Rt4a;EzV*Yl|t#9WRt
z7<@3MV;m!N=aMhc5QGwjfz6B9rVHaO0xPYCbK0WA{^}sFtl_TZSldNTMvk_WYybcN
jNis~`00D~aNv)x`0RR91nf$O=o8wVH0{{R300CKAn;C!R

diff --git a/vignettes/V01_get_started.Rmd b/vignettes/V01_get_started.Rmd
index fe9843c..881f89c 100644
--- a/vignettes/V01_get_started.Rmd
+++ b/vignettes/V01_get_started.Rmd
@@ -19,7 +19,7 @@ knitr::opts_chunk$set(
 )
 ```
 
-This package aims to estimatettt discharge time series of ungauged catchments (non-instrumented catchment where discharge is therefore not available) using hydrological observation of neighbouring gauged catchments (instrumented catchment where discharge is available). The hydrological modelling is based on a description of catchment geomorphology that can be assessed at any location. An inversion of this model at gauged locations allows estimating the net rainfall that makes the transfer of observed discharge easier to ungauged locations. 
+This package aims to estimate discharge time series of ungauged catchments (non-instrumented catchment where discharge is therefore not available) using hydrological observation of neighbouring gauged catchments (instrumented catchment where discharge is available). The hydrological modelling is based on a description of catchment geomorphology that can be assessed at any location. An inversion of this model at gauged locations allows estimating the net rainfall that makes the transfer of observed discharge easier to ungauged locations. 
 
 ## 1. Create a transfR object
 
-- 
GitLab