RFlx

Results 31 comments of RFlx

Hi, I'm facing the same issue, with leaflet and other packages, so I presume it is not a leaflet problem, but an encoding problem. Actually there's not much help around...

Sure, that was my first thought, and I was ready to rebuild the network. But that doesn't seem to be the problem :/ ```r r5r_core Downloading R5 jar file to...

Humm, in fact. I just did `r5r::download_r5(force_update = TRUE)`, but the `$r5_jar_version` is still `character(0)`. And the error persists. Let me reboot and I'll try again.

So, after reboot it was still showing `character(0)` at `$r5_jar_version`. did this again ``` r r5r::download_r5(force_update = TRUE) #> Downloading R5 jar file to /usr/local/lib/R/site-library/r5r/jar/r5-v6.9-all.jar #> [1] "/usr/local/lib/R/site-library/r5r/jar/r5-v6.9-all.jar" ``` and...

Sure, it returns: ```r > tools::R_user_dir("r5r", which = "cache") [1] "/home//.cache/R/r5r" ``` is there a way to change that?

```r > utils::remove.packages('r5r') Removing package from ‘/home//R/x86_64-pc-linux-gnu-library/4.3’ (as ‘lib’ is unspecified) Error in find.package(pkgs, lib) : there is no package called ‘r5r’ ``` I installed `r5r` as a system library...

Hi @rafapereirabr and @dhersz , thank you for your replies! So, I was able to update java to jdk21 (not easy then to set the profile path but finally figure...

> A was about to revisit an old r5r network for a project, and I faced this error when "loading" the already build network. Nevertheless... the first error no longer...

Hi @rafapereirabr , thank you. I removed r5r and installed the dev version again. Unfortunately, the error still persists. ```r > r5r::r5r_sitrep() $r5r_package_version [1] ‘1.1.999’ $r5_jar_version [1] "7.0" $java_version [1]...

Hi @rafapereirabr ! Thank you for your patience. In fact that is fixed, I don't need to run download_r5 anymore. But I still can't run the demo example without the...