R Under development (unstable) (2024-02-21 r85967 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. > # 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(preventr) > > test_check("preventr") [ FAIL 0 | WARN 0 | SKIP 40 | PASS 52 ] ══ Skipped tests (40) ══════════════════════════════════════════════════════════ • On CRAN (40): 'test-prevent_equations.R:293:3', 'test-prevent_equations.R:330:3', 'test-prevent_equations.R:347:3', 'test-prevent_equations.R:353:3', 'test-prevent_equations.R:357:3', 'test-prevent_equations.R:365:3', 'test-prevent_equations.R:375:3', 'test-prevent_equations.R:381:3', 'test-prevent_equations.R:387:3', 'test-prevent_equations.R:391:3', 'test-prevent_equations.R:395:3', 'test-prevent_equations.R:408:3', 'test-prevent_equations.R:412:3', 'test-prevent_equations.R:416:3', 'test-prevent_equations.R:420:3', 'test-prevent_equations.R:457:3', 'test-prevent_equations.R:488:3', 'test-prevent_equations.R:511:3', 'test-prevent_equations.R:521:3', 'test-prevent_equations.R:531:3', 'test-prevent_equations.R:541:3', 'test-prevent_equations.R:555:3', 'test-prevent_equations.R:565:3', 'test-prevent_equations.R:576:3', 'test-prevent_equations.R:595:3', 'test-prevent_equations.R:615:3', 'test-prevent_equations.R:654:3', 'test-prevent_equations.R:665:3', 'test-prevent_equations.R:861:3', 'test-prevent_equations.R:880:3', 'test-prevent_equations.R:900:3', 'test-prevent_equations.R:939:3', 'test-prevent_equations.R:950:3', 'test-prevent_equations.R:1216:3', 'test-prevent_equations.R:1405:3', 'test-prevent_equations.R:1503:3', 'test-prevent_equations.R:1523:3', 'test-prevent_equations.R:1543:3', 'test-prevent_equations.R:1651:3', 'test-prevent_equations.R:1677:3' [ FAIL 0 | WARN 0 | SKIP 40 | PASS 52 ] > > proc.time() user system elapsed 14.18 0.34 14.51