You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
5
4
6
5
## Test environments
7
6
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
10
9
* 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
12
11
* win-builder (devel)
13
12
14
13
## R CMD check results
@@ -17,19 +16,21 @@ is forward compatible with the next version of vctrs.
17
16
18
17
R CMD check succeeded
19
18
20
-
Newly failing R packages are listed below.
21
-
22
19
## revdepcheck results
23
20
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.
25
22
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
28
25
29
-
Issues with CRAN packages are summarised below.
26
+
Newly failing R packages are listed below.
30
27
31
28
### New problems
32
-
(This reports the first line of each new failure)
33
29
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
0 commit comments