R Under development (unstable) (2025-11-18 r89035 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(difNLR) > > test_check("difNLR") [ FAIL 0 | WARN 0 | SKIP 29 | PASS 11 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test-ddfMLR.R:2:3', 'test-ddfMLR.R:93:3', 'test-ddfMLR.R:161:3', 'test-ddfMLR.R:189:3', 'test-ddfMLR.R:246:3', 'test-ddfMLR.R:277:3', 'test-difNLR.R:2:3', 'test-difNLR.R:201:3', 'test-difNLR.R:311:3', 'test-difNLR.R:375:3', 'test-difNLR.R:392:3', 'test-difNLR.R:603:3', 'test-difNLR.R:646:3', 'test-difORD.R:2:3', 'test-difORD.R:111:3', 'test-difORD.R:173:3', 'test-difORD.R:200:3', 'test-difORD.R:256:3', 'test-difORD.R:295:3', 'test-estimNLR.R:2:3', 'test-formulaNLR.R:60:3', 'test-formulaNLR.R:111:3', 'test-formulaNLR.R:162:3', 'test-genNLR.R:2:3', 'test-genNLR.R:42:3', 'test-genNLR.R:98:3', 'test-startNLR.R:2:3', 'test-startNLR.R:39:3', 'test-startNLR.R:60:3' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 11 ] Deleting unused snapshots: 'ddfMLR/ddfmlr-fit1-plot1.svg', 'ddfMLR/ddfmlr-fit1-plot2.svg', 'ddfMLR/ddfmlr-rjournal-fit1-plot1.svg', 'ddfMLR/ddfmlr-rjournal-fit1-plot2.svg', 'ddfMLR/ddfmlr-rjournal-plot3.svg', 'ddfMLR/ddfmlr-rjournal-plot4.svg', 'difNLR/difnlr-fit1-plot1.svg', 'difNLR/difnlr-fit1-plot2.svg', 'difNLR/difnlr-fit1-plot3.svg', 'difNLR/difnlr-fit1-plot4.svg', 'difNLR/difnlr-fit7b-plot1.svg', 'difNLR/difnlr-fit7c-plot1.svg', 'difNLR/difnlr-fit7d-plot1.svg', 'difNLR/difnlr-rjournal-fit1-plot1.svg', 'difNLR/difnlr-rjournal-fit1-plot2.svg', 'difNLR/difnlr-rjournal-fit1-plot3.svg', 'difNLR/difnlr-rjournal-fit1-plot4.svg', 'difNLR/difnlr-rjournal-fit8c-plot1.svg', …, 'difORD/diford-rjournal-plot6.svg', and 'difORD/diford-rjournal-plot7.svg' > > proc.time() user system elapsed 2.70 0.43 3.12