forked from alexpghayes/distributions3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·46 lines (46 loc) · 1.85 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: distributions3
Title: Probability Distributions as S3 Objects
Version: 0.1.2.9000
Authors@R: c(
person("Alex", "Hayes", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4985-5160")),
person("Ralph", "Moller-Trane", role = "aut"),
person("Emil", "Hvitfeldt", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-0679-1945")),
person("Daniel", "Jordan", , "[email protected]", role = "aut"),
person("Paul", "Northrop", , "[email protected]", role = "aut"),
person("Moritz N.", "Lang", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2533-9903")),
person("Achim", "Zeileis", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-0918-3766")),
person("Bruna", "Wundervald", , "[email protected]", role = "ctb"),
person("Alessandro", "Gasparini", , "[email protected]", role = "ctb")
)
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 (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Config/testthat/parallel: true