简体   繁体   English

如何在 Archlinux 上安装 tidyverse?

[英]How can I install tidyverse on Archlinux?

I'm running since a few days archlinux and installed R-Studio today.我从几天开始运行archlinux并今天安装了R-Studio。 I'm not able to install the tidyverse packages.我无法安装 tidyverse 软件包。

Error in library(tidyverse) : there is no package called ‘tidyverse’
Calls: .First -> library
Execution halted
Warning in install.packages :
  installation of package ‘tidyverse’ had non-zero exit status

I found a few solutions for Ubuntu or Debian, but no solution for archlinux.我找到了一些针对 Ubuntu 或 Debian 的解决方案,但没有针对 archlinux 的解决方案。

I's seems that you need for Ubuntu or Debian libxml2-dev libcurl4-openssl-dev libssl-dev but I can't find em for archlinux.我似乎需要 Ubuntu 或 Debian libxml2-dev libcurl4-openssl-dev libssl-dev但我找不到 archlinux 的 em。

I hope someone can help me.我希望有一个人可以帮助我。

Okey, I found a solution for this specific Problem.好的,我找到了解决这个特定问题的方法。 I just started r-studio as sudo and was able to install "tidyverse" .我刚刚以sudo的身份启动 r-studio 并且能够安装"tidyverse"

I still have problems to install other packages that cant be solved with running as sudo for example psych .我仍然无法安装其他无法通过sudo运行解决的软件包,例如psych I'm not sure which libs are missing.我不确定缺少哪些库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM