R Under development (unstable) (2025-11-30 r89082 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(dRiftDM) ____________________________________________________ / Welcome to dRiftDM 0.3.1 Please report any bugs or \ \ unexpected behavior / ---------------------------------------------------- \ \ ^__^ (oo)\ ________ (__)\ )\ /\ ||------w| || || > > test_check("dRiftDM") [ FAIL 0 | WARN 0 | SKIP 51 | PASS 1502 ] ══ Skipped tests (51) ══════════════════════════════════════════════════════════ • On CRAN (51): 'test-core_estimate.R:3:1', 'test-core_estimate.R:186:1', 'test-core_estimate.R:274:1', 'test-core_estimate.R:464:1', 'test-core_estimate.R:509:1', 'test-core_estimate.R:718:1', 'test-core_estimate.R:778:1', 'test-core_estimate_depr.R:153:1', 'test-core_estimate_depr.R:178:1', 'test-core_flex_prms.R:100:1', 'test-formatting_coefs_dm.R:1:1', 'test-formatting_coefs_dm.R:20:1', 'test-formatting_drift_dm.R:1:1', 'test-formatting_drift_dm.R:11:1', 'test-formatting_drift_dm.R:19:1', 'test-formatting_fits_agg_dm.R:1:1', 'test-formatting_fits_agg_dm.R:8:1', 'test-formatting_fits_ids_dm.R:1:1', 'test-formatting_fits_ids_dm.R:19:1', 'test-formatting_fits_ids_dm.R:28:1', 'test-formatting_flex_prms.R:1:1', 'test-formatting_mcmc_dm.R:1:1', 'test-formatting_mcmc_dm.R:10:1', 'test-formatting_stats_dm.R:3:1', 'test-formatting_stats_dm.R:23:1', 'test-formatting_stats_dm.R:31:1', 'test-formatting_stats_dm.R:37:1', 'test-formatting_stats_dm.R:43:1', 'test-formatting_stats_dm.R:56:1', 'test-formatting_stats_dm.R:65:1', 'test-formatting_stats_dm.R:83:1', 'test-formatting_stats_dm.R:105:1', 'test-formatting_stats_dm.R:123:1', 'test-formatting_stats_dm.R:143:1', 'test-formatting_stats_dm.R:164:1', 'test-formatting_stats_dm.R:184:1', 'test-formatting_stats_dm.R:209:1', 'test-formatting_stats_dm.R:227:1', 'test-formatting_traces_dm.R:1:1', 'test-formatting_traces_dm.R:11:1', 'test-formatting_traces_dm.R:22:1', 'test-formatting_traces_dm.R:73:1', 'test-plotting.R:1:1', 'test-plotting.R:52:1', 'test-plotting.R:80:1', 'test-plotting.R:117:1', 'test-plotting.R:156:1', 'test-plotting.R:201:1', 'test-plotting.R:230:1', 'test-plotting.R:309:1', 'test-plotting.R:341:1' [ FAIL 0 | WARN 0 | SKIP 51 | PASS 1502 ] > > proc.time() user system elapsed 34.54 2.56 42.34