Skip to content

Commit a94b6b8

Browse files
REVDEP: 22 packages with global handler enabled [#95] [ci skip]
1 parent 22e8430 commit a94b6b8

File tree

5 files changed

+310
-4
lines changed

5 files changed

+310
-4
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:----------------------------|
5+
|version |R version 4.0.2 (2020-06-22) |
6+
|os |CentOS Linux 7 (Core) |
7+
|system |x86_64, linux-gnu |
8+
|ui |X11 |
9+
|language |en |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |America/Los_Angeles |
13+
|date |2020-12-11 |
14+
15+
# Dependencies
16+
17+
|package |old |new |Δ |
18+
|:---------|:------|:----------|:--|
19+
|progressr |0.6.0 |0.6.0-9001 |* |
20+
|digest |0.6.27 |0.6.27 | |
21+
22+
# Revdeps
23+
24+
## All (22)
25+
26+
|package |version |error |warning |note |
27+
|:---------------------------------------------------|:-------|:-----|:-------|:----|
28+
|[cSEM](problems.md#csem) |0.3.0 | | |1 |
29+
|dipsaus |0.1.1 | | | |
30+
|econet |0.1.92 | | | |
31+
|[EFAtools](problems.md#efatools) |0.3.0 | | |2 |
32+
|[EpiNow2](problems.md#epinow2) |1.3.1 | | |2 |
33+
|epwshiftr |0.1.1 | | | |
34+
|fabletools |0.2.1 | | | |
35+
|funGp |0.2.1 | | | |
36+
|furrr |0.2.1 | | | |
37+
|gtfs2gps |1.3-2 | | | |
38+
|lightr |1.3 | | | |
39+
|[lmtp](problems.md#lmtp) |0.0.5 | | |2 |
40+
|mlr3 |0.9.0 | | | |
41+
|[modeltime](problems.md#modeltime) |0.4.0 |1 | |1 |
42+
|[modeltime.ensemble](problems.md#modeltimeensemble) |0.3.0 | | |1 |
43+
|[modeltime.resample](problems.md#modeltimeresample) |0.1.0 | | |1 |
44+
|nflfastR |3.2.0 | | | |
45+
|nlrx |0.4.2 | | | |
46+
|[pavo](problems.md#pavo) |2.5.0 |1 |1 | |
47+
|poppr |2.8.6 | | | |
48+
|rainette |0.1.1 | | | |
49+
|trundler |0.1.19 | | | |
50+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## revdepcheck results
2+
3+
We checked 22 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
4+
5+
* We saw 0 new problems
6+
* We failed to check 0 packages
7+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Run Reverse Package Dependency Checks with the Global Progression Handler Enabled
22
#'
33
#' @usage
4-
#' R_BASE_STARTUP="$PWD/revdep/test_with_global_handlers.R" revdep/run.R
4+
#' R_BASE_STARTUP="$PWD/revdep/global_handler_checks/inject.R" revdep/run.R
55
#'
66
#' @param R_BASE_STARTUP (environment variable) An absolute path to an R
77
#' script that should be loaded when the \pkg{base} package is loaded.
@@ -26,9 +26,6 @@
2626
#'
2727
#' This requires write permissions to that file.
2828
#'
29-
#' @examples
30-
#' R_BASE_STARTUP="$PWD/revdep/test_with_global_handlers.R" revdep/run.R
31-
#'
3229
#' @importFrom utils packageVersion
3330
#' @importFrom progressr handlers
3431
local({
Lines changed: 251 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,251 @@
1+
# cSEM
2+
3+
<details>
4+
5+
* Version: 0.3.0
6+
* GitHub: https://github.com/M-E-Rademaker/cSEM
7+
* Source code: https://github.com/cran/cSEM
8+
* Date/Publication: 2020-10-12 16:40:03 UTC
9+
* Number of recursive dependencies: 119
10+
11+
Run `revdep_details(, "cSEM")` for more info
12+
13+
</details>
14+
15+
## In both
16+
17+
* checking dependencies in R code ... NOTE
18+
```
19+
Namespace in Imports field not imported from: ‘Rdpack’
20+
All declared Imports should be used.
21+
```
22+
23+
# EFAtools
24+
25+
<details>
26+
27+
* Version: 0.3.0
28+
* GitHub: https://github.com/mdsteiner/EFAtools
29+
* Source code: https://github.com/cran/EFAtools
30+
* Date/Publication: 2020-11-04 18:00:02 UTC
31+
* Number of recursive dependencies: 88
32+
33+
Run `revdep_details(, "EFAtools")` for more info
34+
35+
</details>
36+
37+
## In both
38+
39+
* checking installed package size ... NOTE
40+
```
41+
installed size is 7.4Mb
42+
sub-directories of 1Mb or more:
43+
doc 1.0Mb
44+
libs 5.5Mb
45+
```
46+
47+
* checking dependencies in R code ... NOTE
48+
```
49+
Namespace in Imports field not imported from: ‘progress’
50+
All declared Imports should be used.
51+
```
52+
53+
# EpiNow2
54+
55+
<details>
56+
57+
* Version: 1.3.1
58+
* GitHub: NA
59+
* Source code: https://github.com/cran/EpiNow2
60+
* Date/Publication: 2020-11-22 14:20:05 UTC
61+
* Number of recursive dependencies: 149
62+
63+
Run `revdep_details(, "EpiNow2")` for more info
64+
65+
</details>
66+
67+
## In both
68+
69+
* checking package dependencies ... NOTE
70+
```
71+
Package suggested but not available for checking: ‘EpiSoon’
72+
```
73+
74+
* checking installed package size ... NOTE
75+
```
76+
installed size is 137.8Mb
77+
sub-directories of 1Mb or more:
78+
libs 136.4Mb
79+
```
80+
81+
# lmtp
82+
83+
<details>
84+
85+
* Version: 0.0.5
86+
* GitHub: NA
87+
* Source code: https://github.com/cran/lmtp
88+
* Date/Publication: 2020-07-18 09:10:02 UTC
89+
* Number of recursive dependencies: 86
90+
91+
Run `revdep_details(, "lmtp")` for more info
92+
93+
</details>
94+
95+
## In both
96+
97+
* checking package dependencies ... NOTE
98+
```
99+
Package which this enhances but not available for checking: ‘sl3’
100+
```
101+
102+
* checking dependencies in R code ... NOTE
103+
```
104+
Namespaces in Imports field not imported from:
105+
‘R6’ ‘nnls’ ‘utils’
106+
All declared Imports should be used.
107+
```
108+
109+
# modeltime
110+
111+
<details>
112+
113+
* Version: 0.4.0
114+
* GitHub: https://github.com/business-science/modeltime
115+
* Source code: https://github.com/cran/modeltime
116+
* Date/Publication: 2020-11-23 08:50:05 UTC
117+
* Number of recursive dependencies: 195
118+
119+
Run `revdep_details(, "modeltime")` for more info
120+
121+
</details>
122+
123+
## In both
124+
125+
* checking tests ...
126+
```
127+
...
128+
Error: unable to start device PNG
129+
Backtrace:
130+
131+
1. ├─base::suppressWarnings(...) test-results-forecast-plots.R:34:0
132+
2. │ └─base::withCallingHandlers(...)
133+
3. ├─forecast_tbl %>% mutate_at(vars(.value:.conf_hi), exp) %>% plot_modeltime_forecast(.interactive = TRUE) test-results-forecast-plots.R:36:4
134+
4. └─modeltime::plot_modeltime_forecast(., .interactive = TRUE)
135+
5. ├─plotly::ggplotly(g, dynamicTicks = TRUE)
136+
6. └─plotly:::ggplotly.ggplot(g, dynamicTicks = TRUE)
137+
7. └─plotly::gg2list(...)
138+
8. └─grDevices:::dev_fun(...)
139+
140+
── Skipped tests ──────────────────────────────────────────────────────────────
141+
● On CRAN (7)
142+
143+
══ testthat results ═══════════════════════════════════════════════════════════
144+
ERROR (test-results-forecast-plots.R:34:1): (code run outside of `test_that()`)
145+
146+
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 473 ]
147+
Error: Test failures
148+
Execution halted
149+
```
150+
151+
* checking dependencies in R code ... NOTE
152+
```
153+
Namespace in Imports field not imported from: ‘slider’
154+
All declared Imports should be used.
155+
```
156+
157+
# modeltime.ensemble
158+
159+
<details>
160+
161+
* Version: 0.3.0
162+
* GitHub: https://github.com/business-science/modeltime.ensemble
163+
* Source code: https://github.com/cran/modeltime.ensemble
164+
* Date/Publication: 2020-11-06 18:00:02 UTC
165+
* Number of recursive dependencies: 190
166+
167+
Run `revdep_details(, "modeltime.ensemble")` for more info
168+
169+
</details>
170+
171+
## In both
172+
173+
* checking dependencies in R code ... NOTE
174+
```
175+
Namespaces in Imports field not imported from:
176+
‘crayon’ ‘dials’ ‘glmnet’ ‘parsnip’ ‘progressr’ ‘utils’
177+
All declared Imports should be used.
178+
```
179+
180+
# modeltime.resample
181+
182+
<details>
183+
184+
* Version: 0.1.0
185+
* GitHub: https://github.com/business-science/modeltime.resample
186+
* Source code: https://github.com/cran/modeltime.resample
187+
* Date/Publication: 2020-11-05 07:40:09 UTC
188+
* Number of recursive dependencies: 194
189+
190+
Run `revdep_details(, "modeltime.resample")` for more info
191+
192+
</details>
193+
194+
## In both
195+
196+
* checking dependencies in R code ... NOTE
197+
```
198+
Namespaces in Imports field not imported from:
199+
‘crayon’ ‘dials’ ‘glue’ ‘parsnip’
200+
All declared Imports should be used.
201+
```
202+
203+
# pavo
204+
205+
<details>
206+
207+
* Version: 2.5.0
208+
* GitHub: https://github.com/rmaia/pavo
209+
* Source code: https://github.com/cran/pavo
210+
* Date/Publication: 2020-11-12 09:00:02 UTC
211+
* Number of recursive dependencies: 101
212+
213+
Run `revdep_details(, "pavo")` for more info
214+
215+
</details>
216+
217+
## In both
218+
219+
* checking tests ...
220+
```
221+
...
222+
Warning (test-images.R:97:3): classify
223+
Warning (test-images.R:102:3): classify
224+
Warning (test-images.R:121:3): classify
225+
Warning (test-images.R:149:3): classify
226+
Warning (test-images.R:194:3): adjacency
227+
Warning (test-images.R:195:3): adjacency
228+
Warning (test-images.R:214:3): adjacency
229+
Warning (test-images.R:225:3): adjacency
230+
Warning (test-images.R:250:3): adjacency
231+
Warning (test-images.R:272:3): adjacency
232+
Warning (test-images.R:286:3): summary
233+
Warning (test-images.R:288:3): summary
234+
FAILURE (test-images.R:291:3): summary
235+
Warning (test-processing.R:12:3): Procspec
236+
Warning (test-processing.R:56:3): Aggregation
237+
Warning (test-vismodel.R:12:3): Warnings
238+
Warning (test-vismodel.R:67:3): sensdata()
239+
240+
[ FAIL 1 | WARN 1069 | SKIP 6 | PASS 377 ]
241+
Error: Test failures
242+
Execution halted
243+
```
244+
245+
* checking whether package ‘pavo’ can be installed ... WARNING
246+
```
247+
Found the following significant warnings:
248+
Warning: no DISPLAY variable so Tk is not available
249+
See ‘/c4/home/henrik/repositories/progressr/revdep/checks/pavo/new/pavo.Rcheck/00install.out’ for details.
250+
```
251+

0 commit comments

Comments
 (0)