R Under development (unstable) (2025-12-21 r89216 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # Build --> Install and Restart > > library(testthat) > library(fMRItools) > > tests_dir <- "testthat" > if (!endsWith(getwd(), "tests")) { tests_dir <- file.path("tests", tests_dir) } > > source(file.path(tests_dir, "test-misc.R")) ── Warning: Miscellaneous functions are working ──────────────────────────────── `aes_string()` was deprecated in ggplot2 3.0.0. ℹ Please use tidy evaluation idioms with `aes()`. ℹ See also `vignette("ggplot2-in-packages")` for more information. ℹ The deprecated feature was likely used in the ggcorrplot package. Please report the issue at . Backtrace: ▆ 1. └─fMRItools::plot_FC_gg(mat) 2. └─ggcorrplot::ggcorrplot(...) 3. ├─ggplot2::ggplot(...) 4. ├─ggplot2:::ggplot.default(...) 5. │ └─ggplot2:::validate_mapping(mapping) 6. │ └─S7::S7_inherits(mapping) 7. └─ggplot2::aes_string(x = "Var1", y = "Var2", fill = "value") 8. └─ggplot2:::deprecate_warn0(...) Test passed with 2 successes 🥇. > > proc.time() user system elapsed 2.31 0.23 2.53