当前位置:网站首页>namespace ‘rlang’ 0.2.0 is being loaded, but >= 0.3.0 is required

namespace ‘rlang’ 0.2.0 is being loaded, but >= 0.3.0 is required

2022-06-27 11:51:00 Analysis of breeding data


install data.table Report errors

       
install.packages("tidyverse",dependencies=T,source=T)
Installing package into ‘/home/dengfei/R/x86_64-pc-linux-gnu-library/3.5’
(as ‘lib’ is unspecified)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 61647 100 61647 0 0 246k 0 --:--:-- --:--:-- --:--:-- 246k
* installing *source* package ‘tidyverse’ ...
** package ‘tidyverse’ successfully unpacked and MD5 sums checked
** R
** inst
** byte-compile and prepare package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace ‘rlang’ 0.2.0 is being loaded, but >= 0.3.0 is required
ERROR: lazy loading failed for package ‘tidyverse’
* removing ‘/home/dengfei/R/x86_64-pc-linux-gnu-library/3.5/tidyverse’

The downloaded source packages are in
‘/tmp/RtmpWcGxLB/downloaded_packages’
Warning message:
In install.packages("tidyverse", dependencies = T, source = T) :
installation of package ‘tidyverse’ had non-zero exit status
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.

resolvent

       
remove.packages("rlang")
remove.packages("Rcpp")
install.packages("tidyverse",dependencies=T,source=T)
  • 1.
  • 2.
  • 3.

Get it done

       
install.packages("tidyverse",dependencies=T,source=T)
Installing package into ‘/home/dengfei/R/x86_64-pc-linux-gnu-library/3.5’
(as ‘lib’ is unspecified)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 61647 100 61647 0 0 1368k 0 --:--:-- --:--:-- --:--:-- 1368k
* installing *source* package ‘tidyverse’ ...
** package ‘tidyverse’ successfully unpacked and MD5 sums checked
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (tidyverse)

The downloaded source packages are in
‘/tmp/RtmpWcGxLB/downloaded_packages’
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.



原网站

版权声明
本文为[Analysis of breeding data]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202161647187699.html