George Roff

Results 7 issues of George Roff

I'm having an issue mapping `stars` objects under `tmap` v4: ``` Error in UseMethod("st_as_sf") : no applicable method for 'st_as_sf' applied to an object of class "dimensions" In addition: Warning...

bug
tmap_v4

Example using the stars raster: ``` L7file = system.file("tif/L7_ETMs.tif", package = "stars") L7 = read_stars(L7file) ### working but gives warning tm_shape(L7) + tm_raster(3, 2, 1) # Warning message: # In...

tmap_v4

I'm not sure whether this is an issue or just my misunderstanding of the `st_geotransform()` function. I'd like to use an affine transformation to translate and rotate a stars object...

I have an intermittent but reoccurring issue with pkgdown::build_articles() when trying to compile a vignette for a package. As a reproducible example, I've uploaded a RMarkdown file to GitHub [here](https://github.com/marine-ecologist/testpkg/blob/main/vignettes/rmarkdown_problem.Rmd)...

bug
articles :writing_hand:

I'm converting v3 code to v4 and can't seem to get the new tm_scale_continuous to work with linestrings in that the continuous legend color scale reverts to intervals. Example below:...

bug

`?tm_view` mentions passing options to `leafletOptions()` via `leaflet.option=`, but I can't seem to get this to work for `leaflet::providerTileOptions`. Example below: not working: ``` library(sf) library(tmap) library(leaflet) # set coord...

View-mode

tmap 4.1: I'm trying to plot an `sf` object with >500 polygons through `packcircles` with tmap "view". After trying to debug why the `sf` object is generating incorrect interactive plots,...

View-mode