|
1 | 1 | Package: shinyvalidate |
2 | 2 | Title: Input Validation for Shiny Apps |
3 | | -Version: 0.1.2 |
| 3 | +Version: 0.1.3 |
4 | 4 | Authors@R: c( |
5 | | - person("Richard", "Iannone", , " [email protected]", c("aut", "cre"), |
| 5 | + person("Carson", "Sievert", , " [email protected]", role = c("aut", "cre"), |
| 6 | + comment = c(ORCID = "0000-0002-4958-2844")), |
| 7 | + person("Richard", "Iannone", , " [email protected]", c("aut"), |
6 | 8 | comment = c(ORCID = "0000-0003-3925-190X")), |
7 | | - person("Joe", "Cheng", , "joe@rstudio.com", c("aut")), |
8 | | - person(family = "RStudio", role = c("cph", "fnd")) |
| 9 | + person("Joe", "Cheng", , "joe@posit.co", c("aut")), |
| 10 | + person("Posit Software, PBC", role = c("cph", "fnd")) |
9 | 11 | ) |
10 | 12 | Description: Improves the user experience of Shiny apps by helping to |
11 | 13 | provide feedback when required inputs are missing, or input values |
12 | 14 | are not valid. |
13 | 15 | License: MIT + file LICENSE |
14 | 16 | URL: https://rstudio.github.io/shinyvalidate/, |
15 | 17 | https://github.com/rstudio/shinyvalidate |
| 18 | +BugReports: https://github.com/rstudio/shinyvalidate/issues |
16 | 19 | Encoding: UTF-8 |
17 | 20 | Imports: |
18 | 21 | shiny (>= 1.6), |
|
0 commit comments