761 better getter seeters@221 fix separator div@main #805
GitHub Actions / Unit Tests Summary
failed
Nov 23, 2023 in 0s
1 errors, 1 fail, 191 pass in 1m 30s
Annotations
Check failure on line 0 in Accessor_tests
github-actions / Unit Tests Summary
1 out of 2 runs with error: the_split_only_setter_works (Accessor_tests)
rtables.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'obj' in selecting a method for function 'last_rowsplit': error in evaluating the argument 'obj' in selecting a method for function 'next_rpos': argument "var" is missing, with no default ('test-accessors.R:368:5')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'obj' in selecting a method for function 'last_rowsplit': error in evaluating the argument 'obj' in selecting a method for function 'next_rpos': argument "var" is missing, with no default
Backtrace:
▆
1. ├─... %>% build_table(DM) at test-accessors.R:368:5
2. ├─rtables::build_table(., DM)
3. │ └─methods::is(lyt, "PreDataTableLayouts")
4. ├─rtables::analyze(., "AGE")
5. │ ├─methods::is(last_rowsplit(lyt), "VAnalyzeSplit")
6. │ └─rtables:::last_rowsplit(lyt)
7. ├─rtables::split_rows_by(., "SEX", split_fun = drop_split_levels)
8. │ └─rtables:::next_rpos(lyt, nested)
9. ├─rtables::split_rows_by("RACE", split_fun = drop_split_levels)
10. │ └─rtables::VarLevelSplit(...)
11. ├─base::.handleSimpleError(...)
12. │ └─base (local) h(simpleError(msg, call))
13. └─base::.handleSimpleError(...)
14. └─base (local) h(simpleError(msg, call))
Check warning on line 0 in Accessor_tests
github-actions / Unit Tests Summary
1 out of 5 runs failed: header_section_div_works (Accessor_tests)
rtables.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
check_pattern(header_sdiv, "+", nchar(header_sdiv)) is not TRUE ('test-accessors.R:392:3')
check_pattern(header_sdiv, "+", nchar(header_sdiv)) is not TRUE
`actual`: FALSE
`expected`: TRUE
Loading