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 = "alessia.pini@unicatt.it"), person(given = "Aymeric", family = "Stamm", role = c("aut", "cre"), email = "aymeric.stamm@cnrs.fr", comment = c(ORCID = "0000-0002-8725-3654")), person(given = "Simone", family = "Vantini", role = "aut", email = "simone.vantini@polimi.it"), person(given = "Juliette", family = "Chiapello", role = "ctb"), person(given = "Manon", family = "Simonot", role = "ctb", email = "manon.simonot@univ-nantes.fr")) 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, quarto, rmarkdown, testthat (>= 3.0.0), tidyr, viridis, viridisLite VignetteBuilder: quarto URL: https://permaverse.github.io/flipr/, https://github.com/permaverse/flipr/ BugReports: https://github.com/permaverse/flipr/issues/ Depends: R (>= 4.1.0) LinkingTo: Rcpp Config/testthat/edition: 3 Config/pak/sysreqs: cmake git make libgit2-dev libuv1-dev libssl-dev libx11-dev Repository: https://permaverse.r-universe.dev Date/Publication: 2025-03-19 14:10:40 UTC RemoteUrl: https://github.com/permaverse/flipr RemoteRef: HEAD RemoteSha: da06467066eccc521b0de5b99eb729b71bd117a2 NeedsCompilation: yes Packaged: 2026-06-24 12:06:20 UTC; root Author: Alessia Pini [aut], Aymeric Stamm [aut, cre] (ORCID: ), Simone Vantini [aut], Juliette Chiapello [ctb], Manon Simonot [ctb] Maintainer: Aymeric Stamm