Anthony Durrant
Anthony Durrant
@RLesur - sorry to jump in here as well. I experience a similar issue with outputting batched parameterized reports with `purrr::map2` I asked a [question](https://community.rstudio.com/t/pagedown-chrome-print-unable-to-produce-large-batches-of-parameterized-reports/89972) on rstudio community a while...
here you go: ``` R version 4.0.3 (2020-10-10) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Catalina 10.15.7 ``` ``` > writeLines('Test', 'test.html') > options(pagedown.chrome.log = TRUE) > for (i in 1:413){...
@RLesur ah, _that_ is why I couldn't find it/them. I was still on the CRAN 0.15 version. ``` remotes::install_github("rstudio/pagedown") ... > writeLines('Test', 'test.html') > options(pagedown.chrome.log = TRUE) > for (i...
It looks like the most recent GHA passed with the changes? Fantastic, I can't wait to try it out! Again, thank you so much for your patience and help!
many thanks, all!