Package: distributions3
Title: Probability Distributions as S3 Objects
Version: 0.2.2
Authors@R: c(
    person("Alex", "Hayes", , "alexpghayes@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-4985-5160")),
    person("Ralph", "Moller-Trane", role = "aut"),
    person("Emil", "Hvitfeldt", , "emilhhvitfeldt@gmail.com", role = "ctb",
           comment = c(ORCID = "0000-0002-0679-1945")),
    person("Daniel", "Jordan", , "dandermotj@gmail.com", role = "aut"),
    person("Paul", "Northrop", , "p.northrop@ucl.ac.uk", role = "aut"),
    person("Moritz N.", "Lang", , "moritz.n.lang@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-2533-9903")),
    person("Achim", "Zeileis", , "Achim.Zeileis@R-project.org", role = "aut",
           comment = c(ORCID = "0000-0003-0918-3766")),
    person("Bruna", "Wundervald", , "brunadaviesw@gmail.com", role = "ctb"),
    person("Alessandro", "Gasparini", , "alessandro.gasparini@ki.se", role = "ctb")
  )
Description: Tools to create and manipulate probability distributions
    using S3.  Generics pdf(), cdf(), quantile(), and random() provide
    replacements for base R's d/p/q/r style functions.  Functions and
    arguments have been named carefully to minimize confusion for students
    in intro stats courses. The documentation for each distribution
    contains detailed mathematical notes.
License: MIT + file LICENSE
URL: https://github.com/alexpghayes/distributions3,
    https://alexpghayes.github.io/distributions3/
BugReports: https://github.com/alexpghayes/distributions3/issues
Imports: 
    ggplot2,
    glue,
    rlang
Suggests: 
    cowplot,
    knitr,
    PoissonBinomial,
    revdbayes (>= 1.3.5),
    rmarkdown,
    testthat (>= 3.0.0),
    tibble,
    vctrs
VignetteBuilder: 
    knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
