Lorena Abad Crespo
Lorena Abad Crespo
Is there any update on the units package on the Solaris server? I am getting the same problem here: https://builder.r-hub.io/status/sfnetworks_0.5.0.tar.gz-52f47c1f1cbb41aa8624bb8e3fbbc77d
> so the units package installs now. Thank you! > There is still no recent enough gdal, though, that would allow installing rgdal or sf. I see. Is it then...
I totally agree, the plotting method is quite slow. Thank you @agila5 for preparing a PR.
I found [this installation guide](https://igraph.org/c/html/latest/igraph-Installation.html) within the igraph documentation. Mainly this line is of interest: > Check the output carefully, and ensure that all features you need are enabled. If...
Hi @psychemedia! Maybe @agila5 might have some good practice examples on how to use `osmdata`. In the meantime you can take a look at [this example](https://github.com/sfnetworks/sfnetworks-REspacialES/blob/master/data/data_preparation.R).
Hi @psychemedia thank you for sharing your work, I enjoyed going through it a lot! I commented on your gist with a possible solution to your problem, hopefully it helps...
I was checking on some of the `stars` system files and think this one can work for testing, 3 dimensions and 2 variables: ``` r library(stars) (t = read_ncdf(system.file('nc/bcsd_obs_1999.nc', package...
Hi @LinhLTP, as the error says, you might need to update the "rlang" package, so try `install.packages("rlang")`.
Even if this works with that workaround, activating the edges with spatially implicit objects should still work. Will look into it, but this is probably a bug.
@JosiahParry there are a couple of issues that opened up with your example that I'd find interesting to look into. Moving this into discussions since it is not directly related...