Entering edit mode
Running into an error of not being able to install or run fgsea in R Version 1.4.1106.
# library(fgsea)
Error: package or namespace load failed for ‘fgsea’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘fastmatch’
In addition: Warning message:
package ‘fgsea’ was built under R version 4.1.1
#install.packages("fgsea", repos="http://cran.rstudio.com/", dependencies=TRUE)
Warning in install.packages :
package ‘fgsea’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Is there a way around this??
sessionInfo( )
Seems to have done the trick and worked. thanks!