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 1
1
Type: Package
2
2
Package: dplyr
3
3
Title: A Grammar of Data Manipulation
4
- Version: 1.0.8.9000
4
+ Version: 1.0.9
5
5
Authors@R:
6
6
c(person(given = "Hadley",
7
7
family = "Wickham",
Original file line number Diff line number Diff line change 1
- # dplyr (development version)
1
+ # dplyr 1.0.9
2
2
3
3
* New ` rows_append() ` which works like ` rows_insert() ` but ignores keys and
4
4
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
10
10
11
11
## revdepcheck results
12
12
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
30
17
You can’t perform that action at this time.
0 commit comments