File tree Expand file tree Collapse file tree 5 files changed +33
-1
lines changed Expand file tree Collapse file tree 5 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ pkgdown
1010^LICENSE\.md$
1111vignettes
1212_\.new\.png$
13+ ^cran-comments\.md$
Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ Authors@R:
88 person("Harsh", "Verma", role = c("ctb"), email = "
[email protected] "),
99 person("Vedha", "Viyash", role = c("ctb"), email = "
[email protected] ")
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.
1216URL: https://appsilon.github.io/shiny.emptystate/, https://github.com/Appsilon/shiny.emptystate
1317BugReports: https://github.com/Appsilon/shiny.emptystate/issues
1418License: LGPL-3
Original file line number Diff line number Diff line change 1+ # shiny.emptystate 0.1.0
2+
3+ - First release.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1111appsilon
1212cloneable
1313codecov
14+ customizable
1415emptystate
1516ui
1617unDraw
You can’t perform that action at this time.
0 commit comments