You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use the tiles() function from your package as indicated in the README, I get an error. This is also the #Not run example in ?tiles.
reprex::reprex_info()
#> Created by the reprex package v0.1.1.9000 on 2017-12-12
library(magick)
#> Linking to ImageMagick 6.9.9.25#> Enabled features: cairo, fontconfig, freetype, fftw, lcms, pango, rsvg, webp#> Disabled features: ghostscript, x11
library(collage)
files<- list.files(system.file("base", package="collage"), pattern="jpg$", full.names=TRUE)
samples<- tiles(files, size=25)
#> Error in .x[[...]]: subscript out of bounds
Are there additional system requirements I don't meet? Was wondering about Disabled features: ghostscript, x11 but could not find anything online quickly.
The text was updated successfully, but these errors were encountered:
When I try to use the
tiles()
function from your package as indicated in the README, I get an error. This is also the#Not run
example in?tiles
.Are there additional system requirements I don't meet? Was wondering about
Disabled features: ghostscript, x11
but could not find anything online quickly.The text was updated successfully, but these errors were encountered: