Package: BernoulliRuns
Type: Package
Title: Exact Run-Count Distributions for Independent Bernoulli Trials
Version: 0.1.0
Authors@R: 
    person("Bahadır", "Yüzbaşı",
           email = "bahadir.yuzbasi@inonu.edu.tr",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-6196-3201"))
Description: Computes the exact probability mass function, cumulative
    distribution, expected value, and inclusive one-sided tail probabilities
    of the total run count in a sequence of mutually independent Bernoulli
    trials. Success probabilities may vary by position and are supplied by
    the user. The finite-state dynamic programming formulation follows Fu and
    Koutras (1994) <doi:10.1080/01621459.1994.10476841>. No probability
    estimation or two-sided test is performed.
License: GPL (>= 3)
Encoding: UTF-8
Language: en-US
URL: https://github.com/byuzbasi/BernoulliRuns
BugReports: https://github.com/byuzbasi/BernoulliRuns/issues
Depends: 
    R (>= 4.1.0)
Suggests:
    knitr,
    rmarkdown,
    testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
