This is a test version of Biostars. For the public version, visit https://www.biostars.org.
can not install DiffBind in R studio

Hi, I use the following to install DiffBind.

biocLite("DiffBind")

But I can not istall it on my computer. How I can deal with it? Thanks.

library(DiffBind) Error: package or namespace load failed for ‘DiffBind’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘bit64’.

r
install.packages("bit64")

0 answers

No answers yet.

Log in to answer this question.