Skip to content

ivansaul/Rstudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Install Rstudio in GitHub Codespaces

  1. First, fork this repositori and edit with codespaces
  2. Inside codespaces open a new terminal and ...
  3. Add new user and define password ("rstudio" : "password")
sudo useradd -m -s /bin/bash rstudio
sudo passwd rstudio
  1. Install R, RStudio Server and localtunnel.
yes | sh install.sh
  1. To access to the RStudio server:
  • Run localtunnel to tunnel RStudio app port 8787
    sudo lt --port 8787
  • click on the output link,
  • click button "Click to Continue" on the "friendly reminder" page,
  • use the username "rstudio" and password "password" you defined at the third step (in this example).

Install Rstudio in Google Colab

Open In Colab

About

Install Rstudio in GitHub Codespaces and Google Colab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages