Package: markovmix
Title: Mixture of Markov Chains with Support of Higher Orders and
        Multiple Sequences
Version: 0.1.0
Authors@R: 
    person(given = "Xiurui",
           family = "Zhu",
           role = c("aut", "cre"),
           email = "zxr6@163.com",
           comment = NULL)
Maintainer: Xiurui Zhu <zxr6@163.com>
Description: Fit mixture of Markov chains of higher orders from multiple
    sequences. It is also compatible with ordinary 1-component, 1-order or
    single-sequence Markov chains. In addition to the fit function, custom
    print() and predict() functions are also provided
    <https://github.com/zhuxr11/markovmix#examples-of-fitting-mixture-of-markov-chains>.
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Imports: dplyr (>= 1.0.8), forcats (>= 1.0.0), purrr (>= 0.3.4), Rcpp,
        rlang (>= 1.1.0), tibble (>= 3.1.6), tidyr (>= 1.2.0)
Suggests: bench (>= 1.1.2), covr, ggplot2 (>= 3.4.2), testthat (>=
        3.1.7)
LinkingTo: Rcpp
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Collate: 'RcppExports.R' 'data.R' 'utils.R' 'markov_mix_utils.R'
        'markov_mix.R' 'markovmix-package.R'
URL: https://github.com/zhuxr11/markovmix
BugReports: https://github.com/zhuxr11/markovmix/issues
NeedsCompilation: yes
Packaged: 2023-04-23 16:11:30 UTC; Xiurui Zhu
Author: Xiurui Zhu [aut, cre]
Repository: CRAN
Date/Publication: 2023-04-24 09:50:05 UTC
