CRAN Package Check Results for Package rempsyc

Last updated on 2025-12-06 00:48:57 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 6.88 343.39 350.27 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 4.93 61.54 66.47 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.0 42.00 531.21 573.21 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 37.00 554.10 591.10 OK
r-devel-windows-x86_64 0.2.0 10.00 296.00 306.00 OK
r-patched-linux-x86_64 0.2.0 6.86 327.89 334.75 OK
r-release-linux-x86_64 0.2.0 5.66 331.72 337.38 OK
r-release-macos-arm64 0.2.0 OK
r-release-macos-x86_64 0.2.0 8.00 279.00 287.00 OK
r-release-windows-x86_64 0.2.0 10.00 292.00 302.00 OK
r-oldrel-macos-arm64 0.2.0 OK
r-oldrel-macos-x86_64 0.2.0 7.00 281.00 288.00 OK
r-oldrel-windows-x86_64 0.2.0 13.00 398.00 411.00 OK

Check Details

Version: 0.2.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'flextable', 'ggrepel', 'qqplotr', 'ggpubr', 'interactions', 'openxlsx2', 'Rmisc', 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.0
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: plot_means_over_time > ### Title: Easy scatter plots over multiple times (T1, T2, T3) > ### Aliases: plot_means_over_time > > ### ** Examples > > ## Don't show: > if (requireNamespace("ggplot2", quietly = TRUE)) withAutoprint({ # examplesIf + ## End(Don't show) + data <- mtcars + names(data)[6:3] <- paste0("T", 1:4, "_var") + plot_means_over_time( + data = data, + response = names(data)[6:3], + group = "cyl", + groups.order = "decreasing" + ) + + # Add significance stars/bars + plot_means_over_time( + data = data, + response = names(data)[6:3], + group = "cyl", + significance_bars_x = c(3.15, 4.15), + significance_stars = c("*", "***"), + significance_stars_x = c(3.25, 4.5), + significance_stars_y = list( + c("4", "8", time = 3), + c("4", "8", time = 4) + ) + ) + # significance_stars_y: List with structure: list(c("group1", "group2", time)) + ## Don't show: + }) # examplesIf > data <- mtcars > names(data)[6:3] <- paste0("T", 1:4, "_var") > plot_means_over_time(data = data, response = names(data)[6:3], group = "cyl", + groups.order = "decreasing") Error in plot_means_over_time(data = data, response = names(data)[6:3], : The package "Rmisc" is required for this function. Calls: withAutoprint ... eval -> eval -> plot_means_over_time -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [22s/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") Ignoring unknown labels: * legend.title : "" Saving _problems/test-nice_scatter-290.R Ignoring unknown labels: * legend.title : "" [ FAIL 1 | WARN 0 | SKIP 26 | PASS 57 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-best_duplicate.R:1:1', 'test-extract_duplicates.R:1:1', 'test-find_mad.R:1:1', 'test-format_value.R:1:1', 'test-nice_assumptions.R:1:1', 'test-nice_contrasts.R:1:1', 'test-nice_lm.R:1:1', 'test-nice_lm_contrasts.R:1:1', 'test-nice_lm_slopes.R:1:1', 'test-nice_mod.R:1:1', 'test-nice_na.R:1:1', 'test-nice_randomize.R:1:1', 'test-nice_reverse.R:1:1', 'test-nice_slopes.R:1:1', 'test-nice_t_test.R:1:1', 'test-nice_var.R:1:1', 'test-scale_mad.R:1:1', 'test-winsorize_mad.R:1:1' • {Rmisc} is not installed (1): 'test-plot_means_over_time.R:4:3' • {flextable} is not installed (1): 'test-nice_table.R:2:3' • {ggrepel} is not installed (3): 'test-nice_density.R:3:3', 'test-nice_varplot.R:3:3', 'test-nice_violin.R:5:3' • {openxlsx2} is not installed (1): 'test-cormatrix_excel.R:3:3' • {qqplotr} is not installed (2): 'test-nice_normality.R:3:3', 'test-nice_qq.R:3:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-nice_scatter.R:285:3'): nice_scatter ─────────────────────────── <rlib_error_package_not_found/rlang_error/error/condition> Error in `nice_scatter(data = mtcars, predictor = "wt", response = "mpg", has.ids = TRUE)`: The package "ggrepel" is required for displaying IDs. Backtrace: ▆ 1. └─rempsyc::nice_scatter(...) at test-nice_scatter.R:285:3 2. └─rlang::check_installed("ggrepel", reason = "for displaying IDs.") [ FAIL 1 | WARN 0 | SKIP 26 | PASS 57 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.0
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc