Package: onlineFDR
Version: 2.19.0
Date: 2023-04-12
Title: Online error rate control
Authors@R: c(person(c("David", "S."), "Robertson", role = c("aut", "cre"),
                    email = "david.robertson@mrc-bsu.cam.ac.uk"),
             person("Lathan", "Liou", role = "aut"),
             person("Aaditya", "Ramdas", role = "aut"),
             person("Adel", "Javanmard", role = "ctb"),
             person("Andrea", "Montanari", role = "ctb"),
             person("Jinjin", "Tian", role = "ctb"),
             person("Tijana", "Zrnic", role = "ctb"),
             person(c("Natasha", "A."), "Karp", role = "aut"))
Description: This package allows users to control the false discovery rate (FDR)
  or familywise error rate (FWER) for online multiple hypothesis testing, where
  hypotheses arrive in a stream. In this framework, a null hypothesis is
  rejected based on the evidence against it and on the previous rejection
  decisions.
URL: https://dsrobertson.github.io/onlineFDR/index.html
License: GPL-3
RoxygenNote: 7.2.1
Encoding: UTF-8
Imports: stats,
	Rcpp,
	progress
Suggests: knitr,
    rmarkdown,
    testthat,
    covr
LinkingTo: Rcpp, RcppProgress
VignetteBuilder: knitr
biocViews: MultipleComparison, Software, StatisticalMethod
git_url: https://git.bioconductor.org/packages/onlineFDR
git_branch: devel
git_last_commit: b353ec7
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.23
