R Under development (unstable) (2025-11-06 r88990 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(ReliaGrowR) > > test_check("ReliaGrowR") Duane Analysis Result ---------------------- Linear model (log-log scale): log(MTBF) ~ log(Time) Number of observations (failures): 5 Coefficients: Estimate Std. Error (Intercept) 3.6144974 0.35199619 log_cum_times 0.2013244 0.05624037 Log-likelihood: 4.78 AIC: -3.55, BIC: -4.72 Confidence level: 95.0% n = 100, runtime = 0.002 sec n = 500, runtime = 0.002 sec n = 1000, runtime = 0.003 sec n = 5000, runtime = 0.010 sec Reliability Growth Analysis (RGA) --------------------------------- Model Type: Crow-AMSAA Number of observations (failures): 5 Parameters (per segment): Growth Rate: 0.2013 Beta: 0.7987 (SE = 0.0562) Lambda: 0.0269 Goodness of Fit: Log-likelihood: 4.78 AIC: -3.55 BIC: -4.72 Reliability Demonstration Test (RDT) Plan ----------------------------------------- Distribution: Exponential Weibull Shape Parameter (Beta): 1 Target Reliability: 0.9 Mission Time: 1000 Input Sample Size (n): 10 Required Test Time (T): 2185.43 Reliability Demonstration Test (RDT) Plan ----------------------------------------- Distribution: Exponential Weibull Shape Parameter (Beta): 1 Target Reliability: 0.9 Mission Time: 1000 Input Test Time (T): 2000 Required Sample Size (n): 11 [ FAIL 0 | WARN 0 | SKIP 1 | PASS 263 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-srr-rga.R:524:5' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 263 ] > > proc.time() user system elapsed 4.15 0.54 4.70