Skip to content

Commit b758f66

Browse files
patch version and update cran-comments
1 parent 334d525 commit b758f66

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
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.2.9000
4+
Version: 1.0.3
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.3
22

33
* `summarise()` no longer informs when the result is ungrouped (#5633).
44

cran-comments.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
## Release summary
22

3-
This is a minor release that adress new findings since the major release 1.0.0 and also
4-
is forward compatible with the next version of vctrs.
3+
This is a minor release.
54

65
## Test environments
76

8-
* local mac OS install, R 4.0.0
9-
* ubuntu 16.04 (on github actions), R-devel, R 4.0.0, R 3.6.3, 3.5.3, R 3.4.4, R 3.3.3
7+
* local mac OS install, R 4.0.3
8+
* ubuntu 16.04 (on github actions), R-devel, R 4.0.3, R 3.6.3, 3.5.3, R 3.4.4, R 3.3.3
109
* mac OS 10.15.4 (on github actions) R-devel, R 3.6.0
11-
* Microsoft Windows Server 2019 10.0.17763 (on github actions) R 4.0.0
10+
* Microsoft Windows Server 2019 10.0.17763 (on github actions) R 4.0.3
1211
* win-builder (devel)
1312

1413
## R CMD check results
@@ -17,19 +16,21 @@ is forward compatible with the next version of vctrs.
1716

1817
R CMD check succeeded
1918

20-
Newly failing R packages are listed below.
21-
2219
## revdepcheck results
2320

24-
We checked 2132 reverse dependencies (2111 from CRAN + 21 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
21+
We checked 2426 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
2522

26-
* We saw 2 new problems
27-
* We failed to check 129 packages
23+
* We saw 7 new problems
24+
* We failed to check 54 packages
2825

29-
Issues with CRAN packages are summarised below.
26+
Newly failing R packages are listed below.
3027

3128
### New problems
32-
(This reports the first line of each new failure)
3329

34-
* jstor: We could not reproduce locally
35-
* ralger: A pull request has been prepared https://github.com/feddelegrand7/ralger/pull/3
30+
* disk.frame: S3 generic/method inconsistency, as count() and tally() are now generics
31+
* gtfs2gps: unrelated
32+
* lplyr: Needs to define a mutate.list() methods because mutate.default() is no longer defined
33+
* mosaicCore: pull request https://github.com/ProjectMOSAIC/mosaicCore/pull/37
34+
* tcR: S3 generic/method inconsistency, as count() is now generic
35+
* TextMiningGUI: unrelated tcl/tk issue
36+
* timetk: unrelated

0 commit comments

Comments
 (0)