Skip to content

Commit a6c1417

Browse files
authored
Merge pull request #6246 from DavisVaughan/rc/1.0.9
RC 1.0.9
2 parents 3c4cd45 + d90b20a commit a6c1417

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: dplyr
33
Title: A Grammar of Data Manipulation
4-
Version: 1.0.8.9000
4+
Version: 1.0.9
55
Authors@R:
66
c(person(given = "Hadley",
77
family = "Wickham",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dplyr (development version)
1+
# dplyr 1.0.9
22

33
* New `rows_append()` which works like `rows_insert()` but ignores keys and
44
allows you to insert arbitrary rows with a guarantee that the type of `x`

cran-comments.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,8 @@ R CMD check succeeded
1010

1111
## revdepcheck results
1212

13-
We checked 3196 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
14-
15-
* We saw 11 new problems for which we offered pull requests or opened issues
16-
* We failed to check 16 packages
17-
18-
Issues with CRAN packages are summarised below:
19-
20-
- chunked : pull request https://github.com/edwindj/chunked/pull/21
21-
- functiondepends : pull request https://github.com/jakubsob/functiondepends/pull/2
22-
- mcp: issue https://github.com/lindeloev/mcp/issues/140
23-
- nomisr: fixed in dev version. https://github.com/ropensci/nomisr/issues/29
24-
- photobiology, photobiologyInOut : fixed in dev https://github.com/aphalo/photobiology/issues/6
25-
- prider: fixed in dev version, https://github.com/tamminenlab/prider/issues/8
26-
- saeSim: pull request; https://github.com/wahani/saeSim/pull/41
27-
- salem : pull request https://github.com/elinw/salem/pull/3
28-
- sfnetworks: pull request https://github.com/luukvdmeer/sfnetworks/pull/202
29-
- telemac: pull request https://github.com/tpilz/telemac/pull/1
13+
We checked 3323 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
14+
15+
* We saw 0 new problems
16+
* We failed to check 7 packages
3017

0 commit comments

Comments
 (0)