[R] Is ImageMagick package not compatible with R 3.3.2?

Duncan Murdoch murdoch.duncan at gmail.com
Wed Mar 15 16:18:21 CET 2017


On 15/03/2017 8:58 AM, Yihui Xie wrote:
> I'm the author of the animation package, and I do plan to switch to
> the magick package in the future instead of using ImageMagick as a
> system dependency.

I did that in rgl (as a Suggests); it's very easy, as the functions 
mirror the command line options.

Duncan Murdoch

>
> Regards,
> Yihui
> --
> https://yihui.name
>
>
> On Wed, Mar 15, 2017 at 12:32 AM, Bert Gunter <bgunter.4567 at gmail.com> wrote:
>> A google search on "ImageMagick Package R" brought this up, which
>> seems relevant:
>>
>> https://cran.r-project.org/web/packages/magick/vignettes/intro.html
>>
>> -- Bert
>>
>>
>> Bert Gunter
>>
>> "The trouble with having an open mind is that people keep coming along
>> and sticking things into it."
>> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>>
>>
>> On Tue, Mar 14, 2017 at 10:21 PM, C W <tmrsg11 at gmail.com> wrote:
>>> Dear list,
>>>
>>> I am trying to use saveGIF() from library animation.
>>> https://cran.r-project.org/web/packages/animation/animation.pdf
>>>
>>> saveGIF() has dependency on package ImageMagick.
>>>
>>> I got the following,
>>>> install.packages("ImageMagick")
>>> Warning in install.packages :
>>>   package ‘ImageMagick’ is not available (for R version 3.3.2)
>>>
>>> Does that mean I can't use saveGIF() anymore? It seems that this is the
>>> only package capable in R.
>>>
>>> Thank you in advance!
>>>
>>>         [[alternative HTML version deleted]]
>>>
>>> ______________________________________________
>>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>>> https://stat.ethz.ch/mailman/listinfo/r-help
>>> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
>>> and provide commented, minimal, self-contained, reproducible code.
>>
>> ______________________________________________
>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list