R-Help

 

When I run the cspade function from the arulesSequences package...

 

s1 <- cspade(trans_matrix, parameter = list(support = 0.3), control =
list(verbose = TRUE))

#s1 <- cspade(trans_matrix, parameter = list(support = 0.3), control =
list(verbose = TRUE), tmpdir = "C:\\Temp")

 

I receive the following error .

error in file (con, "r"): cannot open the connection. cannot open file
'D:\Temp\cspade13403a927eaa.out': no such file or directory

 

now the program works just fine at home so the issue is with my  work
computer.  I suspect its some sort of read/write issue but the functions
seems to write the files out just fine then deletes them and errors out.

 

Any suggestions

 

Jeff Reichamn

 


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to