Skip to content

Commit

Permalink
moved future pkg to Suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
fboehm committed Jun 29, 2020
1 parent daec1dc commit 1962ee4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Imports:
rlang,
tibble,
Matrix,
furrr,
future
furrr
Suggests:
covr,
future,
mvtnorm,
knitr,
rmarkdown,
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Major changes

* Replaced `parallel` package use with `future` and `furrr`. This led to removal of the argument `n_cores` from both `boot_pvl` and `scan_pvl`.
* Replaced `parallel` package use with `furrr`. This led to removal of the argument
`n_cores` from both `boot_pvl` and `scan_pvl`. A user may now use `future::plan` to
run in parallel.

## Minor changes

Expand Down

0 comments on commit 1962ee4

Please sign in to comment.