I would like to run the above mentioned project in RStudio Cloud. I can run it on my machine, but not on the cloud. I think the error has to do with running out of memory compiling some packages(RCppEigen being 1). Can someone help me figure this out? Here are the directions I am following from the website.
# Installation instructions:
# 1. Install DEBrowser and its dependencies by running the lines below
# in R or RStudio.
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("debrowser")
# 2. Load the library
library(debrowser)
# 3. Start DEBrowser
startDEBrowser()