Last updated on 2023-03-20 21:57:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 15.07 | 206.70 | 221.77 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 324.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 348.45 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 45.00 | 305.00 | 350.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 19.37 | 243.06 | 262.43 | OK | |
r-release-linux-x86_64 | 1.0.0 | 12.96 | 238.57 | 251.53 | OK | |
r-release-macos-arm64 | 1.0.0 | 84.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 121.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 54.00 | 265.00 | 319.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 81.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 132.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 39.00 | 275.00 | 314.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [46s/79s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(actxps)
Attaching package: 'actxps'
The following object is masked from 'package:stats':
filter
>
> test_check("actxps")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 138 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tables.R:13:3'): Autotable works ───────────────────────────────
Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the use of native symbols
Backtrace:
▆
1. ├─testthat::expect_s3_class(autotable(exp_res), c("gt_tbl", "list")) at test-tables.R:13:2
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─actxps::autotable(exp_res)
5. └─actxps:::autotable.exp_df(exp_res)
6. ├─gt::tab_source_note(...)
7. │ └─gt:::stop_if_not_gt(data = data)
8. │ └─gt:::is_gt(data)
9. ├─gt::tab_header(...)
10. │ └─gt:::stop_if_not_gt(data = data)
11. │ └─gt:::is_gt(data)
12. ├─gt::cols_label(...)
13. │ └─gt:::stop_if_not_gt(data = .data)
14. │ └─gt:::is_gt(data)
15. ├─gt::cols_label(...)
16. │ └─gt:::stop_if_not_gt(data = .data)
17. │ └─gt:::is_gt(data)
18. ├─gt::tab_style(...)
19. │ └─gt:::stop_if_not_gt(data = data)
20. │ └─gt:::is_gt(data)
21. ├─gt::tab_options(...)
22. │ └─gt:::stop_if_not_gt(data = data)
23. │ └─gt:::is_gt(data)
24. ├─gt::fmt_percent(...)
25. │ └─gt:::stop_if_not_gt(data = data)
26. │ └─gt:::is_gt(data)
27. ├─gt::fmt_number(...)
28. │ └─gt:::stop_if_not_gt(data = data)
29. │ └─gt:::is_gt(data)
30. └─gt::gt(select(object, -dplyr::starts_with(".weight")), ...)
31. └─gt::cols_align(data = data, align = "auto")
32. └─gt:::dt_boxhead_edit(data = data, var = column_names[i], column_align = align[i])
33. ├─base::`[[<-`(...)
34. └─tibble:::`[[<-.tbl_df`(...)
35. └─tibble:::tbl_subassign(...)
36. └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg, call)
37. ├─base::withCallingHandlers(...)
38. └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 138 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: installed package size
Result: NOTE
installed size is 5.0Mb
sub-directories of 1Mb or more:
data 1.4Mb
doc 2.1Mb
help 1.4Mb
Flavor: r-devel-linux-x86_64-fedora-clang