Skip to content

Commit b2a298d

Browse files
committed
drop future global opts
1 parent f987957 commit b2a298d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

R/globalVariables.R

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ utils::globalVariables(
77
)
88
)
99

10-
options(future.rng.onMisuse = "ignore", future.globals.maxSize = Inf)

vignettes/sigminer.Rmd

+7
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ if (require(pheatmap)) {
8989
}
9090
```
9191

92+
## QA
93+
94+
If you encounter warnings about `future` package, please set the following options before running code:
95+
96+
```r
97+
options(future.rng.onMisuse = "ignore", future.globals.maxSize = Inf)
98+
```
9299

93100
## More
94101

0 commit comments

Comments
 (0)