Package: distributions3 Title: Probability Distributions as S3 Objects Version: 0.2.1 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: ellipsis, ggplot2, glue Suggests: covr, cowplot, knitr, revdbayes (>= 1.3.5), rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Encoding: UTF-8 RoxygenNote: 7.2.1.9000 Config/testthat/edition: 3 Config/testthat/parallel: true NeedsCompilation: no Packaged: 2022-09-07 04:17:10 UTC; alex Author: Alex Hayes [aut, cre] (), Ralph Moller-Trane [aut], Emil Hvitfeldt [ctb] (), Daniel Jordan [aut], Paul Northrop [aut], Moritz N. Lang [aut] (), Achim Zeileis [aut] (), Bruna Wundervald [ctb], Alessandro Gasparini [ctb] Maintainer: Alex Hayes Repository: CRAN Date/Publication: 2022-09-07 06:50:05 UTC