Re: [R] RJDBC in Ubuntu

2012-08-01 Thread Pascal Oettli
Hello, You probably should reconfigure R using: > R CMD javareconf before installing the package you want. And when you install a package, don't forget the quote. HTH Pascal Le 02/08/2012 14:45, am a écrit : Hi, I'm working with R on Cassandra and need to install RJDBC on my Ubuntu virtual

[R] RJDBC in Ubuntu

2012-08-01 Thread am
Hi, I'm working with R on Cassandra and need to install RJDBC on my Ubuntu virtual machine. The traditional commands (install.packages(RJDBC, dep=TRUE) and library(RJDBC)) don't work: they throw an error that they can't find the package. I tried installing it using the Rkward GUI, but can't write