mhahsler / arules

Mining Association Rules and Frequent Itemsets with R
http://mhahsler.github.io/arules
GNU General Public License v3.0
194 stars 42 forks source link

arulesSequences error with timeout #79

Closed clairerichardsRN closed 1 year ago

clairerichardsRN commented 1 year ago

Greetings I'm getting the following error. I updated all packages and I still get this error.

data(zaki)
> s0 <- cspade(zaki, parameter = list(support = 0,
                                 maxsize = 1, maxlen = 1),
               control   = list(verbose = TRUE))

parameter specification: support : 0 maxsize : 1 maxlen : 1

algorithmic control: bfstype : FALSE verbose : TRUE summary : FALSE tidLists : FALSE

preprocessing ...Error in system(command, flag, f, stdout, stderr, timeout) : invalid 'timeout' argument

mhahsler commented 1 year ago

Hello! I'm afraid you're in the wrong place. arulesSequences it's a different package and a different developer

https://github.com/cran/arulesSequences