Closed mtennekes closed 2 years ago
Which version of ubuntu are you on? I'm not getting this on my ubuntu 20.04. Also CRAN's debian servers don't show any problems: https://cran.r-project.org/web/checks/check_results_gifski.html
Also 20.04:
setting value
version R version 4.1.2 (2021-11-01)
os Ubuntu 20.04.4 LTS
system x86_64, linux-gnu
ui RStudio
language (EN)
collate en_US.UTF-8
ctype en_US.UTF-8
tz Europe/Amsterdam
date 2022-03-09
rstudio 2022.02.0+443 Prairie Trillium (desktop)
pandoc 2.17.1.1 @ /usr/lib/rstudio/bin/quarto/bin/ (via rmarkdown)
Which linux libraries does the installation depend on, that are worth checking?
The only thing it depends on is cargo. What is your cargo --version
? I get:
cargo --version
cargo 1.57.0
It's been installed now!
I had an older version 1.39. Then I tried to upgrade but failed due to a problem of a missing Cargo.toml
. I removed the .cargo
folder and apparently that did the trick.
Thanks!
Hi @jeroen
I got this installation error on Ubuntu:
I got this error when I try to install from CRAN and from
remotes::install_github
. If you need more information, let me know.Groeten, Martijn