Enter the body of text here
I tried to install DESeq2 multiple times through various means and I am still getting back error messages. I have a project due Saturday that I need DESeq2 for and would really appreciate any help! Thank you :)
library(DESeq2). Error: package or namespace load failed for ‘DESeq2’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘locfit’
# include your problematic code here with any corresponding output
# please also include the results of running the following in an R session
sessionInfo( )
Try
install.packages("locfit")
as the error said this package is missing, they try again to install DESeq2