tests/testthat.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")
}

Try the parsnip package in your browser

Any scripts or data that you put into this service are public.

parsnip documentation built on Aug. 18, 2023, 1:07 a.m.