R version 4.6.0 beta (2026-04-12 r89872 ucrt) -- "Because it was There" 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(NRMstatsML) NRMstatsML v0.1.0 loaded. Statistical & ML engine for long-term NRM data. Type ?NRMstatsML for an overview or browseVignettes('NRMstatsML') for worked examples. > > test_check("NRMstatsML") === NRMstatsML: Multivariate Regression Summary === Call: stats::lm(formula = formula, data = fit_data) Residuals: Min 1Q Median 3Q Max -0.77060 -0.15838 -0.03839 0.28896 0.45762 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 3.75150 0.07846 47.815 <2e-16 *** N -0.01560 0.23199 -0.067 0.947 P 0.21175 0.17550 1.207 0.245 K 0.08388 0.22283 0.376 0.712 --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Residual standard error: 0.3509 on 16 degrees of freedom Multiple R-squared: 0.4187, Adjusted R-squared: 0.3097 F-statistic: 3.841 on 3 and 16 DF, p-value: 0.03022 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 70 ] > > proc.time() user system elapsed 3.32 0.71 4.01