R version 4.4.0 alpha (2024-03-31 r86238 ucrt) 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(dplyr) Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > test_check("BioTIMEr") Loading required package: BioTIMEr Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 15 | PASS 17 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-metrics.R:49:3', 'test-metrics.R:66:3', 'test-metrics.R:70:3', 'test-metrics.R:74:3', 'test-metrics.R:78:3', 'test-runResampling.R:7:3', 'test-runResampling.R:27:3', 'test-runResampling.R:47:3', 'test-runResampling.R:67:13', 'test-slopes.R:17:3', 'test-gridding.R:33:3', 'test-gridding.R:38:3', 'test-gridding.R:43:3', 'test-workflow_beta.R:8:3', 'test-workflow_alpha.R:8:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 17 ] > > proc.time() user system elapsed 3.78 0.45 42.09