Re: [Rd] JRI and error message from R_isMethodsDispatchOn

2010-11-19 Thread Simon Urbanek
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

Re: [Rd] gomp library with Rtools212

2010-11-19 Thread Davor Cubranic
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

[Rd] Error from sparse pattern matrix product

2010-11-19 Thread Niels Richard Hansen
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

[Rd] JRI and error message from R_isMethodsDispatchOn

2010-11-19 Thread Keith
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

[Rd] gomp library with Rtools212

2010-11-19 Thread Marko Robnik-Šikonja
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