Keith,
On Nov 19, 2010, at 7:40 PM, Keith wrote:
> Dear R users,
>
> I have a small project written in Java and need some statical tools.
> Therefore, I used JRI (in rJava package) as an interface between R and Java
> to write some wrappers for my work. However, I received error message from R
On November 19, 2010 07:58:40 am Marko Robnik-Šikonja wrote:
> Dear developers,
>
> I am a maintainer of the CORElearn package which uses OpenMP
> multithreading to speed up some computations. When producing a new
> release we tested the package with the latest R 2.12.0. On Linux the
> package wor
Hi
The following attempt to minimize memory consumption fails.
m1 <- Matrix(c(rep(1,1000), rep(0,2000)), 1500)
m2 <- as(m1, "ngCMatrix")
Then
m1 %*% c(1,2)
produces the desired matrix product, while
m2 %*% c(1,2)
results in the error
Error in x %*% y :
Cholmod error 'invalid xtype' at fi
Dear R users,
I have a small project written in Java and need some statical tools.
Therefore, I used JRI (in rJava package) as an interface between R and
Java to write some wrappers for my work. However, I received error
message from R while I have more than one java method which wraps R:
Er
Dear developers,
I am a maintainer of the CORElearn package which uses OpenMP multithreading
to speed up some computations. When producing a new release we tested the
package with the latest R 2.12.0. On Linux the package works normally. On
Windows we installed a recommended version of Rtools (Rto