François Briatte

Results 129 comments of François Briatte

Seems to work out of the box: ```r library(igraph) library(graphlayouts) g

Done, mostly. Left to do: - [x] Get the R CMD CHECK badge to show up - [x] Get the GHA to update `README.md` to actually work: https://fromthebottomoftheheap.net/2020/04/30/rendering-your-readme-with-github-actions/

This will require `renv`: * https://rstudio.github.io/renv/articles/renv.html * https://rstudio.github.io/renv/articles/ci.html Via the help paragraph for the `bookdown` GHA: https://github.com/r-lib/actions/tree/master/examples#build-bookdown-site Gavin's workflow: https://github.com/gavinsimpson/gratia/blob/master/.github/workflows/readme-renderer.yaml

Used an even simpler GHA: https://www.etiennebacher.com/posts/2021-03-19-use-github-actions-with-r-markdown-and-distill/ This removes the use of `renv`, which should fix #68.

New issue: https://github.com/briatte/ggnetwork/actions/runs/4347078171

Hi @Prenauer Thanks for this. Would you mind submitting a PR? Also, to be clear, in case of a name conflict between identically-named nodes and edges attributes, your solution drops...

Hi @Prenauer Solution 2 looks nice and elegant. Not sure how many problematic cases it will create, nor how many problematic cases it will remove, but let's go for it...

Dear @rsbivand Apologies if the file did not work on first try. It should now, and here's what I get on my end after downloading it: ``` > infoRDS("~/Downloads/example_spatial_object2.rds") $version...

Dear @rsbivand This works perfectly, thank you very much! @edzer -- I will make sure to take a look at `sf::st_interpolate_aw()` too, thanks for this.