David Schoch
David Schoch
https://github.com/EmilHvitfeldt/r-color-palettes
Error using `layout_with_sparse_stress()` for network with >150k nodes ``` Error in sparseStress(y, D, RpL, pivs, A, iter) : SpMat::init(): requested size is too large; suggest to enable ARMA_64BIT_WORD ```
I couldnt find any pointers in the code for this but it seems that the n parameter works differently for the 2-version than for the standard version? ``` r library(igraph)...
``` This graph was created by an old(er) igraph version. Call upgrade_graph() on it to use with the current igraph version For now we convert it on the fly... ```
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_graphlayouts.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote = TRUE, manual...
https://schochastics.github.io/R4SNA/ Still WIP ( see [blog post](https://blog.schochastics.net/posts/2024-04-04_announcing-r4sna/)) but already has useful material
all data is lost in the case of this error ```r dfRate limit exceeded, waiting for 514 seconds #>Rate limit exceeded, waiting for 155 seconds #>Error: something went wrong. Status...