From f2b56a007e1e458ed8b66631c282bcab29df0855 Mon Sep 17 00:00:00 2001 From: vertesy Date: Thu, 24 Oct 2024 15:19:01 +0200 Subject: [PATCH] ... --- Development/Create_the_MarkdownReports_Package.R | 1 + 1 file changed, 1 insertion(+) diff --git a/Development/Create_the_MarkdownReports_Package.R b/Development/Create_the_MarkdownReports_Package.R index 5280d40..cd7708e 100644 --- a/Development/Create_the_MarkdownReports_Package.R +++ b/Development/Create_the_MarkdownReports_Package.R @@ -40,6 +40,7 @@ pak::pkg_install(remote.path) # CMD CHECK ------------------------------------------------ +devtools::check_man(repository.dir) checkres <- devtools::check(repository.dir, cran = FALSE)