R Under development (unstable) (2026-07-29 r90317 ucrt) -- "Unsuffered Consequences" 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(AddiVortes) > > test_check("AddiVortes") [ FAIL 0 | WARN 0 | SKIP 48 | PASS 75 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test-AddiVortes-methods.R:60:3', 'test-AddiVortes-methods.R:99:3', 'test-AddiVortes-methods.R:134:3', 'test-AddiVortes-methods.R:173:3', 'test-AddiVortes-methods.R:184:3', 'test-AddiVortes-methods.R:196:3', 'test-AddiVortes-methods.R:209:3', 'test-AddiVortes-methods.R:230:3', 'test-AddiVortes-methods.R:300:3', 'test-AddiVortes-methods.R:311:3', 'test-AddiVortes-methods.R:323:3', 'test-AddiVortes-methods.R:335:3', 'test-AddiVortes-methods.R:370:3', 'test-CategoricalCovariates.R:4:3', 'test-CategoricalCovariates.R:34:3', 'test-CategoricalCovariates.R:60:3', 'test-CategoricalCovariates.R:89:3', 'test-CategoricalCovariates.R:119:3', 'test-CategoricalCovariates.R:144:3', 'test-CategoricalCovariates.R:165:3', 'test-CategoricalCovariates.R:205:3', 'test-CategoricalCovariates.R:280:3', 'test-CategoricalCovariates.R:310:3', 'test-CategoricalCovariates.R:333:3', 'test-Overall.R:4:3', 'test-Overall.R:21:3', 'test-Overall.R:39:3', 'test-Overall.R:56:3', 'test-Overall.R:70:3', 'test-Overall.R:83:3', 'test-PredictionIntervals.R:4:3', 'test-PredictionIntervals.R:42:3', 'test-PredictionIntervals.R:74:3', 'test-PredictionIntervals.R:97:3', 'test-PredictionIntervals.R:125:3', 'test-Quantile.R:4:3', 'test-Quantile.R:36:3', 'test-Quantile.R:60:3', 'test-SmallCovariates.R:6:3', 'test-SmallCovariates.R:34:3', 'test-SmallCovariates.R:62:3', 'test-SmallCovariates.R:90:3', 'test-SmallCovariates.R:114:3', 'test-SmallCovariates.R:138:3', 'test-SmallCovariates.R:162:3', 'test-spherical.R:88:3', 'test-spherical.R:117:3', 'test-structural-prior.R:82:3' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 75 ] > > proc.time() user system elapsed 3.43 0.46 3.89