R version 4.6.0 alpha (2026-04-07 r89797 ucrt) Copyright (C) 2026 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(rTPC) > > test_check("rTPC") [ FAIL 0 | WARN 0 | SKIP 48 | PASS 0 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test-analytiskontodimas_2004.R:2:1', 'test-ashrafi1_2018.R:2:1', 'test-ashrafi2_2018.R:2:1', 'test-ashrafi3_2018.R:2:1', 'test-ashrafi4_2018.R:2:1', 'test-ashrafi5_2018.R:2:1', 'test-atkin_2005.R:2:1', 'test-beta_2012.R:4:1', 'test-betatypesimplified_2008.R:2:1', 'test-boatman_2017.R:4:1', 'test-briere1.R:2:1', 'test-briere1simplified_1999.R:2:1', 'test-briere2_1999.R:4:1', 'test-briere2simplified_1999.R:2:1', 'test-briereextended_2021.R:2:1', 'test-briereextendedsimplified_2021.R:2:1', 'test-delong_2017.R:4:1', 'test-eubank_1973.R:2:1', 'test-flextpc_2024.R:4:1', 'test-flinn_1991.R:4:1', 'test-gaussian_1987.R:4:1', 'test-gaussianmodified_2006.R:2:1', 'test-hinshelwood_1947.R:4:1', 'test-janisch1_1925.R:2:1', 'test-janisch2_1925.R:2:1', 'test-joehnk_2008.R:4:1', 'test-johnsonlewin_1946.R:4:1', 'test-kamykowski_1985.R:4:1', 'test-lactin2_1995.R:4:1', 'test-mitchell_2009.R:2:1', 'test-oneill_1972.R:4:1', 'test-pawar_2018.R:4:1', 'test-quadratic_2008.R:4:1', 'test-ratkowsky_1983.R:4:1', 'test-rezende_2019.R:4:1', 'test-rosso_1993.R:4:1', 'test-sharpeschoolfull_1981.R:4:1', 'test-sharpeschoolhigh_1981.R:4:1', 'test-sharpeschoollow_1981.R:4:1', 'test-spain_1982.R:4:1', 'test-startingvalues.R:2:1', 'test-stinner_1974.R:2:1', 'test-taylorsexton_1972.R:2:1', 'test-thomas_2012.R:4:1', 'test-thomas_2017.R:4:1', 'test-tomlinsonphillips_2015.R:2:1', 'test-warrendreyer_2006.R:2:1', 'test-weibull_1995.R:4:1' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 0 ] > > proc.time() user system elapsed 1.14 0.10 1.25