R Under development (unstable) (2023-08-26 r85014 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. > library(testthat) > library(mortAAR) > > test_check("mortAAR") [ FAIL 0 | WARN 0 | SKIP 16 | PASS 91 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test_indices.R:2:3', 'test_indices.R:7:3', 'test_indices.R:23:3', 'test_life_table.R:2:3', 'test_life_table.R:17:3', 'test_lifetable_corrected.R:2:3', 'test_lifetable_corrected.R:7:3', 'test_masculinity_maternalmortality.R:2:3', 'test_masculinity_maternalmortality.R:8:3', 'test_masculinity_maternalmortality.R:18:5', 'test_population_size.R:2:3', 'test_population_size.R:7:3', 'test_representativity.R:2:3', 'test_representativity.R:7:3', 'test_reproduction.R:2:3', 'test_reproduction.R:7:3' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 91 ] > > proc.time() user system elapsed 6.28 0.29 6.51