R Under development (unstable) (2024-02-01 r85851 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(LTFHPlus) > > test_check("LTFHPlus") seed: 7014 The upper cutoff point is below the lower cutoff point! The upper and lower cutoff points will be swapped...Warning message: dist is not of the required format! The function will use the logistic function to compute the age of onset!Warning message: dist is not of the required format! The function will use the first valid entry to compute the age of onset!The latest age max_age is below the earliest age min_age! The earliest and latest age will be swapped...The upper cutoff point is below the lower cutoff point! The upper and lower cutoff points will be swapped...Warning message: dist is not of the required format! The function will use the logistic function to compute the age of onset!Warning message: dist is not of the required format! The function will use the first valid entry to compute the age of onset!The upper cutoff point is below the lower cutoff point! The upper and lower cutoff points will be swapped...The latest age of onset max_aoo is below the earliest age of onset min_aoo! The earliest and latest age of onset will be swapped...Warning message: dist is not of the required format! The function will use the logistic function to compute the age of onset![ FAIL 0 | WARN 0 | SKIP 0 | PASS 122 ] > > proc.time() user system elapsed 5.85 0.57 6.42