Skip to content

Commit 1d14e9a

Browse files
authored
Merge pull request #14 from kenmawer/km-issue_22_tests
Used specific libraries rather than tidymodels.
2 parents ca8e971 + 500c158 commit 1d14e9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat/test-epi_shift_internal.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
library(dplyr)
22
library(epiprocess)
3-
library(tidymodels)
3+
library(parsnip)
4+
library(workflows)
45

56
# Random generated dataset
67
set.seed(100)

0 commit comments

Comments
 (0)