forestgeo / learn

Links to interesting articles, videos, tutorials, tips, and more
5 stars 8 forks source link

Installing R and RStudio on a Chromebook #229

Open maurolepore opened 5 years ago

maurolepore commented 5 years ago

http://blog.sellorm.com/2018/12/20/installing-r-and-rstudio-on-a-chromebook/

WARNING: This commands are incorrect and this is how to fix them:

# is
deb https://cran.rstudio.com/bin/linux/debian stretch-cran35
# must be
deb https://cran.rstudio.com/bin/linux/debian stretch-cran35/
# is
dpkg -i rstudio.deb
# must be
sudo dpkg -i rstudio.deb