UBC-DSCI / introduction-to-datascience

Open Source Textbook for DSCI100: Introduction to Data Science in R
https://datasciencebook.ca/
Other
50 stars 54 forks source link

review in already rstudio instance #447

Closed johnfelipe closed 1 year ago

johnfelipe commented 2 years ago
root@ubuntu20dockers:~/platys-demo-platform# docker exec -ti rstudio /bin/bash
root@rstudio:/# ls
bin  boot  data-transfer  dev  etc  home  init  lib  lib32  lib64  libexec  libx32  media  mnt  opt  proc  rocker_scripts  root  run  sbin  srv  sys  tmp  usr  var
root@rstudio:/# cd home/
root@rstudio:/home# ls
rstudio
root@rstudio:/home# cd rstudio/
root@rstudio:/home/rstudio# ls
root@rstudio:/home/rstudio# git clone https://github.com/UBC-DSCI/introduction-to-datascience

then wich will be command inside docker image after git cloned

trevorcampbell commented 1 year ago

Please read the readme for how to build the book in rstudio.