Skip to content

Commit f9be066

Browse files
authored
Merge pull request #171 from DavisVaughan/rc-0.2.0
RC 0.2.0
2 parents 6857b6b + 540eb27 commit f9be066

File tree

5 files changed

+26
-17
lines changed

5 files changed

+26
-17
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
^LICENSE\.md$
1313
^vignettes/articles$
1414
^revdep$
15+
^CRAN-RELEASE$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: furrr
22
Title: Apply Mapping Functions in Parallel using Futures
3-
Version: 0.1.0.9002
3+
Version: 0.2.0
44
Authors@R:
55
c(person(given = "Davis",
66
family = "Vaughan",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# furrr 0.1.0.9002
1+
# furrr 0.2.0
22

33
## Breaking changes:
44

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
development:
2-
mode: release
2+
mode: auto

cran-comments.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
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)
25

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
67

7-
## Comments
8+
0 errors | 0 warnings | 1 note
89

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
1116

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.
1618

17-
## R CMD check results
19+
## 0.1.0 Resubmission
1820

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.
2025

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

Comments
 (0)