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
Copy file name to clipboardExpand all lines: cran-comments.md
+32-18Lines changed: 32 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
## Release summary
2
2
3
-
Minor release
3
+
This is an emergency release due to community finding of a
4
+
major performance regression.
4
5
5
6
## Test environments
6
7
@@ -21,18 +22,30 @@ Minor release
21
22
22
23
We checked 1739 reverse dependencies (1578 from CRAN + 161 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
23
24
24
-
* We saw 2 new problems
25
-
* We failed to check 77 packages
25
+
* We saw 5 new problems
26
+
* We failed to check 78 packages
26
27
27
28
Issues with CRAN packages are summarised below.
28
29
29
30
### New problems
31
+
(This reports the first line of each new failure)
30
32
31
-
Packages crplyr and strapgod fail because their tests use tbl_vars() and compare the results
32
-
to a character vector, and tbl_vars() now returns an object of class "dplyr_sel_vars" that
33
-
has an additional attribute to host information about grouping variable.
33
+
Packages ggmap, oec, portalr, solrium, tidyquant appear to have false errors.
34
34
35
-
Pull requests have been sent to both packages.
35
+
* ggmap
36
+
checking installed package size ... NOTE
37
+
38
+
* oec
39
+
checking dependencies in R code ... NOTE
40
+
41
+
* portalr
42
+
checking tests ...
43
+
44
+
* solrium
45
+
checking Rd cross-references ... NOTE
46
+
47
+
* tidyquant
48
+
checking tests ...
36
49
37
50
### Failed to check
38
51
@@ -42,71 +55,72 @@ Pull requests have been sent to both packages.
0 commit comments