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 ```
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: