Hello,
(Related to Slackware 13.37 64bit, java 1.7.0 u40, and R 2.14.0)
I am having a problem (perhaps) of some java misconfiguration which
appears when working with R/rJava/RWeka (
http://www.r-project.org/)
a succesful root's R-session is:
> library(RWeka)
> x <- read.arff(system.file("arff",
> "contact-lenses.arff", package = "RWeka"))
> Apriori(x)
Apriori
=======
Minimum support: 0.2 (5 instances)
Minimum metric <confidence>: 0.9
Number of cycles performed: 16
Generated sets of large
itemsets:
(...)
and failed R-session as an user
> library(RWeka)
> x <- read.arff(system.file("arff", "contact-lenses.arff", package =
> "RWeka"))
> Apriori(x)
Error in .jnew("weka/core/Attribute", attname[i], .jcast(levels,
"java/util/List")) :
java.lang.NoSuchMethodError: <init>
What is missing on user's account? What permissions or variables?
Can anyone help me with this?
Regards
Jakub