Last updated on 2025-08-25 01:48:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.0 | 7.87 | 102.21 | 110.08 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3.1 | 5.91 | 78.58 | 84.49 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.0 | 171.32 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.1 | 200.29 | OK | |||
r-devel-windows-x86_64 | 1.3.1 | 10.00 | 108.00 | 118.00 | ERROR | |
r-patched-linux-x86_64 | 1.3.0 | 7.29 | 97.63 | 104.92 | NOTE | |
r-release-linux-x86_64 | 1.3.0 | 8.73 | 97.66 | 106.39 | NOTE | |
r-release-macos-arm64 | 1.3.0 | 55.00 | OK | |||
r-release-macos-x86_64 | 1.3.1 | 113.00 | OK | |||
r-release-windows-x86_64 | 1.3.0 | 11.00 | 104.00 | 115.00 | NOTE | |
r-oldrel-macos-arm64 | 1.3.0 | 55.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3.1 | 106.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3.0 | 12.00 | 128.00 | 140.00 | OK |
Version: 1.3.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
psm_analysis_weighted.rd: svydesign
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 1.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [10s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
>
> # Source all R files since package may not be installed
> r_files <- list.files("../../R", pattern = "\\.R$", full.names = TRUE)
> for (file in r_files) {
+ source(file, local = FALSE)
+ }
>
> test_check("pricesensitivitymeter")
Loading required package: pricesensitivitymeter
[ FAIL 4 | WARN 4 | SKIP 1 | PASS 776 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1): 'test_data_output_weighted.R:288:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_data_output.R:64:3'): Data Output: Matrices have rows and columns ──
ncol(psm_result1$data_input) not equal to 4.
1/1 mismatches
[1] 5 - 4 == 1
── Failure ('test_data_output.R:67:3'): Data Output: Matrices have rows and columns ──
ncol(psm_result2$data_input) not equal to 8.
1/1 mismatches
[1] 9 - 8 == 1
── Failure ('test_data_output.R:73:3'): Data Output: Numeric Data in Matrices ──
unique(sapply(psm_result1$data_input, is.numeric)) is not TRUE
`actual`: TRUE FALSE
`expected`: TRUE
── Failure ('test_data_output.R:76:3'): Data Output: Numeric Data in Matrices ──
unique(sapply(psm_result2$data_input, is.numeric)) is not TRUE
`actual`: TRUE FALSE
`expected`: TRUE
[ FAIL 4 | WARN 4 | SKIP 1 | PASS 776 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64