DataSlingers/clustRviz

New gganimate api

jjn13 opened this issue · 4 comments

jjn13 commented

I attempted to install the most recent version of gganimate (https://github.com/thomasp85/gganimate/) on one of my linux machines:

devtools::install_github('thomasp85/gganimate')

but this fails due to gifski dependency (https://github.com/r-rust/gifski). Trying to install this via:

devtools::install_github("r-rust/gifski")

asks me install rust environment via:

sudo apt-get install cargo

which also fails, but can be fixed by adding an external repo.

This is not necessarily a no-go, but we will be requiring windows/linux/mac users to have rust; the situation then seems similar to the SuperLU difficulties we encountered w/ RcppArmadillo.

Just wanted to check if this is desirable before translating gganimate to the new API.

I think it's ok -- CRAN distributes binaries, so non-Linux users won't need cargo or rustc. Agreed it's a pain for Linux users, but I think it's unavoidable. The old gganimate won't be around long-term.

jjn13 commented
jjn13 commented

See #47 for pull request

Closed via #47