Skip to content

Commit

Permalink
drop future global opts
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Mar 1, 2024
1 parent f987957 commit b2a298d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/globalVariables.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ utils::globalVariables(
)
)

options(future.rng.onMisuse = "ignore", future.globals.maxSize = Inf)
7 changes: 7 additions & 0 deletions vignettes/sigminer.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ if (require(pheatmap)) {
}
```

## QA

If you encounter warnings about `future` package, please set the following options before running code:

```r
options(future.rng.onMisuse = "ignore", future.globals.maxSize = Inf)
```

## More

Expand Down

0 comments on commit b2a298d

Please sign in to comment.