[R] arules "killed"

2012-01-17 Thread Patrick McCann
. creating transaction tree ... done [1.65s]. checking subsets of size 1 2 3Killed Thanks, Patrick McCann [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the pos

[R] pmml for random forest & rules

2011-10-10 Thread Patrick McCann
t;", sapply(classes, as.character), "\"", sep = "", collapse = ", ") stop("unable to find an inherited method for function \"", fdef@generic, "\", for signature ", cn

Re: [R] unique possible bug

2011-10-06 Thread Patrick McCann
: > > > On 05.10.2011 22:15, Patrick McCann wrote: >> >> Hi, >> >> I am trying to read in a rather large list of transactions using the >> arules library. > > You mean the arules package? > > >> It seems in the coerce method into the dgCmatri

[R] unique possible bug

2011-10-05 Thread Patrick McCann
ave changed from 2^29 to 2^30, right? If so, how would I change it in my copy? Do I have to recompile everything? Thanks, Patrick McCann Here is a simple to reproduce example: > runif(2^29+5)->a > sum(unique(a))->b Error in unique.default(a) : length 536870917 is too large for hashing