Skip to content

Commit ea9e5f4

Browse files
authored
Merge pull request #177 from DavisVaughan/rc-0.2.1
RC 0.2.1
2 parents 599759d + dd1a52e commit ea9e5f4

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

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.2.0.9000
3+
Version: 0.2.1
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 (development version)
1+
# furrr 0.2.1
22

33
* Updated documentation examples to explicitly set the seed on the workers
44
when random numbers are generated (#175).

cran-comments.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55

66
## R CMD check results
77

8-
0 errors | 0 warnings | 1 note
9-
10-
New maintainer:
11-
Davis Vaughan <davis@rstudio.com>
12-
Old maintainer(s):
13-
Davis Vaughan <dvaughan@business-science.io>
8+
0 errors | 0 warnings | 0 notes
149

10+
## 0.2.1 Submission
11+
12+
Minor release to accommodate a request from the future package.
13+
1514
## 0.2.0 Submission
1615

1716
This is the second release of furrr. My email has been updated.

0 commit comments

Comments
 (0)