This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Problems with installation of WGCNA package in R

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

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’

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

0 answers

No answers yet.

Log in to answer this question.