Lukas Wallrich
Lukas Wallrich
Currently, it appears like gl_translate attempts to send everything in one call, and failing that, makes one call per vector element. In my use case, that results in 20,000 calls...
`cli_progress_along` is great when I conduct simulations - but unfortunately, it does not allow for the use of custom sequences. Even though x is documented as the `Sequence to add...
Tables?
We are currently doing an error-detection hackathon (related to the ERROR project) ... and were wondering whether you'd be interested in having statcheck extended to (HMTL) tables ... or whether...
One more wish: could `messages = FALSE` also suppress the "statcheck did not find any results" message? Alternatively, could this be delivered as a `message()` rather than with `cat()`? The...
This PDF file [10.1111:apps.12362.pdf](https://github.com/MicheleNuijten/statcheck/files/11472008/10.1111.apps.12362.pdf) fails with ``` Error in if (grepl(pattern = RGX_Q, x = test_raw)) { : the condition has length > 1 ``` This is because the chisq...
Greetings from the SIPS conference where we are having an error checking discussion - and all very appreciative of statcheck. Given that confidence intervals are usually produced from standard errors,...
I would love to be able to consider all p-values from a paper and see for which ones tests could be extracted / which ones can be flagged as problematic....
I am trying to use impute_rhd with distinct donor sets per missingness patters - but am stuck on this error message that I don't understand. I hope the reprex below...
Thanks for this fantastic package! One aspect that I was struggling with was label placement - until I came across the [`geomtextpath`](https://allancameron.github.io/geomtextpath/)-package. If I use that instead of geom_path for...