From e104552810e88ab4dc7444e3c4d728f0518efbd8 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@irstea.fr>
Date: Thu, 7 Jan 2021 09:17:56 +0100
Subject: [PATCH] ci: fix R 3.6 incompatibility because of change in the
 default value of StringAsFactor in R 4.0

Refs #25
---
 R/GRiwrm.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/GRiwrm.R b/R/GRiwrm.R
index a3ed249..6ee0297 100644
--- a/R/GRiwrm.R
+++ b/R/GRiwrm.R
@@ -56,7 +56,7 @@ GRiwrm <- function(db,
 #' @export
 #' @examples
 #' CheckColumnTypes(
-#'   data.frame(string = c("A"), numeric = c(1)),
+#'   data.frame(string = c("A"), numeric = c(1), stringsAsFactors = FALSE),
 #'   list(string = "character", numeric = "double")
 #' )
 #'
-- 
GitLab