Michał Kamiński
Michał Kamiński
Hi, is it possible to use `board_s3()` with encrypted buckets? I couldn't find a way to pass `ServerSideEncryption` and `SSEKMSKeyId` parameters. Recently similar issue was for `targets` package [here](https://github.com/ropensci/targets/issues/855), it...
Hi, I see that `dock_from_desc()` only supports CRAN and GitHub packages. I saw #16, so is it maybe planned to add GitLab as well in the near future? I would...
Hi there, I think I found a minor bug in `plot_acf()` in section creating a dataframe for ggplot. When providing 3 objects to plot the error occurs: ``` Error in...
#86 Fix of `auditor` module generation. It seems that the API of `auditor` changed and the `generator.R` needed to be updated when it comes to the plot generation.
Hi I'm having problems with generating `auditor` page. Here's my reproducible example: ```r library(DALEX) library(DALEXtra) library(recipes) library(workflows) library(parsnip) data % add_model(model) model_fitted % fit(data = data) explainer