Skip to content

Installing R and RStudio on a Chromebook #229

@maurolepore

Description

@maurolepore

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions