diff --git a/R/post_data.R b/R/post_data.R index 96975a885a5e699734b78e35605f98d869c9ee93..f15a0a7bfd5f8cf48bffc45c40570b863575c7b6 100644 --- a/R/post_data.R +++ b/R/post_data.R @@ -164,7 +164,7 @@ poster_data <- function(data = NULL, })) # le type liste n'est pas géré : - attempt::stop_if(any(grepl("list", types)), isTRUE(), msg = "Le type 'list' n'est pas g'\u00e9r\u00e9.\nveuillez convertir les champs concern\u00e9 en texte.") + attempt::stop_if(any(grepl("list", types)), isTRUE, msg = "Le type 'list' n'est pas g'\u00e9r\u00e9.\nveuillez convertir les champs concern\u00e9 en texte.") ## modular handling of different data type attributes (add new below) ### gerer les attributs temporels