kapsner
kapsner
Using RStudio's debug-mode, I found that the table `LocalOptims` [https://github.com/AnotherSamWilson/ParBayesianOptimization/blob/master/R/getNextParameters.R#L17](https://github.com/AnotherSamWilson/ParBayesianOptimization/blob/master/R/getNextParameters.R#L17) contains 125 rows with only very few distinct combinations of `gpUtility` and `relUtility`: 
The latest commit enhances the beeswarm plot by making use of the awesome R package `ggbeeswarm` [https://github.com/eclarke/ggbeeswarm](https://github.com/eclarke/ggbeeswarm), resulting in 
The latest commit normalizes feature values between 0 and 1, resulting in  n
Hi @bgreenwell , when you take a closer look, there are some "challenges" to be considered: All in all 6 new dependencies have been added for performing the data wrangling...
Unfortunatelly, `ggbeeswarm` seems not to be actively maintained anymore (last CRAN upload in 2017). To get rid of this dependency, I've found [`geom_sina`](https://ggforce.data-imaginist.com/reference/geom_sina.html) from the `ggforce` package, which results in...
Hi @bgreenwell , have you had already some time to take a closer look to this PR?
Ok, the error occurs here: https://github.com/ropensci/tic/blob/main/R/steps-install.R#L20 when running `pak::local_install_dev_deps` but I do not understand why...
Hi @pat-s , thanks for your quick answer. You are right - when replacing the remotes url with the github-version, `pak::local_install_dev_deps()` runs successfully and the tic-workflow works again! (https://github.com/miracum/dqa-dqastats/runs/8203757707?check_suite_focus=true) So...
Building one of the latest tags (v1.49.0-v1.50.0) always fails somehow with this error ``` #8 [qemu 2/2] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends qemu-user-static #8 sha256:981619b0b76599f41f480f7eff6caec79fcc394346523435e5a81b549 b4bd111...
>pi@raspberrypi: \~/nextcloud/nextcloud_srv$ dpkg --print-architecture armhf pi@raspberrypi:~/nextcloud/nextcloud_srv$ uname -a Linux raspberrypi 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux I assume that the issue is then related to...