David Schoch
David Schoch
@chainsawriot ok sounds good. Should `archive_file` support writing to a directory or compressed files only?
will be fixed with #343
The problem is reproducible but I think it is a problem of dplyr. Something similar in data.table was discussed here: https://github.com/Rdatatable/data.table/issues/2008 ``` r library(rio) download.file('https://www.data.gouv.fr/fr/datasets/r/63352e38-d353-4b54-bfd1-f1b3ee1cabd7', destfile = 'covid.csv') df [1]...
Ok this appears to be an open issue in vctrs: https://github.com/r-lib/vctrs/issues/1781 I will close this here
@thomasp85 what is your release schedule? I have a second algorithm that I would also implement. I am going on parental leave tomorrow though, so making a proper PR would...
@thomasp85 I gave this some thought and I am not sure it makes sense to implement it in ggraph. The biggest issue is that, as far as I understand, the...
That is actually a great idea!
Yup, can confirm that [memoise works](https://github.com/schochastics/ggraph/blob/edge_bundle/R/geom_edge_force_bundle.R#L155).
I think so. I will put it on the graphlayouts todo list
This is now implemented in graphlayouts