tests/testthat.R

library(testthat)
library(pre)

#####
# partykit and earth is loaded as failures of tests may be caused by the version
# of either package. Thus, we print the sessionInfo

library(earth)
library(partykit)
print(sessionInfo())

test_check("pre")
marjoleinF/pre documentation built on April 24, 2024, 7:17 p.m.