Package: DiscreteFDR Type: Package Title: FDR Based Multiple Testing Procedures with Adaptation for Discrete Tests Version: 2.1.1 Date: 2026-02-13 Authors@R: c( person("Sebastian", "Döhler", role = c("aut", "ctb"), email = "sebastian.doehler@h-da.de", comment = c(ORCID = "0000-0002-0321-6355")), person("Florian", "Junge", role = c("aut", "ctb", "cre"), email = "diso.fbmn@h-da.de", comment = c(ORCID = "0009-0001-6856-6938")), person("Guillermo", "Durand", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-4056-5631")), person("Etienne", "Roquain", role = "ctb"), person("Christina", "Kihn", role = "ctb") ) Description: Implementations of the multiple testing procedures for discrete tests described in the paper Döhler, Durand and Roquain (2018) "New FDR bounds for discrete and heterogeneous tests" . The main procedures of the paper (HSU and HSD), their adaptive counterparts (AHSU and AHSD), and the HBR variant are available and are coded to take as input the results of a test procedure from package 'DiscreteTests', or a set of observed p-values and their discrete support under their nulls. A shortcut function to obtain such p-values and supports is also provided, along with a wrapper allowing to apply discrete procedures directly to data. License: GPL-3 Language: en-US Encoding: UTF-8 Depends: R (>= 3.00) Imports: Rcpp (>= 1.0.12), DiscreteTests (>= 0.2.1), lifecycle, checkmate, DiscreteDatasets LinkingTo: Rcpp, RcppArmadillo Suggests: rmarkdown, knitr, R.rsp, kableExtra VignetteBuilder: knitr, R.rsp URL: https://github.com/DISOhda/DiscreteFDR BugReports: https://github.com/DISOhda/DiscreteFDR/issues RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Repository: https://disohda.r-universe.dev Date/Publication: 2026-02-13 09:24:18 UTC RemoteUrl: https://github.com/disohda/discretefdr RemoteRef: HEAD RemoteSha: fadfbdbe41084aceefcbcc071aedb28b07acbc21 NeedsCompilation: yes Packaged: 2026-06-24 09:13:45 UTC; root Author: Sebastian Döhler [aut, ctb] (ORCID: ), Florian Junge [aut, ctb, cre] (ORCID: ), Guillermo Durand [aut, ctb] (ORCID: ), Etienne Roquain [ctb], Christina Kihn [ctb] Maintainer: Florian Junge