From 384e220cb15aee5e9d4e66dfe74b3da3046ead8b Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Tue, 21 May 2024 09:42:27 +0200 Subject: [PATCH] remove Vignette dependency from DESCRIPTION (#44) It appears that R CMD check throws a Note now if a Vignette dependency is declared but there are no vignettes to render. --- DESCRIPTION | 1 - 1 file changed, 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1c150c8..9c2c24a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -59,6 +59,5 @@ Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Config/testthat/edition: 3 Config/Needs/website: rmi-pacta/pacta.pkgdown.rmitemplate -VignetteBuilder: knitr URL: https://github.com/RMI-PACTA/pacta.portfolio.allocate BugReports: https://github.com/RMI-PACTA/pacta.portfolio.allocate/issues