R Under development (unstable) (2024-01-07 r85787 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. > # --------------------------------------------------- # > # Author: Marius D. Pascariu > # License: MIT > # Last update: Wed Jun 05 14:41:16 2019 > # --------------------------------------------------- # > > library(testthat) > # expect_message(library(MortalityLaws)) > > test_check("MortalityLaws") Loading required package: MortalityLaws [1] 1 [1] 2 [1] 3 [1] 4 [1] 5 [1] 6 [1] 7 [1] 8 [1] 9 [1] 10 [1] 11 [1] 12 [1] 13 [1] 14 [1] 15 [1] 16 M1: gompertz M2: gompertz0 M3: invgompertz M4: makeham M5: makeham0 M6: opperman M7: thiele M8: wittstein M9: perks M10: weibull M11: invweibull M12: vandermaen M13: vandermaen2 M14: strehler_mildvan M15: quadratic M16: beard M17: beard_makeham M18: ggompertz M19: siler M20: HP M21: HP2 M22: HP3 M23: HP4 M24: rogersplanck M25: martinelle M26: carriere1 M27: carriere2 M28: kostaki M29: kannisto M30: kannisto_makeham :Downloading AUS :Downloading Japan :Downloading Japan 1 Create mx_from_mx 2 Create mx_from_qx 3 Create mx_from_dx 4 Create mx_from_lx 5 Create qx_from_mx 6 Create qx_from_qx 7 Create qx_from_dx 8 Create qx_from_lx 9 Create dx_from_mx 10 Create dx_from_qx 11 Create dx_from_dx 12 Create dx_from_lx 13 Create lx_from_mx 14 Create lx_from_qx 15 Create lx_from_dx 16 Create lx_from_lx 17 Create Lx_from_mx 18 Create Lx_from_qx 19 Create Lx_from_dx 20 Create Lx_from_lx 21 Create Tx_from_mx 22 Create Tx_from_qx 23 Create Tx_from_dx 24 Create Tx_from_lx 25 Create ex_from_mx 26 Create ex_from_qx 27 Create ex_from_dx 28 Create ex_from_lx [ FAIL 0 | WARN 1 | SKIP 0 | PASS 970 ] [ FAIL 0 | WARN 1 | SKIP 0 | PASS 970 ] > > proc.time() user system elapsed 39.84 1.00 45.96