Last updated on 2025-02-23 19:51:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.9 | 7.43 | 228.23 | 235.66 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.9 | 5.05 | 162.12 | 167.17 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.9 | 361.98 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.9 | 381.08 | ERROR | |||
r-devel-macos-arm64 | 0.1.9 | 90.00 | OK | |||
r-devel-macos-x86_64 | 0.1.9 | 265.00 | OK | |||
r-devel-windows-x86_64 | 0.1.9 | 9.00 | 226.00 | 235.00 | OK | |
r-patched-linux-x86_64 | 0.1.9 | 7.20 | 213.97 | 221.17 | ERROR | |
r-release-linux-x86_64 | 0.1.9 | 7.39 | 214.19 | 221.58 | ERROR | |
r-release-macos-arm64 | 0.1.9 | 121.00 | OK | |||
r-release-macos-x86_64 | 0.1.9 | 224.00 | OK | |||
r-release-windows-x86_64 | 0.1.9 | 8.00 | 202.00 | 210.00 | ERROR | |
r-oldrel-macos-arm64 | 0.1.8 | 209.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.9 | 210.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.9 | 11.00 | 253.00 | 264.00 | ERROR |
Version: 0.1.9
Check: examples
Result: ERROR
Running examples in ‘rempsyc-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: cormatrix_excel
> ### Title: Easy export of correlation matrix to Excel
> ### Aliases: cormatrix_excel
> ### Keywords: Excel correlation matrix
>
> ### ** Examples
>
> ## Don't show:
> if (requireNamespace("correlation", quietly = TRUE) && 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
+ cormatrix_excel(mtcars, select = c("mpg", "cyl", "disp", "hp", "carb"), filename = "cormatrix1")
+ cormatrix_excel(iris, p_adjust = "none", filename = "cormatrix2")
+ cormatrix_excel(airquality, method = "spearman", filename = "cormatrix3")
+ ## Don't show:
+ setwd(.old_wd)
+ ## End(Don't show)
+ ## Don't show:
+ }) # examplesIf
> .old_wd <- setwd(tempdir())
> cormatrix_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: none
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, r-release-linux-x86_64
Version: 0.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [19s/23s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rempsyc)
Suggested APA citation: Thériault, R. (2023). rempsyc: Convenience functions for psychology.
Journal of Open Source Software, 8(87), 5466. https://doi.org/10.21105/joss.05466
>
> test_check("rempsyc")
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test-best_duplicate.R:8:3', 'test-extract_duplicates.R:8:3',
'test-find_mad.R:2:3', 'test-format_value.R:2:3',
'test-nice_assumptions.R:9:3', 'test-nice_contrasts.R:7:3',
'test-nice_lm.R:5:3', 'test-nice_lm_contrasts.R:12:3',
'test-nice_lm_slopes.R:5:3', 'test-nice_mod.R:4:3', 'test-nice_na.R:2:3',
'test-nice_randomize.R:5:3', 'test-nice_reverse.R:3:3',
'test-nice_slopes.R:4:3', 'test-nice_t_test.R:5:3', 'test-nice_table.R:13:3',
'test-nice_var.R:2:3', 'test-scale_mad.R:2:3', 'test-winsorize_mad.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cormatrix_excel.R:5:3'): cormatrix_excel ───────────────────────
Error: x must be class wbColour
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-cormatrix_excel.R:5:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rempsyc)
Suggested APA citation: Thériault, R. (2023). rempsyc: Convenience functions for psychology.
Journal of Open Source Software, 8(87), 5466. https://doi.org/10.21105/joss.05466
>
> test_check("rempsyc")
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test-best_duplicate.R:8:3', 'test-extract_duplicates.R:8:3',
'test-find_mad.R:2:3', 'test-format_value.R:2:3',
'test-nice_assumptions.R:9:3', 'test-nice_contrasts.R:7:3',
'test-nice_lm.R:5:3', 'test-nice_lm_contrasts.R:12:3',
'test-nice_lm_slopes.R:5:3', 'test-nice_mod.R:4:3', 'test-nice_na.R:2:3',
'test-nice_randomize.R:5:3', 'test-nice_reverse.R:3:3',
'test-nice_slopes.R:4:3', 'test-nice_t_test.R:5:3', 'test-nice_table.R:13:3',
'test-nice_var.R:2:3', 'test-scale_mad.R:2:3', 'test-winsorize_mad.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cormatrix_excel.R:5:3'): cormatrix_excel ───────────────────────
Error: x must be class wbColour
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-cormatrix_excel.R:5:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.9
Check: examples
Result: ERROR
Running examples in ‘rempsyc-Ex.R’ failed
The error most likely occurred in:
> ### Name: cormatrix_excel
> ### Title: Easy export of correlation matrix to Excel
> ### Aliases: cormatrix_excel
> ### Keywords: Excel correlation matrix
>
> ### ** Examples
>
> ## Don't show:
> if (requireNamespace("correlation", quietly = TRUE) && 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
+ cormatrix_excel(mtcars, select = c("mpg", "cyl", "disp", "hp", "carb"), filename = "cormatrix1")
+ cormatrix_excel(iris, p_adjust = "none", filename = "cormatrix2")
+ cormatrix_excel(airquality, method = "spearman", filename = "cormatrix3")
+ ## Don't show:
+ setwd(.old_wd)
+ ## End(Don't show)
+ ## Don't show:
+ }) # examplesIf
> .old_wd <- setwd(tempdir())
> cormatrix_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: none
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.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/41s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rempsyc)
Suggested APA citation: Thériault, R. (2023). rempsyc: Convenience functions for psychology.
Journal of Open Source Software, 8(87), 5466. https://doi.org/10.21105/joss.05466
>
> test_check("rempsyc")
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test-best_duplicate.R:8:3', 'test-extract_duplicates.R:8:3',
'test-find_mad.R:2:3', 'test-format_value.R:2:3',
'test-nice_assumptions.R:9:3', 'test-nice_contrasts.R:7:3',
'test-nice_lm.R:5:3', 'test-nice_lm_contrasts.R:12:3',
'test-nice_lm_slopes.R:5:3', 'test-nice_mod.R:4:3', 'test-nice_na.R:2:3',
'test-nice_randomize.R:5:3', 'test-nice_reverse.R:3:3',
'test-nice_slopes.R:4:3', 'test-nice_t_test.R:5:3', 'test-nice_table.R:13:3',
'test-nice_var.R:2:3', 'test-scale_mad.R:2:3', 'test-winsorize_mad.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cormatrix_excel.R:5:3'): cormatrix_excel ───────────────────────
Error: x must be class wbColour
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-cormatrix_excel.R:5:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [29s/33s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rempsyc)
Suggested APA citation: Thériault, R. (2023). rempsyc: Convenience functions for psychology.
Journal of Open Source Software, 8(87), 5466. https://doi.org/10.21105/joss.05466
>
> test_check("rempsyc")
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test-best_duplicate.R:8:3', 'test-extract_duplicates.R:8:3',
'test-find_mad.R:2:3', 'test-format_value.R:2:3',
'test-nice_assumptions.R:9:3', 'test-nice_contrasts.R:7:3',
'test-nice_lm.R:5:3', 'test-nice_lm_contrasts.R:12:3',
'test-nice_lm_slopes.R:5:3', 'test-nice_mod.R:4:3', 'test-nice_na.R:2:3',
'test-nice_randomize.R:5:3', 'test-nice_reverse.R:3:3',
'test-nice_slopes.R:4:3', 'test-nice_t_test.R:5:3', 'test-nice_table.R:13:3',
'test-nice_var.R:2:3', 'test-scale_mad.R:2:3', 'test-winsorize_mad.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cormatrix_excel.R:5:3'): cormatrix_excel ───────────────────────
Error: x must be class wbColour
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-cormatrix_excel.R:5:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rempsyc)
Suggested APA citation: Thériault, R. (2023). rempsyc: Convenience functions for psychology.
Journal of Open Source Software, 8(87), 5466. https://doi.org/10.21105/joss.05466
>
> test_check("rempsyc")
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test-best_duplicate.R:8:3', 'test-extract_duplicates.R:8:3',
'test-find_mad.R:2:3', 'test-format_value.R:2:3',
'test-nice_assumptions.R:9:3', 'test-nice_contrasts.R:7:3',
'test-nice_lm.R:5:3', 'test-nice_lm_contrasts.R:12:3',
'test-nice_lm_slopes.R:5:3', 'test-nice_mod.R:4:3', 'test-nice_na.R:2:3',
'test-nice_randomize.R:5:3', 'test-nice_reverse.R:3:3',
'test-nice_slopes.R:4:3', 'test-nice_t_test.R:5:3', 'test-nice_table.R:13:3',
'test-nice_var.R:2:3', 'test-scale_mad.R:2:3', 'test-winsorize_mad.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cormatrix_excel.R:5:3'): cormatrix_excel ───────────────────────
Error: x must be class wbColour
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-cormatrix_excel.R:5:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/21s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rempsyc)
Suggested APA citation: Thériault, R. (2023). rempsyc: Convenience functions for psychology.
Journal of Open Source Software, 8(87), 5466. https://doi.org/10.21105/joss.05466
>
> test_check("rempsyc")
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test-best_duplicate.R:8:3', 'test-extract_duplicates.R:8:3',
'test-find_mad.R:2:3', 'test-format_value.R:2:3',
'test-nice_assumptions.R:9:3', 'test-nice_contrasts.R:7:3',
'test-nice_lm.R:5:3', 'test-nice_lm_contrasts.R:12:3',
'test-nice_lm_slopes.R:5:3', 'test-nice_mod.R:4:3', 'test-nice_na.R:2:3',
'test-nice_randomize.R:5:3', 'test-nice_reverse.R:3:3',
'test-nice_slopes.R:4:3', 'test-nice_t_test.R:5:3', 'test-nice_table.R:13:3',
'test-nice_var.R:2:3', 'test-scale_mad.R:2:3', 'test-winsorize_mad.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cormatrix_excel.R:5:3'): cormatrix_excel ───────────────────────
Error: x must be class wbColour
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-cormatrix_excel.R:5:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.1.9
Check: tests
Result: ERROR
Running 'testthat.R' [16s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(rempsyc)
Suggested APA citation: Thériault, R. (2023). rempsyc: Convenience functions for psychology.
Journal of Open Source Software, 8(87), 5466. https://doi.org/10.21105/joss.05466
>
> test_check("rempsyc")
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test-best_duplicate.R:8:3', 'test-extract_duplicates.R:8:3',
'test-find_mad.R:2:3', 'test-format_value.R:2:3',
'test-nice_assumptions.R:9:3', 'test-nice_contrasts.R:7:3',
'test-nice_lm.R:5:3', 'test-nice_lm_contrasts.R:12:3',
'test-nice_lm_slopes.R:5:3', 'test-nice_mod.R:4:3', 'test-nice_na.R:2:3',
'test-nice_randomize.R:5:3', 'test-nice_reverse.R:3:3',
'test-nice_slopes.R:4:3', 'test-nice_t_test.R:5:3', 'test-nice_table.R:13:3',
'test-nice_var.R:2:3', 'test-scale_mad.R:2:3', 'test-winsorize_mad.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cormatrix_excel.R:5:3'): cormatrix_excel ───────────────────────
Error: x must be class wbColour
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-cormatrix_excel.R:5:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.1.9
Check: tests
Result: ERROR
Running 'testthat.R' [21s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(rempsyc)
Suggested APA citation: Thériault, R. (2023). rempsyc: Convenience functions for psychology.
Journal of Open Source Software, 8(87), 5466. https://doi.org/10.21105/joss.05466
>
> test_check("rempsyc")
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test-best_duplicate.R:8:3', 'test-extract_duplicates.R:8:3',
'test-find_mad.R:2:3', 'test-format_value.R:2:3',
'test-nice_assumptions.R:9:3', 'test-nice_contrasts.R:7:3',
'test-nice_lm.R:5:3', 'test-nice_lm_contrasts.R:12:3',
'test-nice_lm_slopes.R:5:3', 'test-nice_mod.R:4:3', 'test-nice_na.R:2:3',
'test-nice_randomize.R:5:3', 'test-nice_reverse.R:3:3',
'test-nice_slopes.R:4:3', 'test-nice_t_test.R:5:3', 'test-nice_table.R:13:3',
'test-nice_var.R:2:3', 'test-scale_mad.R:2:3', 'test-winsorize_mad.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cormatrix_excel.R:5:3'): cormatrix_excel ───────────────────────
Error: x must be class wbColour
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-cormatrix_excel.R:5:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 46 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.