R Under development (unstable) (2023-08-19 r84989 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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("RcppDynProg") + } test_const_cost.R............. 0 tests test_const_cost.R............. 1 tests OK 46ms test_dynprog1.R............... 0 tests test_dynprog1.R............... 23 tests OK 0.4s test_lin_cost.R............... 0 tests test_lin_cost.R............... 1 tests OK 13ms test_logistic_cost.R.......... 0 tests test_logistic_cost.R.......... 55 tests OK 16ms test_logistic_cost_fn.R....... 0 tests test_logistic_cost_fn.R....... 1 tests OK 5ms test_scoring.R................ 0 tests test_scoring.R................ 2 tests OK 0.2s test_xlin.R................... 0 tests test_xlin.R................... 1 tests OK 8ms test_xlin_fits.R.............. 0 tests test_xlin_fits.R.............. 3 tests OK 7ms All ok, 87 results (0.7s) > > > proc.time() user system elapsed 0.92 0.04 0.92