R Under development (unstable) (2023-12-02 r85657 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("simPop") + } Loading required package: lattice Loading required package: vcd Loading required package: grid Package simPop 2.1.3 has been loaded! Since simPop does explicit parallelization, the number of data.table threads is set to 1. test_calibPop.R............... 0 tests 48ms test_cforest.R................ 0 tests test_cforest.R................ 0 tests 2ms test_correctHeaps.R........... 0 tests test_correctHeaps.R........... 0 tests 2ms test_crossValidation.R........ 0 tests test_crossValidation.R........ 0 tests 2ms test_reproduc.R............... 0 tests test_reproduc.R............... 0 tests 2ms test_simCategorical.R......... 0 tests test_simCategorical.R......... 0 tests 2ms test_simInitSpatial.R......... 0 tests test_simInitSpatial.R......... 0 tests 3ms test_simRelation.R............ 0 tests test_simRelation.R............ 0 tests 2ms test_sprague.R................ 0 tests test_sprague.R................ 0 tests 2ms test_xgboost.R................ 0 tests test_xgboost.R................ 0 tests 2ms All ok, 0 results (79ms) > > proc.time() user system elapsed 1.26 0.43 1.68