Package: IDEAFilter
Type: Package
Version: 0.1.2
Title: Agnostic, Idiomatic Data Filter Module for Shiny
Description: When added to an existing shiny app, users may subset any
    developer-chosen R data.frame on the fly. That is, users are empowered to
    slice & dice data by applying multiple (order specific) filters using the
    AND (&) operator between each, and getting real-time updates on the number
    of rows effected/available along the way. Thus, any downstream processes
    that leverage this data source (like tables, plots, or statistical procedures)
    will re-render after new filters are applied. The shiny module’s user interface has
    a 'minimalist' aesthetic so that the focus can be on the data &
    other visuals. In addition to returning a reactive (filtered) data.frame,
    'IDEAFilter' as also returns 'dplyr' filter statements used to actually slice
    the data.
Authors@R: c(
    person(
        given = "Aaron", family = "Clark", 
        email = "clark.aaronchris@gmail.com",
        role = c("aut", "cre"),
        comment = c(ORCID = "0000-0002-0123-0970")),
    person(
        given = "Doug", family = "Kelkhoff", 
        email = "doug.kelkhoff@gmail.com", role = "aut"),
    person(
        given = "Maya", family = "Gans", 
        email = "maya.gans@biogen.com", role = "ctb"),
    person(
        given = "Jeff", family = "Thompson", 
        email = "jeff.thompson51317@gmail.com", role = "ctb"),
    person(given = "Biogen", role = "cph"))
License: AGPL-3
URL: https://biogen-inc.github.io/IDEAFilter/
BugReports: https://github.com/Biogen-Inc/IDEAFilter/issues
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports: shiny, ggplot2, pillar (>= 1.5.0), crayon, RColorBrewer,
        shinyTime, purrr
Suggests: shinytest, shinytest2, testthat, knitr, rmarkdown, spelling,
        dplyr
Language: en-US
NeedsCompilation: no
Packaged: 2022-06-27 15:53:49 UTC; aclark5
Author: Aaron Clark [aut, cre] (<https://orcid.org/0000-0002-0123-0970>),
  Doug Kelkhoff [aut],
  Maya Gans [ctb],
  Jeff Thompson [ctb],
  Biogen [cph]
Maintainer: Aaron Clark <clark.aaronchris@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-28 15:50:08 UTC
Built: R 4.1.2; ; 2022-06-29 10:49:00 UTC; unix
