


No, you will get cannot execute binary file: Exec format error when you try to run rstudio command. In other words, there is no need to go through the pain of this manual anymore. Microsoft will release GUI app support for WSL in the next Windows 11 more information are here: If (!requireNamespace( "BiocManager", quietly = TRUE))īiocManager::install( "siggenes", version = "3.Use RStudio within Windows Subsystem for Linux 2 (WSL 2) The service in running on default port: 8787 Install dependencies for MetaboAnalystRįor Rmpi sudo apt-get install -y libopenmpi-devįor Cairo sudo apt-get install -y libcairo2-dev libxt-devįor magick sudo add-apt-repository -y ppa:opencpu/imagemagickįor rgl sudo apt-get install libx11-dev libcgal-dev libglu1-mesa-dev libglu1-mesa-dev -y Install the current version of rstuido server(e.g.v1.1.453) sudo apt-get install gdebi-core Sudo apt-get install -y libcurl4-openssl-dev libxml2-dev libssl-dev build-essential software-properties-common libnetcdf-dev Install xcms CAMERA sudo R if (!requireNamespace( "BiocManager", quietly = TRUE))īiocManager::install( "xcms", version = "3.8")īiocManager::install( "CAMERA", version = "3.8")īiocManager::install( "msdata", version = "3.8")īiocManager::install( "IPO", version = "3.8") Install Rstudio server

To add the key to your system with one command use sudo apt-key adv -keyserver -recv-keys E084DAB9 Install R sudo apt-get update & sudo apt-get install -y r-base r-base-dev Install xcms dependencies sudo apt-get install -y r-cran-xml The Ubuntu archives on CRAN are signed with the key of “Michael Rutter with key ID E084DAB9. Update system sudo apt-get update & sudo apt-get upgrade -y Update the sources.list to include latest R dist sudo sh -c "echo deb xenial-cran35/ > /etc/apt/sources.list"
