Last updated on 2025-09-13 11:48:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 3.67 | 46.05 | 49.72 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.49 | 33.91 | 36.40 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 74.14 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 83.69 | ERROR | |||
r-devel-windows-x86_64 | 0.1.0 | 6.00 | 61.00 | 67.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 3.79 | 43.97 | 47.76 | OK | |
r-release-linux-x86_64 | 0.1.0 | 3.96 | 44.15 | 48.11 | OK | |
r-release-macos-arm64 | 0.1.0 | 45.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 57.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 6.00 | 62.00 | 68.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 34.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 54.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 7.00 | 71.00 | 78.00 | ERROR |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ggplot2)
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> library(ggRtsy)
>
> test_check("ggRtsy")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-RectangleFiller.R:7:3'): Rectangle Filler works ────────────────
<vctrs_error_subscript_oob/vctrs_error_subscript/rlang_error/error/condition>
Error in `data[[1, 1]]`: Can't extract rows past the end.
i Location 1 doesn't exist.
i There are only 0 rows.
Backtrace:
▆
1. ├─ggRtsy::RectangleFiller(...) at test-RectangleFiller.R:7:3
2. │ ├─data[[1, 1]]
3. │ └─tibble:::`[[.tbl_df`(data, 1, 1)
4. │ └─tibble:::vectbl_as_row_location2(i, fast_nrow(x), i_arg)
5. │ ├─tibble:::subclass_row_index_errors(...)
6. │ │ └─base::withCallingHandlers(...)
7. │ └─vctrs::vec_as_location2(i, n, call = call)
8. │ ├─vctrs:::result_get(...)
9. │ └─vctrs:::vec_as_location2_result(...)
10. │ ├─base::tryCatch(...)
11. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
12. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
13. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
14. │ └─vctrs::vec_as_location(i, n, names = names, arg = arg, call = call)
15. └─vctrs (local) `<fn>`()
16. └─vctrs:::stop_subscript_oob(...)
17. └─vctrs:::stop_subscript(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘Vignette.Rmd’ using rmarkdown
Quitting from Vignette.Rmd:47-49 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Vignette.Rmd' failed with diagnostics:
Can't extract rows past the end.
ℹ Location 1 doesn't exist.
ℹ There are only 0 rows.
--- failed re-building ‘Vignette.Rmd’
SUMMARY: processing the following file failed:
‘Vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ggplot2)
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> library(ggRtsy)
>
> test_check("ggRtsy")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-RectangleFiller.R:7:3'): Rectangle Filler works ────────────────
<vctrs_error_subscript_oob/vctrs_error_subscript/rlang_error/error/condition>
Error in `data[[1, 1]]`: Can't extract rows past the end.
i Location 1 doesn't exist.
i There are only 0 rows.
Backtrace:
▆
1. ├─ggRtsy::RectangleFiller(...) at test-RectangleFiller.R:7:3
2. │ ├─data[[1, 1]]
3. │ └─tibble:::`[[.tbl_df`(data, 1, 1)
4. │ └─tibble:::vectbl_as_row_location2(i, fast_nrow(x), i_arg)
5. │ ├─tibble:::subclass_row_index_errors(...)
6. │ │ └─base::withCallingHandlers(...)
7. │ └─vctrs::vec_as_location2(i, n, call = call)
8. │ ├─vctrs:::result_get(...)
9. │ └─vctrs:::vec_as_location2_result(...)
10. │ ├─base::tryCatch(...)
11. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
12. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
13. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
14. │ └─vctrs::vec_as_location(i, n, names = names, arg = arg, call = call)
15. └─vctrs (local) `<fn>`()
16. └─vctrs:::stop_subscript_oob(...)
17. └─vctrs:::stop_subscript(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ggplot2)
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> library(ggRtsy)
>
> test_check("ggRtsy")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-RectangleFiller.R:7:3'): Rectangle Filler works ────────────────
<vctrs_error_subscript_oob/vctrs_error_subscript/rlang_error/error/condition>
Error in `data[[1, 1]]`: Can't extract rows past the end.
i Location 1 doesn't exist.
i There are only 0 rows.
Backtrace:
▆
1. ├─ggRtsy::RectangleFiller(...) at test-RectangleFiller.R:7:3
2. │ ├─data[[1, 1]]
3. │ └─tibble:::`[[.tbl_df`(data, 1, 1)
4. │ └─tibble:::vectbl_as_row_location2(i, fast_nrow(x), i_arg)
5. │ ├─tibble:::subclass_row_index_errors(...)
6. │ │ └─base::withCallingHandlers(...)
7. │ └─vctrs::vec_as_location2(i, n, call = call)
8. │ ├─vctrs:::result_get(...)
9. │ └─vctrs:::vec_as_location2_result(...)
10. │ ├─base::tryCatch(...)
11. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
12. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
13. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
14. │ └─vctrs::vec_as_location(i, n, names = names, arg = arg, call = call)
15. └─vctrs (local) `<fn>`()
16. └─vctrs:::stop_subscript_oob(...)
17. └─vctrs:::stop_subscript(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘Vignette.Rmd’ using rmarkdown
Quitting from Vignette.Rmd:47-49 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Vignette.Rmd' failed with diagnostics:
Can't extract rows past the end.
ℹ Location 1 doesn't exist.
ℹ There are only 0 rows.
--- failed re-building ‘Vignette.Rmd’
SUMMARY: processing the following file failed:
‘Vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(ggplot2)
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> library(ggRtsy)
>
> test_check("ggRtsy")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-RectangleFiller.R:7:3'): Rectangle Filler works ────────────────
<vctrs_error_subscript_oob/vctrs_error_subscript/rlang_error/error/condition>
Error in `data[[1, 1]]`: Can't extract rows past the end.
i Location 1 doesn't exist.
i There are only 0 rows.
Backtrace:
▆
1. ├─ggRtsy::RectangleFiller(...) at test-RectangleFiller.R:7:3
2. │ ├─data[[1, 1]]
3. │ └─tibble:::`[[.tbl_df`(data, 1, 1)
4. │ └─tibble:::vectbl_as_row_location2(i, fast_nrow(x), i_arg)
5. │ ├─tibble:::subclass_row_index_errors(...)
6. │ │ └─base::withCallingHandlers(...)
7. │ └─vctrs::vec_as_location2(i, n, call = call)
8. │ ├─vctrs:::result_get(...)
9. │ └─vctrs:::vec_as_location2_result(...)
10. │ ├─base::tryCatch(...)
11. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
12. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
13. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
14. │ └─vctrs::vec_as_location(i, n, names = names, arg = arg, call = call)
15. └─vctrs (local) `<fn>`()
16. └─vctrs:::stop_subscript_oob(...)
17. └─vctrs:::stop_subscript(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.