Package: shinyfilters Title: Create 'shiny' Inputs from Vectors, 'data.frames', or any R Object Version: 0.3.0.9000 Authors@R: c( person("Josh", "Livingston", , "joshwlivingston@gmail.com", role = c("cre", "aut")), person("Novica", "Nakov", , "nnovica@gmail.com", role = "ctb", comment = c(ORCID = "0009-0005-7773-7718")) ) Description: Provides an interface to 'shiny' inputs used for filtering vectors, data.frames, and other objects. 'S7'-based implementation allows for seamless extensibility. License: MIT + file LICENSE URL: https://joshwlivingston.github.io/shinyfilters/, https://github.com/joshwlivingston/shinyfilters BugReports: https://github.com/joshwlivingston/shinyfilters/issues Imports: methods, S7 (>= 0.2.0), shiny Suggests: bslib, DT, htmltools, knitr, rmarkdown, shinytest2 (>= 0.4.1), shinyWidgets, testthat (>= 3.0.0), tibble VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://joshwlivingston.r-universe.dev Date/Publication: 2026-05-13 15:26:40 UTC RemoteUrl: https://github.com/joshwlivingston/shinyfilters RemoteRef: HEAD RemoteSha: 24dc43a4e13a8255c3699c0622fa4a449718351c NeedsCompilation: no Packaged: 2026-07-13 06:43:16 UTC; root Author: Josh Livingston [cre, aut], Novica Nakov [ctb] (ORCID: ) Maintainer: Josh Livingston