在安装整形r r软件包期间,我面临错误。 R版本为4.2.0,OS是Ubuntu 22.04(在Windows主机OS中)。我已经在R中使用了以下命令进行安装:
install.package("tidyverse",dependencies=TRUE)
安装后,当我使用库(Tidyverse)调用库时,它给出了一个错误:
系统尚未用SystemD作为Init System(PID 1)启动。不能
操作。无法连接到总线:主机降低
无法连接到巴士:主机沿警告消息
:``````
警告消息:在系统中(“ timeDatectl”,intern = true):运行
命令“ timeDatectl”具有状态1
友好
的帮助解决错误。
I am facing an error during the installation of tidyverse R package. The R version is 4.2.0 and OS is ubuntu 22.04 (in windows host OS). I have used the following command in R for the installation:
install.package("tidyverse",dependencies=TRUE)
After the installation when I called the library using library(tidyverse), it gives an error:
System has not been booted with systemd as init system (PID 1). Can't
operate. Failed to connect to bus: Host is down
along a warning message: `
Warning message:In system("timedatectl", intern = TRUE) : running
command 'timedatectl' had status 1
`
Kindly help troubleshoot the error.
发布评论