|
1 | | -## Resubmission |
| 1 | +## Test environments |
| 2 | +* local R installation, R 4.0.0 |
| 3 | +* ubuntu 16.04 (on github actions), R 4.0.0 |
| 4 | +* win-builder (devel) |
2 | 5 |
|
3 | | -This resubmission wraps `plan(multisession)` and `plan(multiprocess)` in `\donttest{}` |
4 | | -for examples that use them. This results in the examples still running correctly, |
5 | | -just sequentially and not in parallel. The `future` package does a similar thing. |
| 6 | +## R CMD check results |
6 | 7 |
|
7 | | -## Comments |
| 8 | +0 errors | 0 warnings | 1 note |
8 | 9 |
|
9 | | -This is the first release of `furrr`, a package aimed at running the `purrr` |
10 | | -mapping functions in parallel using futures from the `future` package. |
| 10 | + New maintainer: |
| 11 | + Davis Vaughan <davis@rstudio.com> |
| 12 | + Old maintainer(s): |
| 13 | + Davis Vaughan <dvaughan@business-science.io> |
| 14 | + |
| 15 | +## 0.2.0 Submission |
11 | 16 |
|
12 | | -## Test environments |
13 | | -* local OS X install, R 3.4.4 |
14 | | -* ubuntu 14.04 (on travis-ci), R 3.5.0 |
15 | | -* win-builder (devel and release) |
| 17 | +This is the second release of furrr. My email has been updated. |
16 | 18 |
|
17 | | -## R CMD check results |
| 19 | +## 0.1.0 Resubmission |
18 | 20 |
|
19 | | -0 errors | 0 warnings | 1 note |
| 21 | +This resubmission wraps `plan(multisession)` and `plan(multiprocess)` in |
| 22 | +`\donttest{}` for examples that use them. This results in the examples still |
| 23 | +running correctly, just sequentially and not in parallel. The `future` package |
| 24 | +does a similar thing. |
20 | 25 |
|
21 | | -* This is a new release. |
| 26 | +## 0.1.0 Submission |
| 27 | + |
| 28 | +This is the first release of `furrr`, a package aimed at running the `purrr` |
| 29 | +mapping functions in parallel using futures from the `future` package. |
0 commit comments