Last updated on 2026-06-06 20:53:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 6.24 | 92.92 | 99.16 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 4.43 | 59.71 | 64.14 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 10.00 | 139.91 | 149.91 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 11.00 | 165.66 | 176.66 | OK | |
| r-devel-windows-x86_64 | 0.2.1 | 9.00 | 109.00 | 118.00 | OK | |
| r-patched-linux-x86_64 | 0.2.1 | 7.02 | 85.75 | 92.77 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 6.16 | 86.03 | 92.19 | OK | |
| r-release-macos-arm64 | 0.2.1 | 2.00 | 27.00 | 29.00 | OK | |
| r-release-macos-x86_64 | 0.2.1 | 5.00 | 109.00 | 114.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 7.00 | 111.00 | 118.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.1 | 1.00 | 29.00 | 30.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.1 | 4.00 | 92.00 | 96.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.1 | 11.00 | 133.00 | 144.00 | OK |
Version: 0.2.1
Check: examples
Result: ERROR
Running massageExamples to create ‘tidyaudit-Ex.R’ failed
Error in file(out, "wt") : cannot open the connection
Calls: <Anonymous> -> Rd2ex -> file
In addition: Warning message:
In file(out, "wt") :
cannot open file '/tmp/RtmpQ91W1J/file1ce7a73cfbaf7c/write_trail.R': No space left on device
Execution halted
NONE
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/23s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tidyaudit)
>
> test_check("tidyaudit")
Saving _problems/test-audit-export-491.R
i filter_tap: amount > 300
Dropped 3 of 10 rows (30.0%)
before after
hello hello
before after
1 2
2 4
3 6
before after
2020-01-01 2020-01-11
2020-12-31 2021-01-10
before after
a A
b B
a A
before after
a A
b B
a A
before after
TRUE FALSE
FALSE TRUE
TRUE FALSE
[1] x
<0 rows> (or 0-length row.names)
[1] x
<0 rows> (or 0-length row.names)
i filter_tap: amount > 300
Dropped 3 of 10 rows (30.0%)
Joining with `by = join_by(id)`
lower n_variants examples
apple 2 Apple, APPLE
id n
1 1 2
[ FAIL 1 | WARN 9 | SKIP 0 | PASS 1199 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-audit-export.R:491:3'): audit_export returns the file path invisibly ──
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. ├─base::withVisible(audit_export(trail, file = tmp)) at test-audit-export.R:491:3
2. └─tidyaudit::audit_export(trail, file = tmp)
3. └─base::writeLines(html, con = file)
4. └─base::file(con, "w")
[ FAIL 1 | WARN 9 | SKIP 0 | PASS 1199 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘diagnostics.Rmd’ using rmarkdown
--- finished re-building ‘diagnostics.Rmd’
--- re-building ‘tidyaudit.Rmd’ using rmarkdown
Warning in file("", "w+b") :
cannot open file '/tmp/RtmpI6AQh6/Rf1d431b6efeba3a': No space left on device
Quitting from tidyaudit.Rmd:218-230 [snapshot-controls]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cannot open the connection
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Quitting from tidyaudit.Rmd:218-230 [snapshot-controls]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
file("", "w+b")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'tidyaudit.Rmd' failed with diagnostics:
cannot open the connection
--- failed re-building ‘tidyaudit.Rmd’
SUMMARY: processing the following file failed:
‘tidyaudit.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc