MLInterfaces package problem
0
0
Entering edit mode
wenxue.li • 0
@wenxueli-17678
Last seen 5.6 years ago

HI, I have a problem with package MLInterfaces that can not be loaded right now. It was work perfect a few weeks ago, suddenly show this problem this week and I have tried many times to reinstall it and restart the computer but still not work. The following is the error information, Thank you very much.

source("http://www.bioconductor.org/biocLite.R")
biocLite(c("MSnbase","pRoloc","pRolocdata","pRolocGUI"))
source("https://bioconductor.org/biocLite.R")
biocLite("MLInterfaces")

> library("MSnbase")
> library("pRoloc")
Loading required package: MLInterfaces
Error: package or namespace load failed for ‘MLInterfaces’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘later’
Error: package ‘MLInterfaces’ could not be loaded

bioconductor • 564 views
ADD COMMENT
0
Entering edit mode

It appears that the package later is now required. Try seeing if after installing later it can properly load

biocLite("later")

If there are any new error messages or it still doesn't load please include those messages.

ADD REPLY
0
Entering edit mode

Thank you very much. Now it is working.

ADD REPLY

Login before adding your answer.

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