R Under development (unstable) (2025-06-03 r88266 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(R4GoodPersonalFinances) Welcome to R4GoodPersonalFinances version 1.0.0! Cite the package: citation('R4GoodPersonalFinances') Package documentation: https://r4goodacademy.github.io/R4GoodPersonalFinances/ To learn more, visit: https://www.r4good.academy/ ... and Make Optimal Financial Decisions! > > test_check("R4GoodPersonalFinances") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 43 | PASS 237 ] ══ Skipped tests (43) ══════════════════════════════════════════════════════════ • On CRAN (42): 'test-plot_expected_allocation.R:3:3', 'test-plot_expected_capital.R:3:3', 'test-plot_expected_spending.R:39:3', 'test-plot_future_income.R:53:3', 'test-plot_life_expectancy.R:11:3', 'test-plot_life_expectancy.R:30:3', 'test-plot_optimal_portfolio.R:37:3', 'test-plot_purchasing_power.R:9:3', 'test-plot_purchasing_power.R:20:3', 'test-plot_purchasing_power.R:31:3', 'test-plot_purchasing_power.R:43:3', 'test-plot_retirement_ruin.R:12:3', 'test-plot_risk_adjusted_returns.R:17:4', 'test-plot_risk_adjusted_returns.R:50:3', 'test-plot_scenarios.R:3:3', 'test-plot_scenarios.R:77:3', 'test-plot_survival.R:35:3', 'test-plot_future_spending.R:51:3', 'test-simulate_scenarios.R:3:3', 'test-HouseholdMember.R:60:3', 'test-HouseholdMember.R:77:3', 'test-calc_gompertz.R:59:3', 'test-calc_gompertz.R:93:3', 'test-calc_gompertz.R:122:3', 'test-calc_gompertz.R:155:3', 'test-calc_optimal_portfolio.R:25:3', 'test-calc_optimal_portfolio.R:52:3', 'test-calc_optimal_portfolio.R:78:3', 'test-calc_optimal_portfolio.R:104:3', 'test-calc_optimal_portfolio.R:162:3', 'test-simulate_single_scenario.R:122:3', 'test-simulate_single_scenario.R:171:3', 'test-simulate_single_scenario.R:185:3', 'test-calc_portfolio.R:127:3', 'test-calc_present_value.R:35:3', 'test-calc_risk_adjusted_return.R:57:3', 'test-create_portfolio_template.R:4:3', 'test-generate_random_returns.R:12:3', 'test-generate_household_timeline.R:148:3', 'test-utils.R:3:3', 'test-utils.R:24:3', 'test-utils.R:98:3' • interactive() is not TRUE (1): 'test-Household.R:365:3' [ FAIL 0 | WARN 0 | SKIP 43 | PASS 237 ] Deleting unused snapshots: • calc_gompertz/gc-females.svg • calc_gompertz/gc-males.svg • calc_gompertz/jsg.svg • calc_risk_adjusted_return/plot-ra3.svg • plot_expected_allocation/plot1.svg • plot_expected_allocation/plot2.svg • plot_expected_allocation/plot3.svg • plot_expected_capital/plot1.svg • plot_expected_spending/es2.svg • plot_expected_spending/es3.svg • plot_future_income/plot2.svg • plot_future_spending/plot2.svg • plot_future_spending/plot3.svg • plot_future_spending/plot4.svg • plot_future_spending/plot5.svg • plot_future_spending/plot6.svg • plot_future_spending/plot7.svg • plot_retirement_ruin/rr2.svg • plot_retirement_ruin/rr3.svg • plot_risk_adjusted_returns/rar-craa-2.svg • plot_risk_adjusted_returns/rar-craa-3.svg • plot_risk_adjusted_returns/rar-ra3.svg • plot_scenarios/plot1.svg • plot_scenarios/plot2.svg > > proc.time() user system elapsed 4.00 0.78 39.14