Skip to content

Commit 500c158

Browse files
committed
Used specific libraries rather than tidymodels.
1 parent 3001b69 commit 500c158

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)