Closed ckuenne closed 3 years ago
That is unfortunate, I'll have a look. In the mean time you can install the previous version of gifski (there are no real changes):
install.packages("https://cran.r-project.org/src/contrib/Archive/gifski/gifski_0.8.6.tar.gz", repos = NULL)
that worked perfectly. thx!
This is fixed in gifski 0.8.7.1 which is now on CRAN:
install.packages("gifski", repos = "https://cran.r-project.org")
ok, thx again.
i'm trying to to install gifski on Debian 10 with R 4.0.4 and get the following error.
then i checked the rust error.
the current debian 10 buster rustc is version 1.41.1 and there is no native way to install rustup. so i guess the way forward for now would be to remove the stable debian rustc package and manually install an unstable version instead. which does not seem optimal.
do you see a better way to solve this? can you maybe adapt your code considering "unstable subslice patterns"? here is an explanation for that: https://github.com/rust-lang/rust/pull/67712