report
report copied to clipboard
`.report_effectsize_ttest` called without proper `table`
Describe the bug
Within report_effectsize.htest()
, .report_effectsize_ttest()
is called by passing a table
object – except there is no such object in the scope of report_effectsize.htest()
, making it refer to base::table()
.
To Reproduce
https://github.com/easystats/report/blob/69e8c5ffb9ad494683c769f46974fbff794f2fc4/R/report.htest.R#L40-L54