Skip to content

Commit

Permalink
Merge pull request #171 from DavisVaughan/rc-0.2.0
Browse files Browse the repository at this point in the history
RC 0.2.0
  • Loading branch information
DavisVaughan authored Oct 12, 2020
2 parents 6857b6b + 540eb27 commit f9be066
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 17 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
^LICENSE\.md$
^vignettes/articles$
^revdep$
^CRAN-RELEASE$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: furrr
Title: Apply Mapping Functions in Parallel using Futures
Version: 0.1.0.9002
Version: 0.2.0
Authors@R:
c(person(given = "Davis",
family = "Vaughan",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
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:

Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
development:
mode: release
mode: auto
36 changes: 22 additions & 14 deletions cran-comments.md
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.

0 comments on commit f9be066

Please sign in to comment.