We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9512ccf commit 4a50ee6Copy full SHA for 4a50ee6
R/plot.R
@@ -305,7 +305,7 @@ plot_crop = function(x, quiet = TRUE) {
305
} else if (loadable('magick')) {
306
img = magick::image_read(x)
307
magick::image_write(magick::image_trim(img), x)
308
- } else warning(
+ } else message(
309
'The magick package is required to crop "', x2, '" but not available.'
310
)
311
x2
0 commit comments