Re: [R] installing R in ubuntu

2018-08-28 Thread peter dalgaard
gle, I came across something called GPG key. How > to get the GPG key for an AWS ubuntu instance? More over, what is a GPG key? > > Any general help on installing R in ubuntu AWS instance? > > very many thanks for your time and effort... > yours sincerely, > AKSHAY

[R] installing r on ubuntu ?

2014-04-07 Thread Witold E Wolski
Hi, trying to install newest R on ubuntu I follow the instructions at: http://cran.at.r-project.org/bin/linux/ubuntu/ I added: deb http://cran.r-mirror.de/bin/linux/ubuntu saucy/ to: /etc/apt/sources.list running : sudo apt-get update produces : W: GPG error: http://cran.r-mirror.de

Re: [R] installing r on ubuntu ?

2014-04-07 Thread Qiang Kou
Try this: gpg --keyserver subkeys.pgp.net --recv 51716619E084DAB9 gpg --export --armor 51716619E084DAB9 | sudo apt-key add - Best, KK On Mon, Apr 7, 2014 at 11:05 AM, Witold E Wolski wewol...@gmail.com wrote: Hi, trying to install newest R on ubuntu I follow the instructions at:

[R] Installing R on Ubuntu

2012-11-15 Thread Karel van Duijvenboden
Hello R-help team, I seek your help (for what is most likely a very simple problem). I'm new to Ubuntu and tried to install R using the Ubuntu Software Center. However, after clicking the install command, I always get prompted with the error Failed to download package files --- check your

Re: [R] Installing R on Ubuntu

2012-11-15 Thread Suzen, Mehmet
Try Prof. Wilkinson's recent blog entry: http://darrenjw.wordpress.com/2012/11/10/keeping-r-up-to-date-on-ubuntu-linux/ On Thu, Nov 15, 2012 at 5:14 PM, Karel van Duijvenboden viera...@gmail.com wrote: Hello R-help team, I seek your help (for what is most likely a very simple problem). I'm

[R] installing R on Ubuntu, can ignore warning messages?

