Sarah Endicott

Results 22 comments of Sarah Endicott

I have a related question for an app that is running locally. In my case the app is opened each time it is used by running `shinyApp` and then I...

@ismirsehregal thanks! I had not seen that second answer you linked and I think it will work for my situation. However, I do think the feature request still stands. Your...

I was able to get it to work in the end by trail and error of changing much of the JSON syntax. The Json that worked was the following: ```JSON...

That works for this example but in my actual use case I need to set the width on the server side using a function. Here is a better reprex ```r...

No I want to adjust the width of the plot output based on the calculation I do on the server side and I want it to adjust appropriately to changes...

@cpsievert what you supplied is a useful workaround but I think that bslib is still not behaving as expected. Why doesn't it respect the width that is set it `renderPlot`...

I just ran into this issue today. Any chance you are going to implement the fix of calling `st_zm()`? It seems to work if I do that in advance

Yes that returns TRUE but the path returned by system.file is different from the one shown in the error message

`tmap::tmap_icon()` gives an error because the file argument is missing. I think maybe you meant `tmap::marker_icon()`? ``` r tmap::marker_icon() #> $iconUrl #> [1] "C:/Users/EndicottS/AppData/Local/Programs/R/R-4.4.1/library/leaflet/htmlwidgets/lib/leaflet/images/marker-icon.png" #> #> $iconWidth #> [1] 25...

One documentation note is that I think the use of low and high resolution are reversed in the Readme: "a simple method that adds low-spatial-resolution climate anomalies to a high-spatial-resolution...