Re: [R] Problem installing XML in Ubuntu 10.10

2011-04-25 Thread Phil Spector
Many of the libraries that are packaged by the various Linux distributions come in two forms: 1) The basic library, which can be used by any program that has been built to access the library, and 2) development versions (ending in -dev on Debian based systems, and -devel on Red Hat based

[R] Install and Configure RSQLite in Ubuntu

2011-04-25 Thread Abraham Mathew
Hi Folks, I'm new to the linux world and am having some trouble installing the RSQLite package. SQLite is installed, but some dependencies(?) seem to be missing. Can anyone help? sessionInfo() R version 2.13.0 (2011-04-13) Platform: i686-pc-linux-gnu (32-bit) install.packages() Installing

Re: [R] Using Java methods in R

2011-04-25 Thread lcn
you should take a look at the doc of .jarray by input ?.jarray in the console and see related examples by example(.jarray) in the console. This is what the doc says, and your issues might be related to it: '.jevalArray' currently supports only a subset of all possible array types.

Re: [R] Using Java methods in R

2011-04-25 Thread lcn
for(i in 1:3) for(j in 1:4) print(ar34Ret(i,j),digits=15) Error in print(ar34Ret(i, j), digits = 15) : could not find function ar34Ret The way you used ar34Ret(i, j) was actually wrong. It should be ar34Ret[i, j], if nothing else wrong. At 2011-04-25 08:06:51£¬hill0093 hill0...@umn.edu

Re: [R] Install and Configure RSQLite in Ubuntu

2011-04-25 Thread Phil Spector
sudo apt-get install libsqlite3-dev (Unfortunately, the method I described to find this package in my previous post doesn't work for this one.) - Phil Spector Statistical Computing Facility

Re: [R] rJava Help

2011-04-25 Thread Wincent
I believe this posting is placed, and I take the liberty to re-direct to the r-help mailing list. Regards, Ronggui On 26 April 2011 12:33, gop...@mail.gvsu.edu wrote:  I am trying to create a web user interface using RApache. I need to install rJava packge but I am getting the following

<    1   2