R Under development (unstable) (2023-12-20 r85711 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. > > all.pkgs <- c("testthat", "data.table", "magrittr", "withr") > > > if (all(vapply(all.pkgs, requireNamespace, logical(1L), quietly = TRUE))) { + + library(testthat) + library(grattan) + library(hutils) + library(data.table) + library(magrittr) + setDTthreads(1L) + if (identical(Sys.getenv("CIRCLECI"), "true")) { + test_check("grattan", + reporter = JunitReporter$new(file = "junit_result.xml")) + } else { + test_check("grattan") + } + } Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not [ FAIL 0 | WARN 0 | SKIP 67 | PASS 365 ] ══ Skipped tests (67) ══════════════════════════════════════════════════════════ • All fys have full quarters in this release. (2): 'test_gni.R:15:3', 'test_gni.R:34:3' • Government calculator wrong at 2017-02-18 (1): 'test_medicare_levy.R:61:3' • Issue 50 unresolved (1): 'test_medicare_levy.R:71:3' • On CRAN (49): 'test-income_tax2.R:10:3', 'test_0sysdata.R:5:3', 'test_0sysdata.R:42:3', 'test_incomeTaxCollections.R:4:3', 'test_incomeTaxCollections.R:18:3', 'test_incomeTaxCollections.R:34:3', 'test_incometax_single.R:5:3', 'test_inverse_average_rate.R:9:3', 'test_inverse_average_rate.R:27:3', 'test_inverse_average_rate.R:45:3', 'test_inverse_average_rate.R:63:3', 'test_inverse_average_rate.R:81:3', 'test_inverse_average_rate.R:99:3', 'test_inverse_average_rate.R:117:3', 'test_inverse_average_rate.R:135:3', 'test_inverse_income.R:4:3', 'test_inverse_income.R:37:3', 'test_inverse_income.R:52:3', 'test_inverse_income.R:60:3', 'test_isfy.R:49:3', 'test_modelCJ.R:2:3', 'test_model_income_tax.R:4:3', 'test_model_income_tax.R:37:3', 'test_model_income_tax.R:58:3', 'test_model_income_tax.R:78:3', 'test_model_income_tax.R:98:3', 'test_model_income_tax.R:115:3', 'test_model_income_tax.R:138:3', 'test_model_income_tax.R:245:3', 'test_model_income_tax.R:324:3', 'test_model_income_tax.R:360:3', 'test_model_income_tax.R:436:3', 'test_model_income_tax.R:458:3', 'test_model_income_tax.R:581:3', 'test_model_income_tax.R:623:3', 'test_model_income_tax.R:632:3', 'test_model_income_tax.R:643:3', 'test_model_income_tax.R:654:3', 'test_model_income_tax.R:688:3', 'test_model_income_tax.R:761:3', 'test_model_income_tax.R:774:3', 'test_model_income_tax.R:794:3', 'test_small_business_tax_offset.R:67:3', 'test_small_business_tax_offset.R:96:3', 'test_super_vars.R:32:3', 'test_super_vars.R:52:3', 'test_super_vars.R:80:3', 'test_zbenchmark.R:4:3', 'test_zbenchmark.R:27:3' • file.exists("~/taxstats/data/funds_table1_201314.rda") is not TRUE (1): 'test_super_vars.R:130:3' • no sample file (13): 'test-marginal_rate.R:2:3', 'test_incometax_dotsATO_sfa.R:8:3', 'test_model_income_tax.R:542:3', 'test_model_income_tax.R:786:3', 'test_project_aus_pop.R:17:3', 'test_super_vars.R:10:3', 'test_super_vars.R:17:3', 'test_super_vars.R:23:3', 'test_super_vars.R:170:3', 'test_super_vars.R:210:3', 'test_super_vars.R:240:3', 'test_super_vars.R:246:3', 'test_total_receipts.R:15:3' [ FAIL 0 | WARN 0 | SKIP 67 | PASS 365 ] > > proc.time() user system elapsed 6.26 0.43 6.64