Package: shinyvalidate
Title: Input Validation for Shiny Apps
Version: 0.1.2
Authors@R: c(
    person("Richard", "Iannone", , "rich@rstudio.com", c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3925-190X")),
    person("Joe", "Cheng", , "joe@rstudio.com", c("aut")),
    person(family = "RStudio", 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
Encoding: UTF-8
Imports: shiny (>= 1.6), htmltools (>= 0.5.1.1), rlang (>= 0.4.10),
        glue (>= 1.4.2)
RoxygenNote: 7.1.2
Suggests: testthat, knitr, rmarkdown, covr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-04-21 22:51:03 UTC; barret
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>),
  Joe Cheng [aut],
  RStudio [cph, fnd]
Maintainer: Richard Iannone <rich@rstudio.com>
Repository: CRAN
Date/Publication: 2022-04-21 23:30:02 UTC
Built: R 4.1.3; ; 2023-04-17 17:54:30 UTC; windows
