Package: shinyCohortBuilder
Type: Package
Title: Modular Cohort-Building Framework for Analytical Dashboards
Version: 0.3.1
Authors@R: 
    c(person('Krystian', 'Igras', 
             email = 'krystian8207@gmail.com', 
             role = c('cre', 'aut')),
      person('Kamil', 'Wais', 
             email = 'kamil.wais@gmail.com', 
             role = c('aut')),
      person('Adam', 'Foryś',
             role = "ctb"))
Maintainer: Krystian Igras <krystian8207@gmail.com>
Description: You can easily add advanced cohort-building component
    to your analytical dashboard or simple 'Shiny' app.
    Then you can instantly start building cohorts using multiple
    filters of different types, filtering datasets, and filtering steps.
    Filters can be complex and data-specific, and together
    with multiple filtering steps you can use complex filtering rules.
    The cohort-building sidebar panel allows you to easily
    work with filters, add and remove filtering steps.
    It helps you with handling missing values during filtering,
    and provides instant filtering feedback with filter feedback plots.
    The GUI panel is not only compatible with native shiny
    bookmarking, but also provides reproducible R code.
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Imports: magrittr, glue, bslib, jsonlite, purrr, ggplot2, ggiraph,
        htmltools, shiny (>= 1.7.0), shinyWidgets (>= 0.7.0),
        htmlwidgets, dplyr, cohortBuilder (>= 0.3.0), tryCatchLog,
        highr, shinyGizmo (>= 0.4.2), rlang (>= 1.0), tibble, lifecycle
Suggests: queryBuilder (>= 0.1.0), shinyQueryBuilder (>= 0.1.0),
        pkgload, packer, sass, knitr, rmarkdown, testthat (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.3.1
VignetteBuilder: knitr
URL: https://r-world-devs.github.io/shinyCohortBuilder/,
        https://github.com/r-world-devs/shinyCohortBuilder
BugReports: https://github.com/r-world-devs/shinyCohortBuilder/issues
Collate: 'shinyCohortBuilder-package.R' 'ui_utils.R' 'control_utils.R'
        'actions.R' 'renders.R' 'filter_discrete.R' 'filter_range.R'
        'filter_date_range.R' 'filter_discrete_text.R'
        'filter_multi_discrete.R' 'filter_query.R' 'app.R' 'cb_layer.R'
        'source.R' 'source_tblist.R'
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-10-14 08:04:15 UTC; krystiai
Author: Krystian Igras [cre, aut],
  Kamil Wais [aut],
  Adam Foryś [ctb]
Repository: CRAN
Date/Publication: 2024-10-14 09:10:02 UTC
Built: R 4.6.0; ; 2025-08-20 03:31:07 UTC; unix
