diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..f859e48 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.3.1 +Date: 2022-08-15 19:00:38 UTC +SHA: 5e86cde69ec39a2f48f91d711bee8ae27e0e3730 diff --git a/DESCRIPTION b/DESCRIPTION index 881bfae..91546f3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: furrr Title: Apply Mapping Functions in Parallel using Futures -Version: 0.3.0.9000 +Version: 0.3.1 Authors@R: c( person("Davis", "Vaughan", , "davis@rstudio.com", role = c("aut", "cre")), person("Matt", "Dancho", , "mdancho@business-science.io", role = "aut"), diff --git a/NEWS.md b/NEWS.md index d370a36..8d47276 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# furrr (development version) +# furrr 0.3.1 * Redocumented the package with roxygen2 7.2.1 to fix invalid HTML5 issues (#242). diff --git a/cran-comments.md b/cran-comments.md deleted file mode 100644 index ab88ac5..0000000 --- a/cran-comments.md +++ /dev/null @@ -1,32 +0,0 @@ -## 0.3.0 Submission - -Minor release that renders `future_options()` defunct, removes the `lazy` -argument, and fixes a few bugs. - -## 0.2.3 Submission - -Minor release to prepare for a breaking change in testthat. - -## 0.2.2 Submission - -Minor release to update a test in preparation for a lifecycle 1.0.0 change. - -## 0.2.1 Submission - -Minor release to accommodate a request from the future package. - -## 0.2.0 Submission - -This is the second release of furrr. My email has been updated. - -## 0.1.0 Resubmission - -This resubmission wraps `plan(multisession)` and `plan(multiprocess)` in -`\donttest{}` for examples that use them. This results in the examples still -running correctly, just sequentially and not in parallel. The `future` package -does a similar thing. - -## 0.1.0 Submission - -This is the first release of `furrr`, a package aimed at running the `purrr` -mapping functions in parallel using futures from the `future` package.