Sebastian Krantz
Sebastian Krantz
I thought this was unmaintained, but if it is being updated (I see polars being added), I would like to request [collapse](https://github.com/SebKrantz/collapse) and [fastverse](https://github.com/fastverse/fastverse) to be added as well, as...
Hi @odow, I've tried this backend with my optimal transport network models at https://github.com/SebKrantz/OptimalTransportNetworks.jl/tree/main/src/models, and it seems to work for none of them. For example, using [Example 1](https://github.com/SebKrantz/OptimalTransportNetworks.jl/blob/main/examples/example01.jl) which calls...
It seems some routes with particularly remote starting or end points are not computed, although there is a land connection. I Have noticed this computing a large distance matrix of...
Minor issue, but I'd like to suggest to add one digit to the summary table for better display of results, especially for 0.5Gb and 5Gb benchmarks.
`qtab()` introduced in *collapse* 1.8.0 should be more efficient than the workaround with fsum(). You need to pass the data to the weights argument `w` of `qtab()`. In any case,...
I'm using `tm_basemap("Esri.WorldGrayCanvas", zoom = 4)` as a basemap. The resolution on large geographies is ok-isch. When using `tm_facet_wrap()`, the resolution of the basemap decreases, and tmap displays a message...
Thanks for the package! Here a basic matrix query in case this is of interest to add to the package ```r #' Get a Distance or Time Matrix from GraphHopper...
Minor point, but I would have expected the interaction term to be on the same line: ``` r library(fixest) #> Warning: package 'fixest' was built under R version 4.3.3 ols...