From d86436ab1d097d21fe2808499ee8cb182e24c755 Mon Sep 17 00:00:00 2001 From: biopsichas <svajunas.plunge@gmail.com> Date: Mon, 27 Feb 2023 12:52:35 +0200 Subject: [PATCH] library added --- NAMESPACE | 1 + R/helper.R | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NAMESPACE b/NAMESPACE index ecd46e6..b46f35a 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -96,6 +96,7 @@ importFrom(readr,write_delim) importFrom(readr,write_lines) importFrom(stats,density) importFrom(stats,lag) +importFrom(stringr,str_count) importFrom(stringr,str_detect) importFrom(stringr,str_remove) importFrom(stringr,str_remove_all) diff --git a/R/helper.R b/R/helper.R index b583e76..cec5ba4 100644 --- a/R/helper.R +++ b/R/helper.R @@ -4,7 +4,7 @@ #' (i.e. TxtInOut). #' @return updated management.sch file #' @importFrom readr read_lines write_lines -#' @importFrom stringr str_replace +#' @importFrom stringr str_replace str_count #' @export #' #' @examples -- GitLab