diff --git a/.Rbuildignore b/.Rbuildignore
index de39459..b5fa0b5 100644
--- a/.Rbuildignore
+++ b/.Rbuildignore
@@ -5,7 +5,9 @@
 ^Meta$
 (^|/)\.misty\.temp$
 (^|/)results$
-^vignettes/mistyDataFormats.Rmd$
+^vignettes/mistyDataFormats\.Rmd$
+^vignettes/MistyRStructural.*\.Rmd$
+^vignettes/Functional.*\.Rmd$
 ^LICENSE$
 ^.*\.Rproj$
 ^\.Rproj\.user$
diff --git a/DESCRIPTION b/DESCRIPTION
index 5f15b26..25dd485 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -43,7 +43,7 @@ Imports: assertthat, caret, deldir, digest, distances, dplyr (>= 1.1.0), fileloc
     furrr (>= 0.2.0), ggplot2, methods, purrr, ranger, readr (>= 2.0.0), ridge, 
     rlang, rlist, R.utils, stats, stringr, tibble, tidyr, tidyselect (>= 1.2.0), 
     utils, withr
-Suggests: BiocStyle, covr, earth, future, igraph (>= 1.2.7), iml, kernlab, 
-    knitr, MASS, rmarkdown, RSNNS, testthat (>= 3.0.0), xgboost
-RoxygenNote: 7.2.3
+Suggests: BiocStyle, covr, earth, future, igraph (>= 1.2.7), iml, janitor, 
+    kernlab, knitr, MASS, rmarkdown, RSNNS, testthat (>= 3.0.0), xgboost
+RoxygenNote: 7.3.1
 Config/testthat/edition: 3