From d0774796b0dbf516adb616d3907a99527f26f6b5 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 22 Sep 2024 20:22:28 +0200 Subject: [PATCH] update dev_checks_for_cran --- dev/dev_checks_for_cran.R | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/dev_checks_for_cran.R b/dev/dev_checks_for_cran.R index 76719ce..d350d6a 100644 --- a/dev/dev_checks_for_cran.R +++ b/dev/dev_checks_for_cran.R @@ -6,6 +6,7 @@ attachment::att_amend_desc() # Check package coverage +remotes::update_packages("covr") covr::package_coverage() covr::report()