Results 36 issues of DavZim

When the user clicks on a tab 1 with an echarts4r plot and then moves on to another tab 2 before tab 1 has finished rendering it, the plot on...

bug
help wanted

This PR adds a debug argument to memoise, if set to TRUE, each function call will print out information about the function, arguments, key, time, as well as file size...

read_itch and filter_itch currently do not allow for filtering for a tracking number

Hi John, I am loving the package and find it really useful! Is there any plan to submit the package to CRAN? I find installing packages from CRAN is a...

When trying to set `fillColor` in `addFgb()`, the polygons are not colored... ```r library(leaflet) library(leafem) library(sf) #> Linking to GEOS 3.8.0, GDAL 3.1.2, PROJ 7.0.0 fgb_file % addTiles() %>% leafem::addFgb(fgb_file,...

In my scripts where I connect to a duckdb, I oftentimes get the warning `Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this.`. When I use duckdb in...

reprex

Eg for nycflights13: all destinations need to be in airports dataset

No influence on the logic, just feedback for humans

This is a first draft to implement #5 `describe(data)`. At the moment the tests fail as there is some issues with the ordering of the most frequent values (on tie),...