[R] CSPADE error: system invocation error

2013-08-02 Thread Cen Guo
Hi Sue & Michael, I'm running into the same situation, i first tried everything with my own data and it didn't work, and then i tried with zaki.txt and i got the same error Here is my sessioninfo: > sessionInfo() R version 3.0.1 (2013-05-16) Platform: i386-w64-mingw32/i386 (32-bit) locale: [1

Re: [R] CSPADE error: system invocation error

2012-04-03 Thread R. Michael Weylandt
> [4] lattice_0.20-0 > > loaded via a namespace (and not attached): > [1] grid_2.14.2 tools_2.14.2 >> > -Original Message- > From: R. Michael Weylandt [mailto:michael.weyla...@gmail.com] > Sent: Wednesday, 4 April 2012 2:35 PM > To: Sue Xu > Cc:

Re: [R] CSPADE error: system invocation error

2012-04-03 Thread R. Michael Weylandt
It works fine for me: can you give sessionInfo()? Michael On Tue, Apr 3, 2012 at 9:27 PM, Sue Xu wrote: > Hi, > > I am trying to use the CSPADE function as part of the ArulesSequences > package. When running with my own data I get a system invocation error, and > also get the same when running

[R] CSPADE error: system invocation error

2012-04-03 Thread Sue Xu
Hi, I am trying to use the CSPADE function as part of the ArulesSequences package. When running with my own data I get a system invocation error, and also get the same when running the built in example with the zaki data: > example(cspade) And get the following error: preprocessing ...Error i

Re: [R] cspade error

2011-10-10 Thread lenp
That's a very late answer, but I just ran into the same problem and thought maybe someone else (someone browsing the archives, for instance) would appreciate a tip. There are maybe empty lines in your data file "file_name.txt". If you remove them, or remove the corresponding transactions in "data_e

Re: [R] cspade error

2011-08-28 Thread J Reps
I have a vector with entries like "1,1,2,item1,item2" or "1,2,1,item1" that I save as "file_name.txt" and then is transformed into a transaction by calling: data_ex <- read_baskets("file_name.txt", sep=",", info= c("eventID","sequenceID","SIZE")) as the first first three parts of the entry corr

[R] cspade error

2011-08-28 Thread J Reps
Hi, I'm using the cspade function from the arulesSequences package on linux and keep getting the error: "Error in makebin(data, file) : 'sid' invalid" any information on how to solve this would be much appreciated. Thanks. -- View this message in context: http://r.789695.n4.nabble.com/cspad