Re: [R] error in installing limma

2020-12-23 Thread Ayushi Dwivedi
n be loaded from temporary location > ** checking absolute paths in shared objects and dynamic libraries > ** testing if installed package can be loaded from final location > ** testing if installed package keeps a record of temporary installation > path > * DONE (limma) > >

Re: [R] error in installing limma

2020-12-23 Thread Ayushi Dwivedi
hey.. I used this command to install limma but after running sometime it terminated with error "installation of package ‘limma’ had non-zero exit status". if (!requireNamespace("BiocManager", quietly = TRUE)) + install.packages("BiocManager") > BiocManager::install("limma") *Ayushi Dwivedi* *Ph

Re: [R] error in installing limma

2020-12-23 Thread Martin Morgan
ion path * DONE (limma) From: Ayushi Dwivedi Date: Wednesday, December 23, 2020 at 12:52 AM To: Martin Morgan Cc: "r-help@r-project.org" , "r-help-requ...@r-project.org" Subject: Re: [R] error in installing limma hey.. I used this command to install limma but after

Re: [R] error in installing limma

2020-12-22 Thread Martin Morgan
limma is a Bioconductor package so you should use https://support.bioconductor.org I'd guess that you've trimmed your screen shot just after the informative information. Just copy and paste as plain text the entire output of your installation attempt. Presumably you are using standard practices