在 Jupyterlab 中安装“devtools”

问题描述 投票:0回答:0

我可能需要一些帮助——我使用 Jupyterlab 并且我已经安装了一些包。但是,我无法安装包“devtools”。

这是错误信息:

Install package to ‘/Users/jupyter-sbr/R/x86_64-pc-linux-gnu-library/4.2’
(as ‘lib’ is unspecified)

install dependencies ‘systemfonts’, ‘textshaping’, ‘ragg’, ‘pkgdown’

ERROR: configuration failed for package ‘systemfonts’

removing ‘/Users/jupyter-sbr/R/x86_64-pc-linux-gnu-library/4.2/systemfonts’
ERROR: dependency ‘systemfonts’ is not available for package ‘textshaping’
removing ‘/Users/jupyter-sbr/R/x86_64-pc-linux-gnu-library/4.2/textshaping’
ERROR: dependencies ‘systemfonts’, ‘textshaping’ are not available for package ‘ragg’
removing ‘/Users/jupyter-sbr/R/x86_64-pc-linux-gnu-library/4.2/ragg’
ERROR: dependency ‘ragg’ is not available for package ‘pkgdown’
removing ‘/Users/jupyter-sbr/R/x86_64-pc-linux-gnu-library/4.2/pkgdown’
ERROR: dependency ‘pkgdown’ is not available for package ‘devtools’
removing ‘/Users/jupyter-sbr/R/x86_64-pc-linux-gnu-library/4.2/devtools’
Warning message in install.packages("devtools", dependencies = TRUE):
"Installation of package ‘systemfonts’ had non-zero exit status"
Warning message in install.packages("devtools", dependencies = TRUE):
"Installation of package ‘textshaping’ had non-zero exit status"
Warning message in install.packages("devtools", dependencies = TRUE):
"Installation of package ‘ragg’ had non-zero exit status"
Warning message in install.packages("devtools", dependencies = TRUE):
"Installation of package ‘pkgdown’ had non-zero exit status"
Warning message in install.packages("devtools", dependencies = TRUE):
"Installation of package 'devtools’ had non-zero exit status"

我尝试同时使用笔记本和终端来安装它。 我可以尝试什么?我已经查看了其他网站上建议的解决方案,但到目前为止还无法应用它们中的任何一个。

r jupyter-lab remote-server devtools install.packages
© www.soinside.com 2019 - 2024. All rights reserved.