-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.38 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
Package: algstat
Type: Package
Title: Algebraic Statistics
Version: 0.1.0.904
Authors@R: c(person("David", "Kahle", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9999-1558")),
person("Luis", "Garcia-Puente", email = "[email protected]", role = "aut"),
person("Ruriko", "Yoshida", email = "[email protected]", role = "aut"),
person("Grant", "Innerst", email = "[email protected]", role = "ctb"),
person("Philip", "Hossu", email = "[email protected]", role = "ctb"),
person("Ryan", "Hebdon", email = "[email protected]", role = "ctb"),
person("Sun", "Chong", email = "[email protected]", role = "ctb"))
Maintainer: David Kahle <[email protected]>
Description: Functions enabling the use of algebraic methods on statistical
problems. Prominent application domains are discrete multivariate analysis,
discrete and Gaussian graphical models, algebraic pattern recognition,
latent variable models, phylogenetics, and more.
LinkingTo: Rcpp
Depends:
R (>= 2.10),
mpoly (>= 1.1.0),
latte (>= 0.2.0),
bertini (>= 0.0.0),
m2r
Imports:
stringr (>= 1.0.0),
reshape2,
Rcpp,
lpSolve,
parallel,
ggplot2,
purrr,
dplyr,
magrittr,
tibble,
tidyr,
glue,
rstan
Suggests:
vcd,
microbenchmark,
gmp
License: GPL-2
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8