Skip to content

Commit

Permalink
Remove unused suggests.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Dec 6, 2023
1 parent e5bcda0 commit 3f34783
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ Suggests:
tidyquant,
stringr,
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown,
devtools,
roxygen2
rmarkdown
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion vignettes/anomalize_methods.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ knitr::opts_chunk$set(
fig.align = "center"
)
devtools::load_all()
library(anomalize)
library(tidyverse)
```

Expand Down
3 changes: 2 additions & 1 deletion vignettes/forecasting_with_cleaned_anomalies.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ knitr::opts_chunk$set(
fig.align = "center"
)
devtools::load_all()
library(anomalize)
library(tidyverse)
```


Expand Down

0 comments on commit 3f34783

Please sign in to comment.