Last updated on 2025-08-28 06:48:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-fedora-clang | 0.4.2 | 185.50 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.2 | 251.49 | OK | |||
r-release-linux-x86_64 | 0.4.1 | 6.90 | 138.13 | 145.03 | ERROR | |
r-release-macos-arm64 | 0.4.1 | 77.00 | OK | |||
r-release-macos-x86_64 | 0.4.2 | 212.00 | OK | |||
r-release-windows-x86_64 | 0.4.2 | 10.00 | 157.00 | 167.00 | OK | |
r-oldrel-macos-arm64 | 0.4.1 | 78.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.2 | 154.00 | OK |
Version: 0.4.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
design_gray.Rd: ggplot2
design_grey.Rd: ggplot2
design_lmu.Rd: ggplot2
new_tdcmm.Rd: tibble
visualize.Rd: ggplot2
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavor: r-release-linux-x86_64
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [34s/42s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tidycomm)
Attaching package: 'tidycomm'
The following object is masked from 'package:testthat':
describe
>
> test_check("tidycomm")
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 388 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-tdcmm_visualize.R:41:3'): implemented visualize() calls return ggplot2 (gg) ──
visualize(correlate(WoJ, ethics_1, ethics_2, ethics_3)) inherits from 'ggmatrix'/'GGally::ggmatrix'/'S7_object' not 'gg'.
── Failure ('test-tdcmm_visualize.R:48:3'): implemented visualize() calls return ggplot2 (gg) ──
visualize(...) inherits from 'ggmatrix'/'GGally::ggmatrix'/'S7_object' not 'gg'.
── Failure ('test-tdcmm_visualize.R:59:3'): implemented visualize() calls return ggplot2 (gg) ──
`v` inherits from 'ggmatrix'/'GGally::ggmatrix'/'S7_object' not 'gg'.
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 388 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64