From 4dc1d8f88fbe0d75d95995e08ed48901cd4a26aa Mon Sep 17 00:00:00 2001 From: parmsam Date: Mon, 29 Apr 2024 14:06:37 -0400 Subject: [PATCH] dont include performance in build --- .Rbuildignore | 1 + DESCRIPTION | 3 --- vignettes/{ => articles}/performance.Rmd | 0 3 files changed, 1 insertion(+), 3 deletions(-) rename vignettes/{ => articles}/performance.Rmd (100%) diff --git a/.Rbuildignore b/.Rbuildignore index a95dfdc..dcbcf4b 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -6,3 +6,4 @@ ^_pkgdown\.yml$ ^docs$ ^pkgdown$ +^vignettes/articles$ diff --git a/DESCRIPTION b/DESCRIPTION index 5cd4a64..0145fec 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -14,10 +14,7 @@ LazyData: true LinkingTo: cpp11 Suggests: - bench, - ggplot2, knitr, - rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 RoxygenNote: 7.2.3 diff --git a/vignettes/performance.Rmd b/vignettes/articles/performance.Rmd similarity index 100% rename from vignettes/performance.Rmd rename to vignettes/articles/performance.Rmd