-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from DavisVaughan/rc-0.2.0
RC 0.2.0
- Loading branch information
Showing
5 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
^LICENSE\.md$ | ||
^vignettes/articles$ | ||
^revdep$ | ||
^CRAN-RELEASE$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# furrr 0.1.0.9002 | ||
# furrr 0.2.0 | ||
|
||
## Breaking changes: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
development: | ||
mode: release | ||
mode: auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,29 @@ | ||
## Resubmission | ||
## Test environments | ||
* local R installation, R 4.0.0 | ||
* ubuntu 16.04 (on github actions), R 4.0.0 | ||
* win-builder (devel) | ||
|
||
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. | ||
## R CMD check results | ||
|
||
## Comments | ||
0 errors | 0 warnings | 1 note | ||
|
||
This is the first release of `furrr`, a package aimed at running the `purrr` | ||
mapping functions in parallel using futures from the `future` package. | ||
New maintainer: | ||
Davis Vaughan <[email protected]> | ||
Old maintainer(s): | ||
Davis Vaughan <[email protected]> | ||
|
||
## 0.2.0 Submission | ||
|
||
## Test environments | ||
* local OS X install, R 3.4.4 | ||
* ubuntu 14.04 (on travis-ci), R 3.5.0 | ||
* win-builder (devel and release) | ||
This is the second release of furrr. My email has been updated. | ||
|
||
## R CMD check results | ||
## 0.1.0 Resubmission | ||
|
||
0 errors | 0 warnings | 1 note | ||
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. | ||
|
||
* This is a new release. | ||
## 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. |