Nothing
### ceeboo 2012
if (.Platform$OS == "windows" &&
.Platform$GUI == "RTerm") {
library("arulesSequences")
## use example data from paper
data(zaki)
## mine frequent sequences
s1 <- cspade(zaki, parameter = list(support = 0.4))
## fake
.Platform$GUI <- "Rgui"
s2 <- cspade(zaki, parameter = list(support = 0.4))
stopifnot(identical(s1, s2))
}
###
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.