2009-10-14 Thread robstdev
Installing R on Ubuntu 8.10, ( using sudo apt-get install r-base , and using one of the cran sites (cran.cnr.berkeley.edu)) the installation process says something about not having some gpg public key and are you sure you want to download non-authenticated stuff [y/n] (to which I answered yes

Re: [R] installing R on Ubuntu, can ignore warning messages?

2009-10-14 Thread Ista Zahn
and then make sure they are up-to date by running update.packages() in R. 2) You can also install packages using the regular install.packages() in an R session. Hope that helps, -Ista On Wed, Oct 14, 2009 at 10:11 PM, robstdev robst...@gmail.com wrote: Installing R on Ubuntu 8.10, ( using sudo apt-get

Re: [R] installing R on Ubuntu, can ignore warning messages?

2009-10-14 Thread Robert Wilkins
update.packages() in R. 2) You can also install packages using the regular install.packages() in an R session. Hope that helps, -Ista On Wed, Oct 14, 2009 at 10:11 PM, robstdev robst...@gmail.com wrote: Installing R on Ubuntu 8.10, ( using sudo apt-get install r-base , and using one of the cran

Re: [R] installing R on Ubuntu, can ignore warning messages?

2009-10-14 Thread Ista Zahn
and then make sure they are up-to date by running update.packages() in R. 2) You can also install packages using the regular install.packages() in an R session. Hope that helps, -Ista On Wed, Oct 14, 2009 at 10:11 PM, robstdev robst...@gmail.com wrote: Installing R on Ubuntu 8.10, ( using sudo apt-get

Re: [R] installing R on Ubuntu, can ignore warning messages?

2009-10-14 Thread Ista Zahn
and then make sure they are up-to date by running update.packages() in R. 2) You can also install packages using the regular install.packages() in an R session. Hope that helps, -Ista On Wed, Oct 14, 2009 at 10:11 PM, robstdev robst...@gmail.com wrote: Installing R on Ubuntu 8.10, ( using sudo

Re: [R] installing R on Ubuntu, can ignore warning messages?

2009-10-14 Thread David Winsemius
On Wed, Oct 14, 2009 at 10:11 PM, robstdev robst...@gmail.com wrote: Installing R on Ubuntu 8.10, ( using sudo apt-get install r-base , and using one of the cran sites (cran.cnr.berkeley.edu)) the installation process says something about not having some gpg public key and are you sure you want

[R] Installing R on Ubuntu ( 8.10 ) ?

2009-10-13 Thread Robert Wilkins
installing on Ubuntu, how to do it and have people found it to be glitchy? which is easier , binary install or from source ? With the source install, are you less likely to have a dependencies issue ? ( Ubuntu does the GCC install seamlessly, but has no mention of R )

Re: [R] Installing R on Ubuntu ( 8.10 ) ?

2009-10-13 Thread Ista Zahn
It's not glitchy, and you install it just like any other program. If you want the latest version you can follow the instructions here: http://cran.r-project.org/bin/linux/ubuntu/. Otherwise sudo aptitude install r-base r-base-dev will do the trick. On Tue, Oct 13, 2009 at 7:46 AM, Robert Wilkins

Re: [R] Installing R on Ubuntu ( 8.10 ) ?

2009-10-13 Thread Dirk Eddelbuettel
On 13 October 2009 at 07:46, Robert Wilkins wrote: | installing on Ubuntu, how to do it and have people found it to be glitchy? | | which is easier , binary install or from source ? | | With the source install, are you less likely to have a dependencies issue ? | | ( Ubuntu does the GCC

[R] Installing R on Ubuntu 8.10

2009-05-16 Thread Maria I. Tchalakova
Hi, I am trying to install R on Ubuntu 8.10. I have added this line: deb http://cran.at.r-project.org/bin/linux/ubuntu intrepid/ in my /etc/apt/sources.list file. However when I Reload, I get the following error message: W: GPG error: http://cran.at.r-project.org intrepid/ Release: The

Re: [R] Installing R on Ubuntu 8.10

2009-05-16 Thread Nordlund, Dan (DSHS/RDA)
-Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Maria I. Tchalakova Sent: Saturday, May 16, 2009 2:37 AM To: R-help Forum Subject: [R] Installing R on Ubuntu 8.10 Hi, I am trying to install R on Ubuntu 8.10. I have added

Re: [R] Installing R on Ubuntu 8.10

2009-05-16 Thread Maria I. Tchalakova
. Tchalakova Sent: Saturday, May 16, 2009 2:37 AM To: R-help Forum Subject: [R] Installing R on Ubuntu 8.10 Hi, I am trying to install R on Ubuntu 8.10. I have added this line: deb http://cran.at.r-project.org/bin/linux/ubuntu intrepid/ in my /etc/apt/sources.list file. However when I Reload, I get

Re: [R] installing R on Ubuntu

2009-02-11 Thread Vincent Goulet
posting this to help others. The following worked when installing R 2.8.1 on Ubuntu 8.04 Hardy Heron. Here are truly step-by-step instructions for those who don't know Linux (like me): Installation and Initial Set-Up of R for Ubuntu Linux 1. Open the Bash terminal (Applications Accessories

Re: [R] installing R on Ubuntu

2009-02-10 Thread Neil Shephard
-- View this message in context: http://www.nabble.com/installing-R-on-Ubuntu-tp10025949p21931845.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] installing R on Ubuntu

2009-02-10 Thread Douglas Bates
On Sun, Feb 8, 2009 at 1:36 PM, Tom Backer Johnsen bac...@psych.uib.no wrote: Dear me. Is the installation of R under Ubuntu really that complex? I have a dual boot machine (Linux / Windows, where I use the latter the most) and have plans to try R under Linux, but have not done so yet. Is it

Re: [R] installing R on Ubuntu

2009-02-10 Thread Rolf Turner
On 11/02/2009, at 11:52 AM, Douglas Bates wrote: snip Things are different under Windows. A fortune candidate? cheers, Rolf Turner ## Attention:\ This e-mail message is privileged and

Re: [R] installing R on Ubuntu

2009-02-09 Thread Thomas Lumley
On Sun, 8 Feb 2009, Tom Backer Johnsen wrote: Dirk Eddelbuettel wrote: On 8 February 2009 at 20:36, Tom Backer Johnsen wrote: | Dear me. Is the installation of R under Ubuntu really that complex? I | have a dual boot machine (Linux / Windows, where I use the latter the | most) and have

Re: [R] installing R on Ubuntu

2009-02-09 Thread Gavin Simpson
On Sun, 2009-02-08 at 16:21 -0500, Jonathan Baron wrote: For those reading this thread who might be thinking of trying Linux, I would like to point out that, with Fedora (another distribution of Linux aside from Ubuntu), the repositories are up to date, and there seems to be someone connected

Re: [R] installing R on Ubuntu

2009-02-09 Thread Jonathan Baron
On 02/09/09 10:06, Gavin Simpson wrote: On Sun, 2009-02-08 at 16:21 -0500, Jonathan Baron wrote: As much as I love Fedora (and I've used it from Core 1 onwards and haven't been swayed by Ubuntu's lovely brownness), I should point out that it need *not* be as simple as you make out on Fedora.

Re: [R] installing R on Ubuntu

2009-02-09 Thread Neil Shephard
://www.nabble.com/installing-R-on-Ubuntu-tp10025949p21912206.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org

Re: [R] installing R on Ubuntu

2009-02-09 Thread Michael Dewey
At 07:58 09/02/2009, Thomas Lumley wrote: On Sun, 8 Feb 2009, Tom Backer Johnsen wrote: Dirk Eddelbuettel wrote: On 8 February 2009 at 20:36, Tom Backer Johnsen wrote: | Dear me. Is the installation of R under Ubuntu really that complex? I | have a dual boot machine (Linux / Windows, where

Re: [R] installing R on Ubuntu

2009-02-09 Thread M. Edward (Ed) Borasky
On Mon, Feb 9, 2009 at 4:51 AM, Neil Shephard nsheph...@gmail.com wrote: The preceived difficulty of installing R under whatever flavour of GNU/Linux in this thread stems from being unfamiliar with the process of the package management of the flavour of GNU/Linux you use (and in part by the

Re: [R] installing R on Ubuntu

2009-02-08 Thread Paul Heinrich Dietrich
I've read some of R's literature on Linux, including the R Admin manual, and didn't find it very useful, which is probably my own limitation. But I did finally manage to get it working well. I'm posting this to help others. The following worked when installing R 2.8.1 on Ubuntu 8.04 Hardy

Re: [R] installing R on Ubuntu

2009-02-08 Thread Paul Heinrich Dietrich
I've read some of R's literature on Linux, including the R Admin manual, and didn't find it very useful, which is probably my own limitation. But I did finally manage to get it working well. I'm posting this to help others. The following worked when installing R 2.8.1 on Ubuntu 8.04 Hardy

Re: [R] installing R on Ubuntu

2009-02-08 Thread cruz
it working well. I'm posting this to help others. The following worked when installing R 2.8.1 on Ubuntu 8.04 Hardy Heron. Here are truly step-by-step instructions for those who don't know Linux (like me): Installation and Initial Set-Up of R for Ubuntu Linux 1. Open the Bash terminal

Re: [R] installing R on Ubuntu

2009-02-08 Thread Paul Heinrich Dietrich
://www.nabble.com/installing-R-on-Ubuntu-tp10025949p21899227.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org

Re: [R] installing R on Ubuntu

2009-02-08 Thread Paul Heinrich Dietrich
of the others?) with the Synaptic Package Manager? I hesitate on this because it seems like X11 is not a simple add-on package, but something core to Ubuntu. Any help is appreciated. Thanks. -- View this message in context: http://www.nabble.com/installing-R-on-Ubuntu-tp10025949p21899658.html

Re: [R] installing R on Ubuntu

2009-02-08 Thread Tom Backer Johnsen
. But I did finally manage to get it working well. I'm posting this to help others. The following worked when installing R 2.8.1 on Ubuntu 8.04 Hardy Heron. Here are truly step-by-step instructions for those who don't know Linux (like me): Installation and Initial Set-Up of R for Ubuntu Linux 1

Re: [R] installing R on Ubuntu

2009-02-08 Thread Joseph Magagnoli
Manager? I hesitate on this because it seems like X11 is not a simple add-on package, but something core to Ubuntu. Any help is appreciated. Thanks. -- View this message in context: http://www.nabble.com/installing-R-on-Ubuntu-tp10025949p21899658.html Sent from the R help mailing list

Re: [R] installing R on Ubuntu

2009-02-08 Thread Prof Brian Ripley
On Sun, 8 Feb 2009, Paul Heinrich Dietrich wrote: I would really like to see a good introduction to Emacs, and will check out that link. I know that Emacs and ESS are supposed to be the best, and are the most customizable. The reason I put the R Commander GUI instead of Emacs/ESS is because

Re: [R] installing R on Ubuntu

2009-02-08 Thread Dirk Eddelbuettel
| finally manage to get it working well. I'm posting this to help others. | The following worked when installing R 2.8.1 on Ubuntu 8.04 Hardy Heron. | Here are truly step-by-step instructions for those who don't know Linux | (like me): | | Installation and Initial Set-Up of R for Ubuntu

Re: [R] installing R on Ubuntu

2009-02-08 Thread Dirk Eddelbuettel
. I'm posting this to help others. | The following worked when installing R 2.8.1 on Ubuntu 8.04 Hardy Heron. | Here are truly step-by-step instructions for those who don't know Linux | (like me): | | Installation and Initial Set-Up of R for Ubuntu Linux | | 1. Open the Bash terminal (Applications

Re: [R] installing R on Ubuntu

2009-02-08 Thread Dirk Eddelbuettel
On 8 February 2009 at 06:56, Paul Heinrich Dietrich wrote: | | Amendment/Question #1: | | When I update.packages(), it tells me that rgl fails to update because it | can't find X11. Again, I'm pretty new to Ubuntu, but it looks like X comes | with Ubuntu. I see files under /etc/X11. Does

Re: [R] installing R on Ubuntu

2009-02-08 Thread John Fox
-help@r-project.org Subject: Re: [R] installing R on Ubuntu I would really like to see a good introduction to Emacs, and will check out that link. I know that Emacs and ESS are supposed to be the best, and are the most customizable. The reason I put the R Commander GUI instead of Emacs/ESS

Re: [R] installing R on Ubuntu

2009-02-08 Thread Paul Heinrich Dietrich
/downloaded_packages Warning message: In install.packages(update[instlib == l, Package], l, contriburl = contriburl, : installation of package 'rgl' had non-zero exit status -- View this message in context: http://www.nabble.com/installing-R-on-Ubuntu-tp10025949p21902802.html Sent from

Re: [R] installing R on Ubuntu

2009-02-08 Thread Paul Heinrich Dietrich
to novices? Yes. 'sudo apt-get install r-base ess ggobi' and you have working R, ESS and Ggobi. Start Emacs, type 'M-x R' and you have an R session inside Emacs. Is that really easier to accomplish in Windows? -- View this message in context: http://www.nabble.com/installing-R-on-Ubuntu

Re: [R] installing R on Ubuntu

2009-02-08 Thread Paul Heinrich Dietrich
manner). Perhaps someone has a suggestion for doing that. -- View this message in context: http://www.nabble.com/installing-R-on-Ubuntu-tp10025949p21902934.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org

Re: [R] installing R on Ubuntu

2009-02-08 Thread Paul Heinrich Dietrich
is probably my own limitation. But I did | finally manage to get it working well. I'm posting this to help others. | The following worked when installing R 2.8.1 on Ubuntu 8.04 Hardy Heron. | Here are truly step-by-step instructions for those who don't know Linux | (like me): | | Installation

Re: [R] installing R on Ubuntu

2009-02-08 Thread Paul Heinrich Dietrich
://www.nabble.com/installing-R-on-Ubuntu-tp10025949p21902978.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] installing R on Ubuntu

2009-02-08 Thread Tom Backer Johnsen
is probably my own limitation. But I did | finally manage to get it working well. I'm posting this to help others. | The following worked when installing R 2.8.1 on Ubuntu 8.04 Hardy Heron. | Here are truly step-by-step instructions for those who don't know Linux | (like me): | | Installation

Re: [R] installing R on Ubuntu

2009-02-08 Thread Jonathan Baron
For those reading this thread who might be thinking of trying Linux, I would like to point out that, with Fedora (another distribution of Linux aside from Ubuntu), the repositories are up to date, and there seems to be someone connected with Fedora (as well as the R core team) who is interested in

Re: [R] installing R on Ubuntu

2009-02-08 Thread Dirk Eddelbuettel
are in | /tmp/RtmpIW4d37/downloaded_packages | Warning message: | In install.packages(update[instlib == l, Package], l, contriburl = | contriburl, : | installation of package 'rgl' had non-zero exit status | | | | | -- | View this message in context: http://www.nabble.com/installing-R-on-Ubuntu

Re: [R] installing R on Ubuntu

2009-02-08 Thread Dirk Eddelbuettel
. Start Emacs, type 'M-x R' and you have an R session inside Emacs. | | Is that really easier to accomplish in Windows? | | | -- | View this message in context: http://www.nabble.com/installing-R-on-Ubuntu-tp10025949p21902883.html | Sent from the R help mailing list archive at Nabble.com

Re: [R] installing R on Ubuntu

2009-02-08 Thread Paul Heinrich Dietrich
= | contriburl, : | installation of package 'rgl' had non-zero exit status | | | | | -- | View this message in context: http://www.nabble.com/installing-R-on-Ubuntu-tp10025949p21902802.html | Sent from the R help mailing list archive at Nabble.com

Re: [R] Installing R in Ubuntu

2008-08-13 Thread Senthil Kumar M
On Tue, Aug 12, 2008 at 9:24 PM, Shreyasee Pradhan [EMAIL PROTECTED] wrote: Hi, I am running Ubuntu on my Windows OS through VMware. I am trying to install R in Ubuntu, but not getting with those commands, which are there on the site. Can anyone please tell me how to install it, stepwise,

Re: [R] Installing R in Ubuntu

2008-08-13 Thread Shreyasee Pradhan
Hi, Thanks for that. the way I tried is as follows: 1) Downloaded the r-base package 2) went in that directory where the r-base package was downloaded from command line 3) entered the command sudo apt-get install r-base But got the error, that Couldn't find r-base command. I don't

Re: [R] Installing R in Ubuntu

2008-08-13 Thread poppyer
Shreyasee Pradhan [EMAIL PROTECTED] writes: Hi, Thanks for that. the way I tried is as follows: 1) Downloaded the r-base package 2) went in that directory where the r-base package was downloaded from command line 3) entered the command sudo apt-get install r-base But got the

Re: [R] Installing R in Ubuntu

2008-08-13 Thread Paul Hiemstra
Hi, If you download a package to your harddrive for installation you need to use the dpkg command like: 1) Download pacakge (foo.deb) 2) Go to the directory 3) dpkg -i foo.deb But I would advise against this because it is better to use repositories so R get updated automatically. The

[R] Installing R in Ubuntu

2008-08-12 Thread Shreyasee Pradhan
Hi, I am running Ubuntu on my Windows OS through VMware. I am trying to install R in Ubuntu, but not getting with those commands, which are there on the site. Can anyone please tell me how to install it, stepwise, with commands to be used. As I m new to Ubuntu as well, I am not aware of the

Re: [R] Installing R on ubuntu dapper

2008-01-07 Thread Emmanuel Charpentier
hadley wickham a écrit : I followed the instructions at http://cran.r-project.org/bin/linux/ubuntu/README.html, but I'm getting the following error: ~: sudo apt-get install r-base Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may

Re: [R] Installing R on ubuntu dapper

2008-01-07 Thread hadley wickham
On 1/7/08, Emmanuel Charpentier [EMAIL PROTECTED] wrote: hadley wickham a écrit : I followed the instructions at http://cran.r-project.org/bin/linux/ubuntu/README.html, but I'm getting the following error: ~: sudo apt-get install r-base Reading package lists... Done Building

[R] Installing R on ubuntu dapper

2008-01-06 Thread hadley wickham
I followed the instructions at http://cran.r-project.org/bin/linux/ubuntu/README.html, but I'm getting the following error: ~: sudo apt-get install r-base Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an