Package: shinyvalidate Title: Input Validation for Shiny Apps Version: 0.1.3.9000 Authors@R: c( person("Carson", "Sievert", , "carson@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4958-2844")), person("Richard", "Iannone", , "rich@posit.co", c("aut"), comment = c(ORCID = "0000-0003-3925-190X")), person("Joe", "Cheng", , "joe@posit.co", c("aut")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Improves the user experience of Shiny apps by helping to provide feedback when required inputs are missing, or input values are not valid. License: MIT + file LICENSE URL: https://rstudio.github.io/shinyvalidate/, https://github.com/rstudio/shinyvalidate BugReports: https://github.com/rstudio/shinyvalidate/issues Encoding: UTF-8 Imports: shiny (>= 1.6), htmltools (>= 0.5.1.1), rlang (>= 0.4.10), glue (>= 1.4.2) RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Suggests: testthat, knitr, rmarkdown, covr Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://posit-dev-shinycoreci.r-universe.dev Date/Publication: 2023-10-05 22:09:31 UTC RemoteUrl: https://github.com/rstudio/shinyvalidate RemoteRef: HEAD RemoteSha: 1c642658b341b1413aa7c4fd766cc53ced0cc7b6 NeedsCompilation: no Packaged: 2026-06-22 15:31:28 UTC; root Author: Carson Sievert [aut, cre] (ORCID: ), Richard Iannone [aut] (ORCID: ), Joe Cheng [aut], Posit Software, PBC [cph, fnd] Maintainer: Carson Sievert