-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.3 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
Package: sanssouci
Version: 0.13.0
Date: 2024-06-17
Title: Post Hoc Multiple Testing Inference
Authors@R: c(person("Pierre", "Neuvial", role=c("aut", "cre"),
email="pierre.neuvial@math.univ-toulouse.fr",
comment = c(ORCID = "0000-0003-3584-9998")),
person("Gilles", "Blanchard", role="aut"),
person("Guillermo", "Durand", role="aut",
comment = c(ORCID = "0000-0003-4056-5631")),
person("Nicolas", "Enjalbert-Courrech", role="aut"),
person("Etienne", "Roquain", role="aut"))
License: GPL-3
Description: Post hoc inference based on the control of a dedicated risk called the Joint (Family-Wise) Error Rate.
Depends: R (>= 3.5.0)
Imports:
generics,
Matrix,
matrixStats,
matrixTests,
Rcpp (>= 0.12.3)
LinkingTo: Rcpp, RcppArmadillo
Suggests:
cherry,
edgeR,
ggplot2,
knitr,
limma,
markdown,
rmarkdown,
RColorBrewer,
sanssouci.data,
scales,
testthat,
covr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: true
Encoding: UTF-8
URL: https://github.com/sanssouci-org/sanssouci,
https://sanssouci-org.github.io/sanssouci/
BugReports: https://github.com/sanssouci-org/sanssouci/issues
Remotes: github::sanssouci-org/sanssouci.data