Skip to content

Commit

Permalink
new vignette support
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanevski committed Feb 29, 2024
1 parent 939649a commit 76c84da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
^Meta$
(^|/)\.misty\.temp$
(^|/)results$
^vignettes/mistyDataFormats.Rmd$
^vignettes/mistyDataFormats\.Rmd$
^vignettes/MistyRStructural.*\.Rmd$
^vignettes/Functional.*\.Rmd$
^LICENSE$
^.*\.Rproj$
^\.Rproj\.user$
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 76c84da

Please sign in to comment.