Package: flipr
Title: Flexible Inference via Permutations in R
Version: 0.2.0
Authors@R: c(
    person(given = "Alessia", 
           family = "Pini", 
           role = "aut", 
           email = "alessia.pini@unicatt.it"), 
    person(given = "Aymeric",
           family = "Stamm",
           role = c("aut", "cre"), 
           email = "aymeric.stamm@math.cnrs.fr",
           comment = c(ORCID = "0000-0002-8725-3654")), 
    person(given = "Simone", 
           family = "Vantini", 
           role = "aut", 
           email = "simone.vantini@polimi.it"))
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
LazyData: true
RoxygenNote: 7.1.1
Imports: purrr, rlang, magrittr, cli, ggplot2, tibble, withr,
        viridisLite
Suggests: rmarkdown, knitr, covr, tidyverse, plotly, htmlwidgets,
        htmltools, pracma, usethis
VignetteBuilder: knitr
URL: https://astamm.github.io/flipr/, https://github.com/astamm/flipr/
BugReports: https://github.com/astamm/flipr/issues/
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2021-03-06 22:05:56 UTC; stamm-a
Author: Alessia Pini [aut],
  Aymeric Stamm [aut, cre] (<https://orcid.org/0000-0002-8725-3654>),
  Simone Vantini [aut]
Maintainer: Aymeric Stamm <aymeric.stamm@math.cnrs.fr>
Repository: CRAN
Date/Publication: 2021-03-06 23:50:06 UTC
