R Under development (unstable) (2025-01-29 r87668 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(MIC) Attaching package: 'MIC' The following object is masked from 'package:base': table > > test_check("MIC") No custom distributions provided to mic_uncensor using bootstrap method. Using built-in epidemiological distributions from EUCAST: https://www.eucast.org/mic_and_zone_distributions_and_ecoffs. Note: Only Escherichia coli is currently supported. No custom distributions provided to mic_uncensor using bootstrap method. Using built-in epidemiological distributions from EUCAST: https://www.eucast.org/mic_and_zone_distributions_and_ecoffs. Note: Only Escherichia coli is currently supported. No custom distributions provided to mic_uncensor using bootstrap method. Using built-in epidemiological distributions from EUCAST: https://www.eucast.org/mic_and_zone_distributions_and_ecoffs. Note: Only Escherichia coli is currently supported. No custom distributions provided to mic_uncensor using bootstrap method. Using built-in epidemiological distributions from EUCAST: https://www.eucast.org/mic_and_zone_distributions_and_ecoffs. Note: Only Escherichia coli is currently supported. No custom distributions provided to mic_uncensor using bootstrap method. Using built-in epidemiological distributions from EUCAST: https://www.eucast.org/mic_and_zone_distributions_and_ecoffs. Note: Only Escherichia coli is currently supported. [ FAIL 0 | WARN 0 | SKIP 4 | PASS 141 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-cv.R:2:3', 'test-patric.R:17:3', 'test-patric.R:32:3', 'test-patric.R:39:3' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 141 ] > > proc.time() user system elapsed 37.25 2.42 39.70