Entering edit mode
2.7 years ago
sanatbhadsavle
•
0
I am trying to install the WGCNA package in R and I keep getting this message -
Warning messages:
1: package(s) not installed when version(s) same as current; use `force = TRUE` to
re-install: 'WGCNA'
2: In install.packages(update[instlib == l, "Package"], l, repos = repos, :
installation of package ‘rlang’ had non-zero exit status
Any help will be appreciated.
This is what I get when I try to load WGCNA
Try installing impute like the error message says -
install.packages("impute")
.