CRAN Package Check Results for Package correlation

Last updated on 2025-02-19 09:50:45 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.6 5.76 154.02 159.78 ERROR
r-devel-linux-x86_64-debian-gcc 0.8.6 3.40 103.82 107.22 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.6 252.59 ERROR
r-devel-linux-x86_64-fedora-gcc 0.8.6 280.34 ERROR
r-devel-macos-arm64 0.8.6 84.00 OK
r-devel-macos-x86_64 0.8.6 172.00 OK
r-devel-windows-x86_64 0.8.6 6.00 154.00 160.00 OK
r-patched-linux-x86_64 0.8.6 4.43 143.88 148.31 ERROR
r-release-linux-x86_64 0.8.6 5.26 144.56 149.82 OK
r-release-macos-arm64 0.8.6 77.00 OK
r-release-macos-x86_64 0.8.6 141.00 OK
r-release-windows-x86_64 0.8.6 7.00 148.00 155.00 ERROR
r-oldrel-macos-arm64 0.8.6 81.00 OK
r-oldrel-macos-x86_64 0.8.6 129.00 OK
r-oldrel-windows-x86_64 0.8.6 8.00 184.00 192.00 ERROR

Check Details

Version: 0.8.6
Check: examples
Result: ERROR Running examples in ‘correlation-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: cormatrix_to_excel > ### Title: Easy export of correlation matrix to Excel > ### Aliases: cormatrix_to_excel > ### Keywords: Excel correlation matrix > > ### ** Examples > > ## Don't show: > if (requireNamespace("openxlsx2", quietly = TRUE)) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + ## Don't show: + .old_wd <- setwd(tempdir()) + ## End(Don't show) + # Basic example + suppressWarnings(cormatrix_to_excel(mtcars, + select = c("mpg", "cyl", "disp", "hp", "carb"), filename = "cormatrix1" + )) + suppressWarnings(cormatrix_to_excel(iris, + p_adjust = "none", + filename = "cormatrix2" + )) + suppressWarnings(cormatrix_to_excel(airquality, + method = "spearman", + filename = "cormatrix3" + )) + ## Don't show: + setwd(.old_wd) + ## End(Don't show) + ## Don't show: + }) # examplesIf > .old_wd <- setwd(tempdir()) > suppressWarnings(cormatrix_to_excel(mtcars, select = c("mpg", "cyl", "disp", + "hp", "carb"), filename = "cormatrix1")) # Correlation Matrix (pearson-method) Parameter | mpg | cyl | disp | hp | carb --------------------------------------------------------------- mpg | | -0.85*** | -0.85*** | -0.78*** | -0.55** cyl | -0.85*** | | 0.90*** | 0.83*** | 0.53** disp | -0.85*** | 0.90*** | | 0.79*** | 0.39* hp | -0.78*** | 0.83*** | 0.79*** | | 0.75*** carb | -0.55** | 0.53** | 0.39* | 0.75*** | p-value adjustment method: Holm (1979) Error: x must be class wbColour Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.8.6
Check: tests
Result: ERROR Running ‘testthat.R’ [30s/36s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(correlation) > > test_check("correlation") For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! [ FAIL 2 | WARN 1 | SKIP 11 | PASS 124 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-as.list.R:7:3', 'test-correlation.R:172:3', 'test-correlation.R:195:3', 'test-display_print_dataframe.R:2:3', 'test-display_print_dataframe.R:14:3', 'test-display_print_matrix.R:4:3', 'test-display_print_matrix.R:13:3', 'test-display_print_matrix.R:31:3', 'test-methods.R:9:3', 'test-renaming.R:9:3', 'test-selecting_variables.R:28:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cormatrix_to_excel.R:3:3'): cormatrix_to_excel select ────────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:3:3 2. └─rlang::cnd_signal(state$error) ── Error ('test-cormatrix_to_excel.R:16:3'): cormatrix_to_excel p_adjust ─────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:16:3 2. └─rlang::cnd_signal(state$error) [ FAIL 2 | WARN 1 | SKIP 11 | PASS 124 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.8.6
Check: tests
Result: ERROR Running ‘testthat.R’ [20s/25s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(correlation) > > test_check("correlation") For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! [ FAIL 2 | WARN 1 | SKIP 11 | PASS 124 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-as.list.R:7:3', 'test-correlation.R:172:3', 'test-correlation.R:195:3', 'test-display_print_dataframe.R:2:3', 'test-display_print_dataframe.R:14:3', 'test-display_print_matrix.R:4:3', 'test-display_print_matrix.R:13:3', 'test-display_print_matrix.R:31:3', 'test-methods.R:9:3', 'test-renaming.R:9:3', 'test-selecting_variables.R:28:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cormatrix_to_excel.R:3:3'): cormatrix_to_excel select ────────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:3:3 2. └─rlang::cnd_signal(state$error) ── Error ('test-cormatrix_to_excel.R:16:3'): cormatrix_to_excel p_adjust ─────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:16:3 2. └─rlang::cnd_signal(state$error) [ FAIL 2 | WARN 1 | SKIP 11 | PASS 124 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.8.6
Check: examples
Result: ERROR Running examples in ‘correlation-Ex.R’ failed The error most likely occurred in: > ### Name: cormatrix_to_excel > ### Title: Easy export of correlation matrix to Excel > ### Aliases: cormatrix_to_excel > ### Keywords: Excel correlation matrix > > ### ** Examples > > ## Don't show: > if (requireNamespace("openxlsx2", quietly = TRUE)) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + ## Don't show: + .old_wd <- setwd(tempdir()) + ## End(Don't show) + # Basic example + suppressWarnings(cormatrix_to_excel(mtcars, + select = c("mpg", "cyl", "disp", "hp", "carb"), filename = "cormatrix1" + )) + suppressWarnings(cormatrix_to_excel(iris, + p_adjust = "none", + filename = "cormatrix2" + )) + suppressWarnings(cormatrix_to_excel(airquality, + method = "spearman", + filename = "cormatrix3" + )) + ## Don't show: + setwd(.old_wd) + ## End(Don't show) + ## Don't show: + }) # examplesIf > .old_wd <- setwd(tempdir()) > suppressWarnings(cormatrix_to_excel(mtcars, select = c("mpg", "cyl", "disp", + "hp", "carb"), filename = "cormatrix1")) # Correlation Matrix (pearson-method) Parameter | mpg | cyl | disp | hp | carb --------------------------------------------------------------- mpg | | -0.85*** | -0.85*** | -0.78*** | -0.55** cyl | -0.85*** | | 0.90*** | 0.83*** | 0.53** disp | -0.85*** | 0.90*** | | 0.79*** | 0.39* hp | -0.78*** | 0.83*** | 0.79*** | | 0.75*** carb | -0.55** | 0.53** | 0.39* | 0.75*** | p-value adjustment method: Holm (1979) Error: x must be class wbColour Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.8.6
Check: tests
Result: ERROR Running ‘testthat.R’ [49s/86s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(correlation) > > test_check("correlation") For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! [ FAIL 2 | WARN 125 | SKIP 11 | PASS 124 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-as.list.R:7:3', 'test-correlation.R:172:3', 'test-correlation.R:195:3', 'test-display_print_dataframe.R:2:3', 'test-display_print_dataframe.R:14:3', 'test-display_print_matrix.R:4:3', 'test-display_print_matrix.R:13:3', 'test-display_print_matrix.R:31:3', 'test-methods.R:9:3', 'test-renaming.R:9:3', 'test-selecting_variables.R:28:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cormatrix_to_excel.R:3:3'): cormatrix_to_excel select ────────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:3:3 2. └─rlang::cnd_signal(state$error) ── Error ('test-cormatrix_to_excel.R:16:3'): cormatrix_to_excel p_adjust ─────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:16:3 2. └─rlang::cnd_signal(state$error) [ FAIL 2 | WARN 125 | SKIP 11 | PASS 124 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.8.6
Check: tests
Result: ERROR Running ‘testthat.R’ [51s/122s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(correlation) > > test_check("correlation") For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! [ FAIL 2 | WARN 125 | SKIP 11 | PASS 124 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-as.list.R:7:3', 'test-correlation.R:172:3', 'test-correlation.R:195:3', 'test-display_print_dataframe.R:2:3', 'test-display_print_dataframe.R:14:3', 'test-display_print_matrix.R:4:3', 'test-display_print_matrix.R:13:3', 'test-display_print_matrix.R:31:3', 'test-methods.R:9:3', 'test-renaming.R:9:3', 'test-selecting_variables.R:28:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cormatrix_to_excel.R:3:3'): cormatrix_to_excel select ────────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:3:3 2. └─rlang::cnd_signal(state$error) ── Error ('test-cormatrix_to_excel.R:16:3'): cormatrix_to_excel p_adjust ─────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:16:3 2. └─rlang::cnd_signal(state$error) [ FAIL 2 | WARN 125 | SKIP 11 | PASS 124 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.8.6
Check: tests
Result: ERROR Running ‘testthat.R’ [28s/36s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(correlation) > > test_check("correlation") For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! [ FAIL 2 | WARN 1 | SKIP 11 | PASS 124 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-as.list.R:7:3', 'test-correlation.R:172:3', 'test-correlation.R:195:3', 'test-display_print_dataframe.R:2:3', 'test-display_print_dataframe.R:14:3', 'test-display_print_matrix.R:4:3', 'test-display_print_matrix.R:13:3', 'test-display_print_matrix.R:31:3', 'test-methods.R:9:3', 'test-renaming.R:9:3', 'test-selecting_variables.R:28:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cormatrix_to_excel.R:3:3'): cormatrix_to_excel select ────────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:3:3 2. └─rlang::cnd_signal(state$error) ── Error ('test-cormatrix_to_excel.R:16:3'): cormatrix_to_excel p_adjust ─────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:16:3 2. └─rlang::cnd_signal(state$error) [ FAIL 2 | WARN 1 | SKIP 11 | PASS 124 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.8.6
Check: tests
Result: ERROR Running 'testthat.R' [25s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(correlation) > > test_check("correlation") For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! [ FAIL 2 | WARN 1 | SKIP 11 | PASS 124 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-as.list.R:7:3', 'test-correlation.R:172:3', 'test-correlation.R:195:3', 'test-display_print_dataframe.R:2:3', 'test-display_print_dataframe.R:14:3', 'test-display_print_matrix.R:4:3', 'test-display_print_matrix.R:13:3', 'test-display_print_matrix.R:31:3', 'test-methods.R:9:3', 'test-renaming.R:9:3', 'test-selecting_variables.R:28:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cormatrix_to_excel.R:3:3'): cormatrix_to_excel select ────────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:3:3 2. └─rlang::cnd_signal(state$error) ── Error ('test-cormatrix_to_excel.R:16:3'): cormatrix_to_excel p_adjust ─────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:16:3 2. └─rlang::cnd_signal(state$error) [ FAIL 2 | WARN 1 | SKIP 11 | PASS 124 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 0.8.6
Check: tests
Result: ERROR Running 'testthat.R' [34s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(correlation) > > test_check("correlation") For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! For i = 2 j = 1 A cell entry of 0 was replaced with correct = 0.5. Check your data! [ FAIL 2 | WARN 1 | SKIP 11 | PASS 124 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-as.list.R:7:3', 'test-correlation.R:172:3', 'test-correlation.R:195:3', 'test-display_print_dataframe.R:2:3', 'test-display_print_dataframe.R:14:3', 'test-display_print_matrix.R:4:3', 'test-display_print_matrix.R:13:3', 'test-display_print_matrix.R:31:3', 'test-methods.R:9:3', 'test-renaming.R:9:3', 'test-selecting_variables.R:28:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cormatrix_to_excel.R:3:3'): cormatrix_to_excel select ────────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:3:3 2. └─rlang::cnd_signal(state$error) ── Error ('test-cormatrix_to_excel.R:16:3'): cormatrix_to_excel p_adjust ─────── Error: x must be class wbColour Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-cormatrix_to_excel.R:16:3 2. └─rlang::cnd_signal(state$error) [ FAIL 2 | WARN 1 | SKIP 11 | PASS 124 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64