-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
71 lines (71 loc) · 1.75 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: flipr
Title: Flexible Inference via Permutations in R
Version: 0.3.3.9000
Authors@R: c(
person(given = "Alessia",
family = "Pini",
role = "aut",
email = "[email protected]"),
person(given = "Aymeric",
family = "Stamm",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8725-3654")),
person(given = "Simone",
family = "Vantini",
role = "aut",
email = "[email protected]"),
person(given = "Juliette",
family = "Chiapello",
role = "ctb"),
person(given = "Manon",
family = "Simonot",
role = "ctb",
email = "[email protected]"))
Description: A flexible permutation framework for making
inference such as point estimation, confidence
intervals or hypothesis testing, on any kind of data,
be it univariate, multivariate, or more complex such
as network-valued data, topological data, functional
data or density-valued data.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Imports:
cli,
dials,
furrr,
ggplot2,
magrittr,
optimParallel,
progressr,
purrr,
R6,
Rcpp,
rgenoud,
rlang,
tibble,
usethis,
withr
Suggests:
covr,
dplyr,
htmltools,
htmlwidgets,
interp,
knitr,
plotly,
rmarkdown,
testthat (>= 3.0.0),
tidyr,
viridis,
viridisLite
VignetteBuilder: knitr
URL: https://permaverse.github.io/flipr/, https://github.com/permaverse/flipr/
BugReports: https://github.com/permaverse/flipr/issues/
Depends:
R (>= 2.10)
LinkingTo:
Rcpp
Config/testthat/edition: 3