Closed FarinBach closed 1 year ago
Cross-posted here: https://stackoverflow.com/questions/76989902/error-in-running-the-example-code-of-as-image and no sessionInfo()
is provided as asked when submitting an issue. As it is also not reproducible, my only guess is you loaded 'purrr' and the function compose
being used is the one of 'purrr', use mk_par
instead, you can read the doc (?compose
) to get more info about this.
Cross-posted here: https://stackoverflow.com/questions/76989902/error-in-running-the-example-code-of-as-image and no
sessionInfo()
is provided as asked when submitting an issue. As it is also not reproducible, my only guess is you loaded 'purrr' and the functioncompose
being used is the one of 'purrr', usemk_par
instead, you can read the doc (?compose
) to get more info about this.
Yes! It works!! Thank you!
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.
Hi! I am trying to run the example code in R( R studio version: 2023.06.1+524; R version: 4.2.1; flextable version: 0.9.2):
And then i meet an error:
So are there something wrong? What should I do? Thank you!