R Under development (unstable) (2024-03-14 r86117 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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("howManyImputations") + } Attaching package: 'mice' The following object is masked from 'package:stats': filter The following objects are masked from 'package:base': cbind, rbind test-how_many_imputations.R... 0 tests test-how_many_imputations.R... 0 tests test-how_many_imputations.R... 0 tests test-how_many_imputations.R... 0 tests test-how_many_imputations.R... 0 tests test-how_many_imputations.R... 0 tests test-how_many_imputations.R... 0 tests test-how_many_imputations.R... 0 tests test-how_many_imputations.R... 1 tests OK test-how_many_imputations.R... 2 tests OK test-how_many_imputations.R... 3 tests OK test-how_many_imputations.R... 3 tests OK test-how_many_imputations.R... 4 tests OK test-how_many_imputations.R... 5 tests OK test-how_many_imputations.R... 5 tests OK test-how_many_imputations.R... 6 tests OK test-how_many_imputations.R... 6 tests OK test-how_many_imputations.R... 7 tests OK test-how_many_imputations.R... 8 tests OK test-how_many_imputations.R... 8 tests OK test-how_many_imputations.R... 8 tests OK test-how_many_imputations.R... 8 tests OK test-how_many_imputations.R... 8 tests OK test-how_many_imputations.R... 8 tests OK test-how_many_imputations.R... 8 tests OK test-how_many_imputations.R... 9 tests OK test-how_many_imputations.R... 10 tests OK test-how_many_imputations.R... 11 tests OK test-how_many_imputations.R... 11 tests OK test-how_many_imputations.R... 11 tests OK test-how_many_imputations.R... 11 tests OK test-how_many_imputations.R... 11 tests OK test-how_many_imputations.R... 11 tests OK test-how_many_imputations.R... 11 tests OK test-how_many_imputations.R... 11 tests OK test-how_many_imputations.R... 11 tests OK test-how_many_imputations.R... 11 tests OK test-how_many_imputations.R... 12 tests OK 1.3s All ok, 12 results (1.3s) > > > proc.time() user system elapsed 2.90 0.34 3.23