File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ Imports:
20
20
htmltools,
21
21
shinydashboard,
22
22
fresh,
23
- waiter
23
+ waiter,
24
+ lifecycle
24
25
Suggests:
25
26
styler (>= 1.2.0),
26
27
shinyAce,
@@ -29,8 +30,7 @@ Suggests:
29
30
shinyjqui,
30
31
knitr,
31
32
rmarkdown,
32
- jsonlite,
33
- lifecycle
33
+ jsonlite
34
34
URL: https://github.com/RinteRface/shinydashboardPlus, https://rinterface.com/shiny/shinydashboardPlus/
35
35
BugReports: https://github.com/RinteRface/shinydashboardPlus/issues
36
36
Encoding: UTF-8
Original file line number Diff line number Diff line change 9
9
10
10
## Notes
11
11
- Removed ` 'LazyData' is specified without a 'data' directory ` NOTE by removing ` LazyData: True ` from DESCRIPTION.
12
- - Move ` {lifecycle} ` to ` Suggests ` .
13
12
14
13
## Reverse dependencies:
15
14
using ` devtools::revdep() `
You can’t perform that action at this time.
0 commit comments