Problems with installation of WGCNA package in R
0
0
Entering edit mode
2.2 years ago

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.

Bioconductor WGCNA R • 1.8k views
ADD COMMENT
0
Entering edit mode

This is what I get when I try to load WGCNA

library(WGCNA)
Loading required package: dynamicTreeCut
Loading required package: fastcluster

Attaching package: ‘fastcluster’

The following object is masked from ‘package:stats’:

    hclust

Error: package or namespace load failed for ‘WGCNA’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘impute’
ADD REPLY
0
Entering edit mode

Try installing impute like the error message says - install.packages("impute").

ADD REPLY

Login before adding your answer.

Traffic: 1489 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6