Installing R on Android

  1. Install GNURoot from Google Play
  2. Install Gnuroot Wheezy from Google Play. See http://www.linux-magazine.com/ Online/Blogs/Productivity-Sauce/GNURoot-Linux-on-Android-No-Root-Required for more help.
  3. Update the package repositories (twice!):apt-get update apt-get update
  4. Block updates to system Perl:apt-mark hold perl-base
  5. Install R:apt-get install r-base
  6. Install all available cran packages from the Debian repositories:apt-get install r-cran*
  7. Start R from the command line:R

source http://www.r-ohjelmointi.org/?p=1434

Leave a Comment