R Under development (unstable) (2026-02-25 r89481 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(Temporal) > > test_check("Temporal") Fitted Exponential Distribution. Estimated Parameters: Aspect Estimate SE L U 1 Rate 0.961 0.096 0.773 1.149 Distribution Properties: Aspect Estimate SE L U 1 Mean 1.041 0.104 0.837 1.245 2 Median 0.721 0.072 0.580 0.863 3 Variance 1.083 0.217 0.658 1.507 Contrast of Fitted Weibull Distributions. Fitted Characteristics for Group 1: Aspect Estimate SE L U 1 Mean 0.827 0.098 0.635 1.019 2 Median 0.547 0.076 0.398 0.697 3 Variance 0.765 0.232 0.310 1.220 Fitted Characteristics for Group 0: Aspect Estimate SE L U 1 Mean 0.921 0.097 0.731 1.111 2 Median 0.668 0.083 0.506 0.830 3 Variance 0.752 0.202 0.355 1.148 Location: Contrast Point SE L U P 1 Mean1-Mean0 -0.094 0.138 -0.364 0.176 0.494 2 Mean1/Mean0 0.898 0.142 0.658 1.224 0.496 3 Med1-Med0 -0.121 0.112 -0.341 0.099 0.281 4 Med1/Med0 0.819 0.152 0.568 1.180 0.283 [ FAIL 0 | WARN 0 | SKIP 4 | PASS 58 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-comparison.R:5:3', 'test-comparison.R:60:3', 'test-gengamma.R:5:3', 'test-parameter-recovery.R:51:3' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 58 ] > > proc.time() user system elapsed 1.81 0.37 2.17