R Under development (unstable) (2024-02-15 r85925 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. > library(testthat) > library(parsnip) > > # Added this check on 2023-08-17 because the debian check service was allowing > # data.tabe to use too many cores. This led to notes of about user time > # exceeding cpu time. We explained for 4 submissions that this is unrelated to > # parsnip. Our messages were ignored and the submission was deleted. > # The underlying issue is shown here: > # https://github.com/Rdatatable/data.table/issues/5658 > > if (!parsnip:::is_cran_check()) { + test_check("parsnip") + } > > proc.time() user system elapsed 0.96 0.35 1.31