R version 4.5.0 alpha (2025-03-21 r88026 ucrt) 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. > if (requireNamespace("tinytest", quietly = TRUE)) { + tinytest::test_package( + "RPhosFate", + at_home = isTRUE(as.logical(Sys.getenv("RPhosFate_DEVELOPER"))) + ) + } test_gettersSetters.R......... 0 tests test_gettersSetters.R......... 0 tests test_gettersSetters.R......... 0 tests test_gettersSetters.R......... 0 tests test_gettersSetters.R......... 0 tests test_gettersSetters.R......... 0 tests test_gettersSetters.R......... 0 tests test_gettersSetters.R......... 102 tests OK test_gettersSetters.R......... 102 tests OK test_gettersSetters.R......... 103 tests OK test_gettersSetters.R......... 116 tests OK test_gettersSetters.R......... 116 tests OK test_gettersSetters.R......... 117 tests OK test_gettersSetters.R......... 118 tests OK test_gettersSetters.R......... 118 tests OK 2.1s test_highLevelInterface.R..... 0 tests test_highLevelInterface.R..... 0 tests test_highLevelInterface.R..... 0 tests test_highLevelInterface.R..... 0 tests test_highLevelInterface.R..... 0 tests test_highLevelInterface.R..... 0 tests test_highLevelInterface.R..... 0 tests test_highLevelInterface.R..... 0 tests test_highLevelInterface.R..... 1 tests OK test_highLevelInterface.R..... 2 tests OK test_highLevelInterface.R..... 2 tests OK test_highLevelInterface.R..... 2 tests OK test_highLevelInterface.R..... 2 tests OK test_highLevelInterface.R..... 3 tests OK test_highLevelInterface.R..... 4 tests OK test_highLevelInterface.R..... 4 tests OK test_highLevelInterface.R..... 4 tests OK test_highLevelInterface.R..... 5 tests OK test_highLevelInterface.R..... 6 tests OK test_highLevelInterface.R..... 6 tests OK test_highLevelInterface.R..... 6 tests OK test_highLevelInterface.R..... 12 tests OK test_highLevelInterface.R..... 12 tests OK test_highLevelInterface.R..... 12 tests OK test_highLevelInterface.R..... 12 tests OK test_highLevelInterface.R..... 19 tests OK test_highLevelInterface.R..... 19 tests OK test_highLevelInterface.R..... 25 tests OK test_highLevelInterface.R..... 25 tests OK test_highLevelInterface.R..... 26 tests OK test_highLevelInterface.R..... 26 tests OK test_highLevelInterface.R..... 26 tests OK test_highLevelInterface.R..... 27 tests OK test_highLevelInterface.R..... 28 tests OK test_highLevelInterface.R..... 29 tests OK NSE: 0.6071161 mNSE: 0.4420663 KGE: 0.6753664 RMSE: 6.690713 PBIAS: -31.9 RSR: 0.5117838 RCV: 0.9389487 GMRAE: 0.3970503 MdRAE: 0.9200186 In-channel retention ratio: 0 NSE: 0.9796337 mNSE: 0.8639929 KGE: 0.8658727 RMSE: 0.00151198 PBIAS: 7.9 RSR: 0.1165228 RCV: 0.8916688 GMRAE: 0.1148308 MdRAE: 0.1148499 In-channel retention ratio: -4.440892e-16 test_highLevelInterface.R..... 33 tests OK test_highLevelInterface.R..... 33 tests OK test_highLevelInterface.R..... 34 tests OK test_highLevelInterface.R..... 34 tests OK test_highLevelInterface.R..... 34 tests OK test_highLevelInterface.R..... 39 tests OK test_highLevelInterface.R..... 39 tests OK test_highLevelInterface.R..... 44 tests OK test_highLevelInterface.R..... 44 tests OK test_highLevelInterface.R..... 45 tests OK test_highLevelInterface.R..... 46 tests OK test_highLevelInterface.R..... 46 tests OK 6.9s test_input.R.................. 1 tests OK test_input.R.................. 1 tests OK test_input.R.................. 1 tests OK 17ms test_lowLevelInterface.R...... 0 tests test_lowLevelInterface.R...... 0 tests test_lowLevelInterface.R...... 0 tests test_lowLevelInterface.R...... 0 tests test_lowLevelInterface.R...... 0 tests test_lowLevelInterface.R...... 0 tests test_lowLevelInterface.R...... 0 tests test_lowLevelInterface.R...... 3 tests OK test_lowLevelInterface.R...... 3 tests OK test_lowLevelInterface.R...... 4 tests OK test_lowLevelInterface.R...... 5 tests OK test_lowLevelInterface.R...... 5 tests OK test_lowLevelInterface.R...... 5 tests OK test_lowLevelInterface.R...... 7 tests OK test_lowLevelInterface.R...... 7 tests OK test_lowLevelInterface.R...... 19 tests OK test_lowLevelInterface.R...... 20 tests OK test_lowLevelInterface.R...... 20 tests OK 2.7s All ok, 185 results (11.8s) > > proc.time() user system elapsed 16.56 0.81 17.37