Skip to content

Commit

Permalink
Merge pull request #6246 from DavisVaughan/rc/1.0.9
Browse files Browse the repository at this point in the history
RC 1.0.9
  • Loading branch information
DavisVaughan authored Apr 28, 2022
2 parents 3c4cd45 + d90b20a commit a6c1417
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: dplyr
Title: A Grammar of Data Manipulation
Version: 1.0.8.9000
Version: 1.0.9
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dplyr (development version)
# dplyr 1.0.9

* New `rows_append()` which works like `rows_insert()` but ignores keys and
allows you to insert arbitrary rows with a guarantee that the type of `x`
Expand Down
21 changes: 4 additions & 17 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,8 @@ R CMD check succeeded

## revdepcheck results

We checked 3196 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 11 new problems for which we offered pull requests or opened issues
* We failed to check 16 packages

Issues with CRAN packages are summarised below:

- chunked : pull request https://github.com/edwindj/chunked/pull/21
- functiondepends : pull request https://github.com/jakubsob/functiondepends/pull/2
- mcp: issue https://github.com/lindeloev/mcp/issues/140
- nomisr: fixed in dev version. https://github.com/ropensci/nomisr/issues/29
- photobiology, photobiologyInOut : fixed in dev https://github.com/aphalo/photobiology/issues/6
- prider: fixed in dev version, https://github.com/tamminenlab/prider/issues/8
- saeSim: pull request; https://github.com/wahani/saeSim/pull/41
- salem : pull request https://github.com/elinw/salem/pull/3
- sfnetworks: pull request https://github.com/luukvdmeer/sfnetworks/pull/202
- telemac: pull request https://github.com/tpilz/telemac/pull/1
We checked 3323 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 7 packages

0 comments on commit a6c1417

Please sign in to comment.