I am trying to install it on an Android operating system (I have a Samsung Galaxy tablet). I would like to install both R and RStudio.
I've been online to try and find out about this but most of the articles are quite old (going back to 2013) and don't make much sense to me.
I have both R and R studio installed on my personal laptop (with a windows OS) and found these both very straightforward to set up, but having some trouble figuring out how to do this on a tablet.
If anyone has done it recently and been successful please let me know.
Update the package repositories (twice!):
apt-get update apt-get update
Block updates to system Perl:
apt-mark hold perl-base
Install R:
apt-get install r-base
Install all available cran packages from the Debian repositories:
apt-get install r-cran*
Start R from the command line:
R