Last updated on 2021-02-25 08:47:59 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 10.34 | 148.68 | 159.02 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 8.52 | 104.27 | 112.79 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 186.49 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 177.00 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 15.00 | 132.00 | 147.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 10.82 | 139.34 | 150.16 | OK | |
r-patched-solaris-x86 | 0.1.0 | 222.20 | OK | |||
r-release-linux-x86_64 | 0.1.0 | 10.51 | 139.58 | 150.09 | OK | |
r-release-macos-x86_64 | 0.1.0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.0 | 17.00 | 119.00 | 136.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 14.00 | 165.00 | 179.00 | ERROR |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/28s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
4. └─ggplot2:::by_layer(function(l, d) l$compute_position(d, layout))
5. └─ggplot2:::f(l = layers[[i]], d = data[[i]])
6. └─l$compute_position(d, layout)
7. └─ggplot2:::f(..., self = self)
8. └─self$position$compute_layer(data, params, layout)
9. └─ggplot2:::f(..., self = self)
10. └─ggplot2:::dapply(...)
11. └─ggplot2:::apply_fun(df)
12. └─ggplot2:::fun(x, ...)
13. └─self$compute_panel(data = data, params = params, scales = scales)
14. └─ggmulti:::f(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 56 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [42s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
>
>
> library(testthat)
> library(ggmulti)
Loading required package: ggplot2
Need help? Check https://great-northern-diver.github.io/ggmulti/ for
more details
Attaching package: 'ggmulti'
The following object is masked from 'package:ggplot2':
coord_polar
>
> testthat::test_check("ggmulti")
== Failed tests ================================================================
-- Error (test_generalized_geoms.R:27:3): test built geoms in ggplot -----------
Error: subscript out of bounds
Backtrace:
x
1. +-ggplot2::ggplot_build(p) test_generalized_geoms.R:27:2
2. \-ggmulti:::ggplot_build.gg(p)
3. \-ggplot2:::ggplot_build_ggplot(plot)
4. \-ggplot2:::by_layer(function(l, d) l$compute_position(d, layout))
5. \-ggplot2:::f(l = layers[[i]], d = data[[i]])
6. \-l$compute_position(d, layout)
7. \-ggplot2:::f(..., self = self)
8. \-self$position$compute_layer(data, params, layout)
9. \-ggplot2:::f(..., self = self)
10. \-ggplot2:::dapply(...)
11. \-ggplot2:::apply_fun(df)
12. \-ggplot2:::fun(x, ...)
13. \-self$compute_panel(data = data, params = params, scales = scales)
14. \-ggmulti:::f(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 56 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64