R is a free software environment for statistical computing and graphics.
0
votes
0answers
15 views
How do I set my system to get the upstream (“Saucy”) files for R?
I want to upgrade R from 2.15.2 (stable) to 3.0.1 (active development). I want to do so because of a bug in the current version with plotting. I look at this page, but I don't know what to do with ...
1
vote
1answer
34 views
Problems with vim-r
Getting the following error when opening an .R file in vim (vim-r installed).
Error detected while processing /home/johnros/.vim/r-plugin/common_global.vim:
line 3106: E484: Can't open file ...
0
votes
0answers
75 views
How to make Revobase package work in R 3.0.1?
I have just moved to Ubuntu 12.04 LTS and I am having a hard time with R packages and installation. I need to use the Revobase package. I installed it this way:
sudo apt-get install revolution-r
...
1
vote
1answer
64 views
How to install latest version of rgedit in 13.04
I've got a bug in the version of RGedit in ubuntu's repository and I want to install the latest version to see if this plays better with 13.04 somehow.
What do I do once I download the archive? ...
0
votes
0answers
58 views
Plotting not working well in with Rgedit in 13.04. Bug? [closed]
I just installed 13.04 on a new machine, and also installed RGedit. This is the old version that is in the ubuntu repository -- I couldn't for the life of me how to figure out how to get the new ...
0
votes
2answers
133 views
Can I customize the colors in my R terminal environment?
I'm running R version 2.13.1 and wondering if there is a way to get more interesting colors in the R terminal, either in bash or tk-R
2
votes
2answers
2k views
Installing latest version of R-base
I have been unsuccessfully trying to install the latest version (2.15.2) of r-base. Apparently, R package Rcpp would not install for R version 2.14.1 - the version that installs for me.
I am not ...
1
vote
2answers
1k views
How to install rgdal on Ubuntu 12.10?
I'm strugling to install rgdal library on Ubuntu 12.10.
Installation from within R results in error:
Error: gdal-config not found The gdal-config script distributed with
GDAL could not be ...
1
vote
0answers
302 views
netCDF and nf-config on 10.04: why does R not find them?
I hope someone can provide an explanation in plain English for this problem. My questions are 1) why is this happening, 2) how can I solve it.
Trying to install in R a package called ncdf4 I got the ...
1
vote
1answer
309 views
What is the best way of installing the R package XLConnect?
What is the best way of installing the R package XLConnect in Ubuntu 12.04 x86?
I tried to manually install it via R, using install.packages("XLConnect",dependencies=TRUE), but after half an hour of ...
0
votes
1answer
163 views
How can I install rjags on Ubuntu AMI on EC2?
I installed the pre-built Amazon Machine Image with Rstudio Server provided by bioconductor into a free micro instance on EC2.
Then I installed JAGS (Just Another Gibbs Sampler to use it via rstudio ...
0
votes
0answers
84 views
Heatmap using R [closed]
I am trying to plot heatmap of a matrix by reading data from a csv file.
Here is how the code looks:
lda <- read.csv('topic_word_matrix.data',sep=",")
row.names(lda) <- lda$topics
lda <- ...
0
votes
1answer
144 views
Trouble updating/installing newer required R
All other answers I find only end up pointing to instructions: http://cran.r-project.org/bin/linux/ubuntu/
So interpreting that site, added line:
deb http://r.meteo.uni.wroc.pl/bin/linux/ubuntu ...
2
votes
2answers
270 views
Which recent Ubuntu should I use for Matlab R2011a, Octave 3.6.1 and recent R?
I wish to install Ubuntu on a new machine 64 bits.
Can you help by telling me which most recent Ubuntu will be compatible and stable with Matlab (R2011a), AND a recent Octave (3.6.1), AND a recent R ...
2
votes
1answer
64 views
What is the name of the package for R?
I tried aptitude search r, but (unsurprisingly), there are waaaay too many results to sift through.
2
votes
1answer
125 views
Good workflow for updating R modules around R-cran updates?
I like that R updates frequently to give me the best new packages, but it does seem to pose a problem for my R scripts on cron schedules.
I noticed that every time ubuntu updater updates my r-base ...
0
votes
1answer
976 views
Installing R on Ubuntu - getting updates to work
I have installed R. When I update my system it however complains that the R updates aren't authentificated.
What do I have to do to authentificate them?
2
votes
3answers
3k views
correct Installation and configuration of openJDK and R
I am relatively new to Ubuntu so I wont know a lot of commands that probably became standard to a lot of you guys.
I am trying to set up R and with it the necessary java dependencies to install e.g. ...
0
votes
1answer
598 views
running .bat on ubuntu using wine
I needed to run a .bat file on ubuntu 10.04, so I installed wine and brought up the console.
my .bat file has R scripts, and when I run
start test.bat
I get the following error:
wine: cannot find ...
4
votes
1answer
1k views
gedit-r-plugin not showing up in plugin list in gedit
I installed the gedit-r-plugin through synaptic and in the past it has worked great. I can't seem to even get the plugin to show up in the Preferences -> Plugins list after updating to 11.10. I'm ...
3
votes
1answer
348 views
Bypassing excessive dependencies when installing r-base-core
I'm trying to install R (via r-base-core) on an ubuntu 10.10 server.
It is trying to install all of the following:
The following NEW packages will be installed:
apt-xapian-index apturl ...
3
votes
1answer
641 views
How do I install a newer version of R on 9.10?
I am trying to install R on my ubuntu 9.10 machine but when I use the repository I tend to get the R version 2.8 which is quite old. Is there a way to install R latest version on my machine. Ubuntu ...
14
votes
4answers
2k views
What is a good setup for LaTeX and R?
I am not sure if this is the proper place for this question, so my apologies if it is not.
I want to switch from Windows to Ubuntu, or at least have an additional operating system next to windows. I ...
0
votes
1answer
565 views
Any one experienced problem installing (ilog/ibm)'s cplex?
this was working on 10.04, but now i can't get it to work again....
cplex seem to be properly installed (though if anyone can suggest a way to insure this is indeed the case, i'd be thankful)
any ...