Cannot install limma
1
0
Entering edit mode
12 months ago
mropri ▴ 150

I removed limma from my packages and am trying to install in again. These are the warning I am getting when trying to install again:

package ‘limma’ successfully unpacked and MD5 sums checked

Warning: cannot remove prior installation of package ‘limma’

Warning: restored ‘limma’

In addition, when I do library(limma), I get:

Error in library(limma) : there is no package called ‘limma’

I am using Biocmanager to install it, and would aprreciate any help in this regard, thank you!

bioconductor limma • 1.2k views
ADD COMMENT
0
Entering edit mode
12 months ago
Corentin ▴ 600

Hi mropri,

It would be helpful if you could provide the command you used for the installation.

You can try to use the "force" option:

BiocManager::install(pkgs = "limma", force = TRUE)

Alternatively,you can manually uninstall limma, you can find the directories where your R packages are installed using:

.libPaths()

Delete the folder corresponding to the limma package, open R and try to install limma again.

ADD COMMENT

Login before adding your answer.

Traffic: 3458 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