Package: clickstream
Type: Package
Title: Analyzes Clickstreams Based on Markov Chains
Version: 1.3.4
Date: 2025-07-23
Authors@R: c(person(given = "Michael",
                        family = "Scholz",
                        role = c("aut", "cre"),
                        email = "michael.scholz@th-deg.de"),
                 person(given = "Theo",
                        family = "van Kraay",
                        role = "aut"))
Maintainer: Michael Scholz <michael.scholz@th-deg.de>
Encoding: UTF-8
Description: A set of tools to read, analyze and write lists of click sequences
    on websites (i.e., clickstream). A click can be represented by a number,
    character or string. Clickstreams can be modeled as zero- (only computes
    occurrence probabilities), first- or higher-order Markov chains.
License: GPL-2
Depends: R (>= 3.0.1), methods, igraph, stats, utils, reshape2, MASS
Imports: plyr, Rsolnp, arules, linprog, ggplot2, ClickClust, parallel,
        data.table
LazyLoad: yes
ByteCompile: yes
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-07-23 18:47:40 UTC; mscholz
Author: Michael Scholz [aut, cre],
  Theo van Kraay [aut]
Repository: CRAN
Date/Publication: 2025-07-23 19:10:18 UTC
Built: R 4.6.0; ; 2025-10-14 02:37:38 UTC; windows
