options(show.signif.stars=FALSE)
setHook(packageEvent("grDevices", "onLoad"),
        function(...) {
            grDevices::ps.options(horizontal=FALSE)
        })
set.seed(1234)
options(repos=c(CRAN="file:///data/gannet/ripley/R"))
#options(BioC_mirror="http://bioconductor.statistik.tu-dortmund.de")
options(BioC_mirror="https://bioconductor.org")
options(Ncpus=25)