Skip to content

Commit 24ce317

Browse files
committed
fix windows package check
1 parent 2520c14 commit 24ce317

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vignettes/series.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ result_boot <- pcCrossValidation(
114114
h = 1,
115115
weighted = FALSE,
116116
random = TRUE,
117-
bootstrap = 100, # Perform 100 bootstrap iterations
118-
n_cores = 2 # Use parallel computation
117+
bootstrap = 100 # Perform 100 bootstrap iterations
119118
)
120119
```
121120

0 commit comments

Comments
 (0)