File tree Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 11Type: Package
22Package: dplyr
33Title: A Grammar of Data Manipulation
4- Version: 1.0.8.9000
4+ Version: 1.0.9
55Authors@R:
66 c(person(given = "Hadley",
77 family = "Wickham",
Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments