Philipp Adämmer

Results 3 issues of Philipp Adämmer

## Describe the bug ` convert(., to = "stm")` correctly drops empty documents, but the warning message suggests that all documents are dropped. ## Reproducible code ```r # documents with...

Since version 0.14, it has been possible to set figure options in Quarto such as `fig-width` and `fig-height`. However, this only appears to work when set in the global YAML....

upstream-bug

When comparing `map()` with `in_parallel()`, `parLapply()` and `mclapply()`, `map()` is the slowest. Is there a reason for this? Is mclapply now also using mirai? ```r library(purrr) library(mirai) library(parallel) library(microbenchmark) #...