Last updated on 2025-03-20 15:51:58 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8.6 | 26.84 | 152.71 | 179.55 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.8.6 | 19.33 | 108.57 | 127.90 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.8.6 | 299.38 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.8.6 | 278.67 | OK | |||
r-devel-macos-arm64 | 1.8.6 | 77.00 | OK | |||
r-devel-macos-x86_64 | 1.8.6 | 149.00 | OK | |||
r-devel-windows-x86_64 | 1.8.6 | 29.00 | 161.00 | 190.00 | NOTE | |
r-patched-linux-x86_64 | 1.8.6 | 27.20 | 143.26 | 170.46 | WARN | |
r-release-linux-x86_64 | 1.8.6 | 25.21 | 141.46 | 166.67 | OK | |
r-release-macos-arm64 | 1.8.6 | 56.00 | OK | |||
r-release-macos-x86_64 | 1.8.6 | 125.00 | OK | |||
r-release-windows-x86_64 | 1.8.6 | 31.00 | 159.00 | 190.00 | OK | |
r-oldrel-macos-arm64 | 1.8.6 | OK | ||||
r-oldrel-macos-x86_64 | 1.8.6 | 92.00 | OK | |||
r-oldrel-windows-x86_64 | 1.8.6 | 36.00 | 204.00 | 240.00 | OK |
Version: 1.8.6
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
plot.Method.Rd: patchwork
plot.StepOne.Rd: patchwork
plot.StepThree.Rd: patchwork
plot.StepTwo.Rd: patchwork
plot.Validation.Rd: patchwork
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 1.8.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/25s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(powerly)
>
> test_check("powerly")
Superclass Backend has cloneable=FALSE, but subclass BackendTester has cloneable=TRUE. A subclass cannot be cloneable when its superclass is not cloneable, so cloning will be disabled for BackendTester.
Superclass Backend has cloneable=FALSE, but subclass BackendTester has cloneable=TRUE. A subclass cannot be cloneable when its superclass is not cloneable, so cloning will be disabled for BackendTester.
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 152 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-step-three.R:200:5'): 'StepThree' extracts the sufficient samples correctly ──
sum(abs(step_3$samples - sufficient_samples)) is not less than 1. Difference: 0.475
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 152 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.8.6
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Rd warning: plot.Method.Rd:51: missing link ‘patchwork’
Rd warning: plot.StepOne.Rd:34: missing link ‘patchwork’
Rd warning: plot.StepThree.Rd:34: missing link ‘patchwork’
Rd warning: plot.StepTwo.Rd:34: missing link ‘patchwork’
Rd warning: plot.Validation.Rd:38: missing link ‘patchwork’
Flavor: r-patched-linux-x86_64