Andrea Ranzato

Results 10 issues of Andrea Ranzato

It might be useful to add a `hide_activity` parameter similarly to what already in place with `hide_wp`.

enhancement

In light of the latest features implemented in version 0.3.0 (#1106, #1123, #1169), we update the vignette "howto-dm-db.Rmd". There is presented an example which relies on MariaDB, for which -...

documentation

Closes #1212 Starting from version 0.3.0 primary and foreign keys are imported automatically also from MariaDB

I have encountered this issue with `readr::problems()` lately. I have been using it in the past and it provided much help. But it seems not quite working with the `col_select`...

bug
read :book:

Figures are not showing in section 19 section of the book [Figure \@ref(fig:19-appendix-1) is the concept map for this application, using Xmind.](https://github.com/ThinkR-open/engineering-shiny-book/blob/90c8f22cbfe343cc02762d1695c82161e87bcfd7/19-appendix.Rmd#L65). Thanks for this fantastic resource!

## The problem I'm having trouble selecting columns to impute within `step_impute_knn()` using `has_role()`. Thanks! ## Reproducible example ``` r library(recipes) #> Loading required package: dplyr #> #> Attaching package:...

feature

Warning: ``` Warning message: It is deprecated to specify `guide = FALSE` to remove a guide. Please use `guide = "none"` instead. ```

``` r suppressPackageStartupMessages(library(duckplyr)) df1 col #> #> 1 A ``` Created on 2024-03-15 with [reprex v2.1.0](https://reprex.tidyverse.org) Session info ``` r sessioninfo::session_info() #> ─ Session info ─────────────────────────────────────────────────────────────── #> setting value #>...

**Skip to: https://github.com/duckdblabs/duckplyr/issues/130#issuecomment-2015328003** ``` r library(tibble) suppressPackageStartupMessages(library(duckplyr)) df1 as_duckplyr_df() |> summarise(amt_tot = sum(amt, na.rm = TRUE), .by = type) ) #> Error : {"exception_type":"Binder","exception_message":"No function matches the given name and...