R Under development (unstable) (2024-12-01 r87412 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > library(testthat) > library(faux) ************ Welcome to faux. For support and examples visit: https://debruine.github.io/faux/ - Get and set global package options with: faux_options() ************ > > expect_equal <- function(...) { + testthat::expect_equal(..., check.environment=FALSE) + } > > test_check("faux") [ FAIL 0 | WARN 0 | SKIP 23 | PASS 1392 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-distributions.R:61:3', 'test-distributions.R:92:3', 'test-distributions.R:115:3', 'test-distributions.R:138:3', 'test-distributions.R:162:3', 'test-distributions.R:236:3', 'test-distributions.R:294:3', 'test-distributions.R:318:3', 'test-distributions.R:386:3', 'test-distributions.R:415:3', 'test-distributions.R:615:3', 'test-plot_design.R:51:3', 'test-plot_design.R:341:3' • Too variable (1): 'test-distributions.R:519:3' • long checking function (1): 'test-norta.R:55:3' • long simulation (8): 'test-norta.R:92:3', 'test-norta.R:112:3', 'test-norta.R:140:3', 'test-norta.R:160:3', 'test-norta.R:186:3', 'test-norta.R:209:3', 'test-norta.R:233:3', 'test-norta.R:295:3' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 1392 ] > > proc.time() user system elapsed 24.37 1.89 26.34