niknikos
niknikos
I am facing the same issue as KathaRRRina. In my case, however, webshot works properly (I have already seen the proposed solutions here https://github.com/wch/webshot/issues/112 The following reproducible example creates the...
Hi @tim-salabim , Thanks for the effort. I installed the suggested branch at #423 and used the example there. library(mapview) library(stars) #Sys.setenv("CHROMOTE_CHROME" = "/usr/bin/brave-browser") # just in case chromote cannot...
R-Studio non-admin mode library(leaflet) #> Warning: package 'leaflet' was built under R version 4.1.3 library(mapview) library(webshot) #> Warning: package 'webshot' was built under R version 4.1.3 library(htmlwidgets) #> Warning: package...
@tim-salabim sorry about that. I have now updated my previous post with the output based on `remotes::install_github("r-spatial/mapview")`
@KathaRRRina perhaps this https://teachdatascience.com/reprex/ can be of help. Particularly the Copy and paste section.
Has perhaps this issue been addressed by now?