Lukas Wallrich
Lukas Wallrich
**What's the problem this feature will solve?** For reproducibility, it would be great if BatchRunner could be started with a specific seed. (Unless something like this can already be accomplished,...
I have a Google bigquery table with bigint fields that I would like to download as text. DBI::dbConnect() lets me set bigint = "character" but that only seems to work...
**Describe the solution you'd like** This package is very helpful - thanks a lot! However, it would be great if it could also just return the results of a test...
Thanks for adding `mcar_test()`. Unfortunately, the function fails for me due to singularity, regardless of how I slice my data. I am not sure whether that is a limitation of...
When I try to use `replace_with_na_if` to clean up some factors, the resulting columns are turned into integers. See below for a simple example - it would be wonderful if...
When I run pacman::p_load_current_gh("lukaswallrich/rNuggets", dependencies = FALSE) while rNuggets is loaded, I get the following warning message: ``` Warning message: In p_install_gh(package, dependencies = dependencies, ...) : The following may...
I am currently using `pacman` while teaching a course on reproducible research and the students find it very helpful - so thank you for this great package. However, novices make...
Different Johnson-Neyman intervals from johnson_neyman and sim_slopes when including quadratic terms
Thanks for this great package. I am getting inconsistent Johnson-Neyman intervals where I would expect the same output. I am not entirely sure if my analysis strategy is correct -...
I have a tibble including list columns, and would have expected pmap to iterate over it row-wise like it would over any dataframe. Instead, it somewhat unnests the rows (retaining...
I tried to use `dry_run = TRUE` within `gce_vm()` to get the JSON - and it returns `Error: $ operator is invalid for atomic vectors` This happens with the following...