crsh / papaja

papaja (Preparing APA Journal Articles) is an R package that provides document formats to produce complete APA manuscripts from RMarkdown-files (PDF and Word documents) and helper functions that facilitate reporting statistics, tables, and plots.
https://frederikaust.com/papaja_man/
Other
654 stars 133 forks source link

Removes outdated test for apa_table(). Fixes #563 #566

Closed crsh closed 1 year ago

crsh commented 1 year ago

As pointed out by @yihui, there we had an outdated test for apa_table() that is no longer required because the tested argument has been removed.

As reported in #563, this test is causing issues for the development version of knitr.

This PR removes the test and should resolve the issue in knitr. The tests are failing due to an unrelated issue.

yihui commented 1 year ago

Thank you! I'll truly appreciate it if you can make a new CRAN release in the next few months.

crsh commented 1 year ago

@yihui, the update is now available on CRAN.

yihui commented 1 year ago

Great! Thank you!