Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't reproduce README results #17

Open
lorenzwalthert opened this issue Dec 12, 2017 · 2 comments
Open

Can't reproduce README results #17

lorenzwalthert opened this issue Dec 12, 2017 · 2 comments

Comments

@lorenzwalthert
Copy link

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.

@RAJohansen
Copy link

@lorenzwalthert, were you ever able to resolve this issue?

@lorenzwalthert
Copy link
Author

I just tried again by installing from GitHub and I get the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants