[R] R-studio stalls in arulesSequences

2015-03-12 Thread Simon Givoli
Hi, I'm trying to extract sequences from my data, using the SPADE algorithm in the arulesSequences package: 1 1 8 1100 31 45 31 45 1 5 1200 1 2 100 1100 31 45 1 5 31 1 3 59 1100 31 45 1 81 1000 1 1 5 1 4 69 1100 31 45 17 1000 610 1000 1 1 81 1 5 31 1100 31 45 81 1000 (library(Matrix (library(aru

Re: [R] R-studio stalls in arulesSequences

2015-03-11 Thread Jeff Newmiller
Also, of the problem only occurs in RStudio then your question would need to be asked in their support forum. They do override some standard R functions so occasionally there are bugs introduced by that. Check if it occurs in plain R before posting here. -

Re: [R] R-studio stalls in arulesSequences

2015-03-11 Thread Sarah Goslee
Please don't post in HTML - your code is unreadable. Using dput() to provide some of your data may also encourage people to help you figure out what's wrong. Without a reproducible example that includes some sample data (fake is fine), the code you used, and some clear idea of what output you exp