在Android上安装R [英] Installing R on Android

查看:180
本文介绍了在Android上安装R的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将其安装在Android操作系统(我有Samsung Galaxy平板电脑)上.我想同时安装R和RStudio.

我一直在线上尝试查找有关此问题的信息,但是大多数文章都比较老(可追溯到2013年),对我来说没有太大意义.

我在个人笔记本电脑(带有Windows操作系统)上同时安装了R和R studio,发现它们都非常容易安装,但是在弄清楚如何在平板电脑上进行操作时遇到了麻烦.

如果有人最近做过并且成功了,请告诉我.

解决方案

  1. 从Google Play安装GNURoot
  2. 从Google Play安装Gnuroot Wheezy.参见 http://www.r-ohjelmointi.org/?p=1434

    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.

    解决方案

    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

    这篇关于在Android上安装R的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