作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想使用 gganimate
包,但它需要 gifski
这是失败的。
* installing *source* package ‘gifski’ ...
** package ‘gifski’ successfully unpacked and MD5 sums checked
------------------ RUST COMPILER NOT FOUND --------------------
Cargo was not found on the PATH. Please install cargo / rustc:
- yum install cargo (Fedora/CentOS)
- apt-get install cargo (Debian/Ubuntu)
- brew install rustc (MacOS)
Alternatively install Rust from: <https://www.rust-lang.org>
---------------------------------------------------------------
ERROR: configuration failed for package ‘gifski’
* removing ‘/home/User/R/x86_64-pc-linux-gnu-library/3.5/gifski’
Warning in install.packages :
installation of package ‘gifski’ had non-zero exit status
curl https://sh.rustup.rs -sSf | sh
export PATH="$HOME/.cargo/bin:$PATH"
最佳答案
如果你在 linux Ubuntu 中,首先安装 rust 编译器:
终端 > sudo apt-get install cargo
然后,从 github 安装 gifski:
devtool::install_github("r-rust/gifski")
或使用 Remote 包:
Remote ::install_github("r-rust/gifski")
我希望我对你有所帮助。
关于r - 错误 : configuration failed for package ‘gifski’ ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55885616/
我想使用 gganimate包,但它需要 gifski这是失败的。 * installing *source* package ‘gifski’ ... ** package ‘gifski’ suc
我是一名优秀的程序员,十分优秀!