Package: distributions3
Title: Probability Distributions as S3 Objects
Version: 0.1.2
Authors@R: 
    c(person(given = "Alex",
             family = "Hayes",
             role = c("aut", "cre"),
             email = "alexpghayes@gmail.com",
             comment = c(ORCID = "0000-0002-4985-5160")),
      person(given = "Ralph",
             family = "Moller-Trane",
             role = "aut"),
      person(given = "Emil",
             family = "Hvitfeldt",
             role = "ctb",
             email = "emilhhvitfeldt@gmail.com",
             comment = c(ORCID = "0000-0002-0679-1945")),
      person(given = "Daniel",
             family = "Jordan",
             role = "aut",
             email = "dandermotj@gmail.com"),
      person(given = "Paul",
             family = "Northrop",
             role = "aut",
             email = "p.northrop@ucl.ac.uk"),
      person(given = "Bruna",
             family = "Wundervald",
             role = "ctb",
             email = "brunadaviesw@gmail.com"),
      person(given = "Alessandro",
             family = "Gasparini",
             role = "ctb",
             email = "alessandro.gasparini@ki.se"))
Description: Tools to create and manipulate probability
    distributions using S3.  Generics random(), pdf(), cdf() and
    quantile() provide replacements for base R's r/d/p/q 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: ellipsis, ggplot2, glue
Suggests: covr, cowplot, knitr, revdbayes (>= 1.3.5), rmarkdown,
        testthat (>= 2.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-01-03 17:03:42 UTC; alex
Author: Alex Hayes [aut, cre] (<https://orcid.org/0000-0002-4985-5160>),
  Ralph Moller-Trane [aut],
  Emil Hvitfeldt [ctb] (<https://orcid.org/0000-0002-0679-1945>),
  Daniel Jordan [aut],
  Paul Northrop [aut],
  Bruna Wundervald [ctb],
  Alessandro Gasparini [ctb]
Maintainer: Alex Hayes <alexpghayes@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-03 17:30:05 UTC
