-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·22 lines (22 loc) · 918 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: convdistr
Type: Package
Title: Convolute Probabilistic Distributions
Version: 1.6.2.9000
Authors@R: person(
"Aponte",
"John",
email = "john.j.aponte@gmail.com",
role = c("aut","cre"),
comment = c(ORCID = "0000-0002-3014-3673"))
URL: https://github.com/johnaponte/convdistr, https://johnaponte.github.io/convdistr/
Description: Convolute probabilistic distributions using the random generator
function of each distribution. A new random number generator function is created that
perform the mathematical operation on the individual random samples from the
random generator function of each distribution. See the documentation for examples.
License: GPL (>= 3)
Encoding: UTF-8
Suggests: spelling, testthat, knitr, rmarkdown
Imports: stats, graphics, pryr, extraDistr, dplyr, tidyr, ggplot2, RColorBrewer, SHELF, MASS, shiny
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Language: en-US