kapsner

Results 16 issues of kapsner

When will a new CRAN version be released to make changes such as the `corral`-argument for `geom_beeswarm` accessible by imports from other CRAN-packages?

Hello @timelyportfolio, first of all thanks for this great R package and your well documented vignette, which makes it really easy to figure out for new users how to create...

`testthat::expect_snapshot_value` results in the error below when running the Github-Actions in the repository of the [DQAgui](https://github.com/miracum/dqa-dqagui/actions/runs/2540902339) R package, however, only for the runners `macOS-latest(release)` and `ubuntu-latest(devel)` (`windows-latest(release)` and `ubuntu-latest(release)` are...

bug
snapshot :camera:

This PR fixes #52 by removing `setorder` which is currently applied to the `LocalOptims` object and leads to inconsistent results on different hosts when ties occur in the sorting criteria...

Hi, first of all thanks for that great package, which speeds up hyperparameter optimization enormously!! I am currently stuck with getting reproducible results for xgboost on different machines using parallelization....

This PR adds a ggplot2-based beeswarm plot to fastshap and closes #17. The example plot from the unittest (https://github.com/kapsner/fastshap/blob/feat_beeswarm_plot/inst/tinytest/test_fastshap.R#L197) is as follows: ![fastshap_beeswarm](https://user-images.githubusercontent.com/44973495/165678037-8b8e1da0-c2bd-4849-a718-8c05caca700a.png)

Feature request: It would be great to have the argument `p.adjust.method` available when computing comparisons using the function `stat_compare_means`. Currently, p-value adjustment is defaulted to "holm" and cannot be accessed...

For some reason, I lately experience some issues with running github actions with the tic-workflow. The pipelines for some of my packages ([DQAstats](https://github.com/miracum/dqa-dqastats/actions/runs/2998478446), [DQAgui](https://github.com/miracum/dqa-dqagui/actions/runs/2997730122), [miRacumDQA](https://github.com/miracum/dqa-miracumdqa/actions/runs/2997729148)) fail all with the same...

When building the docker image for `armhf` e.g. with tag `v1.48.2`, nextcloud web page is inaccessible most probably due to somehow nextcloud is updated to the latest version (>=24) during...

has-updates

To make a distinction between `stats::glm()` and the `glmnet` R package.