Skip to content

Commit e3e232c

Browse files
authored
v0.1.3 release candidate (#75)
1 parent ddd83f3 commit e3e232c

File tree

6 files changed

+52
-33
lines changed

6 files changed

+52
-33
lines changed

DESCRIPTION

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
Package: shinyvalidate
22
Title: Input Validation for Shiny Apps
3-
Version: 0.1.2
3+
Version: 0.1.3
44
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"),
68
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"))
911
)
1012
Description: Improves the user experience of Shiny apps by helping to
1113
provide feedback when required inputs are missing, or input values
1214
are not valid.
1315
License: MIT + file LICENSE
1416
URL: https://rstudio.github.io/shinyvalidate/,
1517
https://github.com/rstudio/shinyvalidate
18+
BugReports: https://github.com/rstudio/shinyvalidate/issues
1619
Encoding: UTF-8
1720
Imports:
1821
shiny (>= 1.6),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# shinyvalidate 0.1.3
2+
3+
* On r-devel (R > 4.3.1), `input_provided(NULL)` now returns `FALSE` (as it does with older versions of R). (#72)
4+
15
# shinyvalidate 0.1.2
26

37
* Support HTML messages when failing a validation. (#55)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Overview
1010

11-
shinyvalidate adds input validation capabilities to [Shiny](https://shiny.rstudio.com).
11+
shinyvalidate adds input validation capabilities to [Shiny](https://shiny.posit.co/).
1212

1313
## Installation
1414

revdep/README.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,8 @@
1-
# Platform
2-
3-
|field |value |
4-
|:--------|:-------------------------------|
5-
|version |R version 4.1.3 (2022-03-10) |
6-
|os |macOS Big Sur/Monterey 10.16 |
7-
|system |x86_64, darwin17.0 |
8-
|ui |X11 |
9-
|language |(EN) |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |America/New_York |
13-
|date |2022-04-21 |
14-
|pandoc |2.9.1.1 @ /usr/local/bin/pandoc |
15-
16-
# Dependencies
17-
18-
|package |old |new |Δ |
19-
|:-------------|:-----|:-----|:--|
20-
|shinyvalidate |0.1.1 |0.1.2 |* |
21-
221
# Revdeps
232

24-
## All (2)
3+
## Failed to check (1)
254

26-
|package |version |error |warning |note |
27-
|:-----------|:-------|:-----|:-------|:----|
28-
|findInFiles |0.4.0 | | | |
29-
|RawHummus |0.2.1 | | | |
5+
|package |version |error |warning |note |
6+
|:-------|:-------|:-----|:-------|:----|
7+
|NA |? | | | |
308

revdep/cran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## revdepcheck results
22

3-
We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 6 reverse dependencies (5 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
66
* We failed to check 0 packages

revdep/failures.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1-
*Wow, no problems at all. :)*
1+
# NA
2+
3+
<details>
4+
5+
* Version: NA
6+
* GitHub: NA
7+
* Source code: https://github.com/cran/NA
8+
* Number of recursive dependencies: 0
9+
10+
Run `revdepcheck::cloud_details(, "NA")` for more info
11+
12+
</details>
13+
14+
## Error before installation
15+
16+
### Devel
17+
18+
```
19+
20+
21+
22+
23+
24+
25+
```
26+
### CRAN
27+
28+
```
29+
30+
31+
32+
33+
34+
35+
```

0 commit comments

Comments
 (0)