Package: bettr
Title: A Better Way To Explore What Is Best
Version: 1.7.1
Date: 2025-11-16
Authors@R: 
    c(person("Federico", "Marini", 
             role = "aut", email = "marinif@uni-mainz.de", 
             comment = c(ORCID = '0000-0003-3252-7758')),
      person("Charlotte", "Soneson", 
             role = c("aut", "cre"), email ="charlottesoneson@gmail.com", 
             comment = c(ORCID = '0000-0003-3833-2169')),
      person("Daniel", "Incicau", 
             role = "aut", email ="daniel.incicau@gmail.com", 
             comment = c(ORCID = '0009-0001-1748-6145')))
Description: bettr provides a set of interactive visualization methods to 
    explore the results of a benchmarking study, where typically more than a 
    single performance measures are computed. The user can weight the 
    performance measures according to their preferences. Performance measures
    can also be grouped and aggregated according to additional annotations. 
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: 
    knitr,
    rmarkdown,
    testthat (>= 3.0.0),
    BiocStyle
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Depends:
    R (>= 4.4.0)
Imports:
    dplyr (>= 1.0),
    tidyr,
    ggplot2 (>= 3.4.1),
    shiny (>= 1.6),
    tibble,
    ComplexHeatmap,
    bslib,
    rlang,
    circlize,
    stats,
    grid,
    methods,
    cowplot,
    Hmisc,
    sortable,
    shinyjqui,
    grDevices,
    scales,
    DT,
    SummarizedExperiment,
    S4Vectors,
    jsonlite,
    utils
Config/testthat/edition: 3
biocViews: Visualization, ShinyApps, GUI
URL: https://github.com/federicomarini/bettr
BugReports: https://github.com/federicomarini/bettr/issues
git_url: https://git.bioconductor.org/packages/bettr
git_branch: devel
git_last_commit: 4877911
git_last_commit_date: 2025-11-16
Repository: Bioconductor 3.23
