From 1962ee4ce8abd60fd95e91ed4c05b72c77a8b4f0 Mon Sep 17 00:00:00 2001 From: "Frederick J. Boehm" Date: Mon, 29 Jun 2020 19:04:52 -0400 Subject: [PATCH] moved future pkg to Suggests --- DESCRIPTION | 4 ++-- NEWS.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5f9f507..4a11e1f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -30,10 +30,10 @@ Imports: rlang, tibble, Matrix, - furrr, - future + furrr Suggests: covr, + future, mvtnorm, knitr, rmarkdown, diff --git a/NEWS.md b/NEWS.md index 822b473..e6a4ed3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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