Skip to content

Commit ae3cfae

Browse files
authored
Merge pull request #46 from Appsilon/address-cran-comments
Address cran comments
2 parents 0ff0df6 + f14279b commit ae3cfae

File tree

5 files changed

+33
-1
lines changed

5 files changed

+33
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ pkgdown
1010
^LICENSE\.md$
1111
vignettes
1212
_\.new\.png$
13+
^cran-comments\.md$

DESCRIPTION

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ Authors@R:
88
person("Harsh", "Verma", role = c("ctb"), email = "harsh.verma@appsilon.com"),
99
person("Vedha", "Viyash", role = c("ctb"), email = "vedha.viyash@appsilon.com")
1010
)
11-
Description: Make it easy to handle empty states in your 'Shiny' applications.
11+
Description:
12+
'shiny.emptystate' offers a comprehensive solution for managing 'empty states' in 'Shiny' applications.
13+
It provides tools to create both default and customizable components for scenarios where
14+
data is absent or doesn't match user-defined filters. The package prioritizes user experience,
15+
ensuring clarity and consistency even when data is not available to display.
1216
URL: https://appsilon.github.io/shiny.emptystate/, https://github.com/Appsilon/shiny.emptystate
1317
BugReports: https://github.com/Appsilon/shiny.emptystate/issues
1418
License: LGPL-3

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# shiny.emptystate 0.1.0
2+
3+
- First release.

cran-comments.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Resubmission
2+
3+
> If there are references describing the methods in your package, please
4+
add these in the Description field of your DESCRIPTION file in the form
5+
authors (year) <doi:...>
6+
authors (year) <arXiv:...>
7+
authors (year, ISBN:...)
8+
with no space after 'doi:', 'arXiv:' and angle brackets for auto-linking.
9+
10+
Unfortunately, there are no references to include regarding this package.
11+
12+
> The Description field is intended to be a (one paragraph) description of
13+
what the package does and why it may be useful. Please add more details
14+
about the package functionality and implemented methods in your
15+
Description text.
16+
17+
We have updated the description with more details.
18+
19+
## R CMD check results
20+
21+
0 errors | 0 warnings | 1 note
22+
23+
* This is a new release.

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ UI
1111
appsilon
1212
cloneable
1313
codecov
14+
customizable
1415
emptystate
1516
ui
1617
unDraw

0 commit comments

Comments
 (0)