在Ubuntu上安装R

时间:2015-08-06 10:52:10

标签: r ubuntu analysis

我是Ubuntu的新用户,在从附近的CRAN存储库中获取R包时面临很多问题。我使用的是Ubuntu v10.04和R v2.14.1。我无法像twittR,plyR等那样获取包。任何人都可以告诉我适当的步骤,因为我必须使用它来对twitter数据进行情绪分析。是因为旧版本的软件?

2 个答案:

答案 0 :(得分:2)

首先,获取Ubuntu 14.04。你在用10.04做什么?

添加Ubuntu CRAN版本的公钥:

sudo nano /etc/apt/sources.list

通过编辑sources.list:

,将附近的CRAN镜像添加到deb列表中
deb http://watson.nci.nih.gov/cran_mirror/bin/linux/ubuntu trusty/

在文件中,将此行添加到文件末尾:

sudo apt-get update

这会将Bethesda NIH R镜像添加到我们的ubuntu可信来源列表中。接下来,我们将更新apt-get软件包:

sudo apt-get install r-base r-base-dev

最后,安装(更新版本)Base-R和Dev-R:

R_LIBS_USER='directory_of_your_choice'.

要设置共享库文件夹,请编辑.bash_profile和/或.bashrc以设置

import React from 'react';

export class class Hello extends React.Component {
  constructor(props) {
    super(props);
 }

render(){
   <div>
   <input type="text" />
   </div>
    );
  }
}

React.render(<Hello />, document.getElementById('container'));

确保为用户设置正确的读/写权限。如需更多帮助,请转到AskUbuntu stack exchange

答案 1 :(得分:1)

您的软件安装五年,因此您将自己限制在五年前可用的。对于当前程序包,请在当前操作系统安装上使用当前 R.

我每六个月(通常在发布后一两个月)更新到当时的Ubuntu版本。像魅力一样。