Vijay Nagarajan

Results 1 comments of Vijay Nagarajan

@boutrys I tried the renv route and it worked. ``` # mkdir clusterProfiler_test # cd clusterProfiler_test # Start R (from within this directory) install.packages("renv") renv::init() # Restart R install.packages("BiocManager") BiocManager::install("clusterProfiler")...