Closed RobertAdrien closed 1 year ago
please provide sessionInfo()
results as explained in the guidelines
When submitting a new issue:
sessionInfo()
. It had to be executed after you loaded the packages used by your example. This will let me know what is your version of R and what are the versions of the packages you used in your example. Sorry, here is the result of sessionInfo()
The issue/bug is because we use apply(simplify = FALSE)
and simplify = FALSE
appeared in R-4.1. A quick workaround would be to use a version of R >=4.1
. We will try to fix
thanks, it should be fixed
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
Using as_flextable on a tabular object results in the following error:
See simple example from the documentation, which produces this error on my Linux setup: