similar to: ubuntu repository for R

Displaying 20 results from an estimated 4000 matches similar to: "ubuntu repository for R"

2009 May 16
1
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 the following error message: W: GPG error: http://cran.at.r-project.org intrepid/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
2009 Aug 16
1
Installing quantreg package under Ubuntu
Does any have installation instructions for this? When I run install.packages('quantreg') I get: gcc -std=gnu99 -shared -o quantreg.so akj.o boot.o brute.o chlfct.o cholesky.o combos.o crq.o crqfnb.o dsel05.o etime.o extract.o idmin.o iswap.o kuantile.o mcmb.o penalty.o powell.o rls.o rq0.o rq1.o rqbr.o rqfn.o rqfnb.o rqfnc.o sparskit2.o srqfn.o srqfnc.o srtpai.o -llapack -lblas
2010 Feb 11
1
Problems with ubuntu karmic x64
Hello. I've tried to install R on ubuntu and all succeeded untill I searched for the icon to execute, simply didn't appear anywhere. I wrote in terminal: *sudo gedit /etc/apt/sources.list* then added with : *##Estadística con R deb http://cran.es.r-project.org/bin/linux/ubuntu karmic/* saved, *sudo apt-get update* and *sudo apt-get install r-base* as instructions say. Then I tried to
2007 May 19
4
GPG key for Ubuntu packages
Hi! Is anyone experiencing the following: $ gpg --keyserver subkeys.pgp.net --recv-key E2A11821 gpg: requesting key E2A11821 from hkp server subkeys.pgp.net gpg: keyserver timed out gpg: keyserver receive failed: keyserver error Regards, Gregor
2007 Jun 29
2
How to install R 2.5 with Synaptic in Ubuntu?
Dear R-users, I'm using Ubuntu dapper, which only have R of Version 2.2.1. Would anybody tell me how to install the latest version of R with Synaptic in Ubuntu dapper system. Thanks!
2009 May 05
2
Bristol mirror GPG problem ubuntu repository
Hello, I am getting a GPG error with the ubuntu repository at the bristol UK mirror. When my source.list has this line: deb http://www.stats.bris.ac.uk/R/bin/linux/ubuntu/ intrepid/ On an "apt-get update" you get this: W: GPG error: http://www.stats.bris.ac.uk intrepid/ Release: The following signatures were invalid: BADSIG D67FC6EAE2A11821 Vincent Goulet <vincent.goulet at
2007 Jul 25
1
Upgrading to R 2.5.1 on Ubuntu Feisty 64
Hi there, A new thread was started on the R list about problems to upgrade R to version 2.5.1 and we were re-directed on this list. We are two with exactly the same problem and the same distribution (Ubuntu Feisty 64). We are unable to upgrade to R 2.5.1. The r-base-core package is version 2.4.1 in Ubuntu repositories while all others r-cran related packages are upgraded to R 2.5.1
2008 Oct 17
6
Simple Gantt like chart for numbers rather dates
I would like to produce a chart that looks like a Gantt chart (or shingle plot), but instead of tasks you have variable names and instead of start and finish dates you have an upper and lower numeric value. If that makes sense, is there an obvious way of doing this. Thanks, Graham
2005 Dec 28
2
Importing Genstat files into R
Does anyone know if there is a package or other method of reading Genstat files directly into R. Genstat isn't listed in the foreign package. Many thanks, Graham [[alternative HTML version deleted]]
2008 Oct 05
2
trouble with character \u00e2
Greetings R-wizards: For historical reasons I have filenames with the character "?" and have successfully used "\u00e2" in its place, with the hoped-for result on all my on-screen plots. However since R2.7.0 I have trouble with savePlot() when the file name includes that character as it does in this example: savePlot(paste("diagnostic ? vs a ", file.label,
2006 Sep 08
2
subsetting a data set
I have a data set called GQ1, which has 20 variables one of which is a factor called Status at thre levels "Expert", "Ecol" and "Stake" I have managed to evaluate some of the data split by status using commands like: summary (Max[Status=="Ecol"]) BUT how do I produce asummary for Ecol and Expert combined, the only example I can find suggsts I could use
2008 Oct 26
10
VNC access console of paravirtualised DomU
Hi, I''ve seen this asked a few times, but I just can''t work out whether I am misinterpreting how this is supposed to work, or if it is just broken in my setup. What I want is to be able to see the character cell console of DomU''s via VNC. As far as I understand, when I create/startup the DomU, then a vnc server should start listening on my Dom0. I have tried every
2008 May 04
1
texi2dvi instead of pdflatex in R2.7.0? and related bioc 2.2 builds
Dear lists: I am somewhat puzzled by the use of texi2dvi/pdflatex in R2.7.0. When building EBImage (bioconductor) with 2.7.0 I get the same error both in Windows and Linux, which reads the following: ** building package indices ... * DONE (EBImage) * creating vignettes ... ERROR /usr/bin/texi2dvi: pdflatex exited with bad status, quitting. Error in texi2dvi(file = bft, pdf = TRUE, clean =
2008 May 16
1
var/sd and NAs in R2.7.0
Hello all, I just upgraded to R 2.7.0 and found that the behavior of 'var' and 'sd' have changed in the presence NAs (this wasn't explicit in the NEWS file, though I see it probably has to do with the change for cor/cov). Anyway, I just want to make sure that it was intentional to produce an error when there was all NAs and na.rm=TRUE, rather than returning an NA (like R
2008 Jul 09
1
version problems of rkward in ubuntu hardy repository
Hi I tried to install rkward under ubuntu hardy heron, but it tried to use the one from the cran repository which was newer, but it did not install. To be able to install rkward, I had to disable the cran repository, install rkward, lock it's version and enable the repository again. I have the feeling, that the dependencies are not correct (it is looking for libqt4GUI, but I have a
2009 Jun 14
2
Installing and maintaining R on Ubuntu 9.04 -, best practice
I had an exchange of ideas on this with Dirk E. a couple of months ago. He can correct this if I state it wrongly, but 1) we agreed that using apt/Synaptic structure was best, but sometimes the packages are not available 2) also that using install.packages when there is a .deb can lead to some "confusion" (the package database on the local system does not know about an R package
2009 Oct 30
2
Rattle - libglade not found
I have just installed rattle on Ubntu 9.04, and R 2.8.1 and get an error message when I try to run it. > library(rattle) > rattle() Error in rattle() : The RGtk2 package did not find libglade installed. Please install it. I have installed libglade2-dev through synaptic, and following suggestion from an earlier thread re-installed RGtk2 using install.packages, and through synaptic. Can
2009 Dec 08
2
Upgrading To 2.10 from 2.6.2
Hello I have a Linux machine (Ubuntu 8.04 hardy, Gcc version 4.2.4 (i486-linux-gnu) currently running R 2.6.2. I'd like to upgrade to 2.10. First Question): What is the appropriate way to remove the old version of R? Part 2. After downloading r-base_2.10.0.orig.tar.gz and opening the archive. I ran the ./configure routine. It failed claiming that it could not find the F77 compiler. My
2008 May 22
1
bug in R 2.7.0 (PR#11497)
In the latest version R2.7.0 the following command does not work anymore: x <- eval(parse(prompt = paste("give value for x > "))) It does give the pompt, but the object x is not created. We think this is due to a bug in the function parse. best regards, Wout Slob ____________________________________________________________________________ DISCLAIMER:
2008 May 14
1
rlm and lmrob error messages
Hello all, I'm using R2.7.0 (on Windows 2000) and I'm trying do run a robust regression on following model structure: model = "Y ~ x1*x2 / (x3 + x4 + x5 +x6)" where x1 and x2 are both factors (either 1 or 0) and x3.....x6 are numeric. The error code I get when running rlm(as.formula(model), data=daymean) is: error in rlm.default(x, y, weights, method = method, wt.method =