File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Imports:
4747 jsonlite (>= 1.8.9),
4848 lattice (>= 0.18-4),
4949 lifecycle (>= 0.2.0),
50- MASS (>= 7.3-61 ),
50+ MASS (>= 7.3-60 ),
5151 rtables (>= 0.6.11),
5252 scales (>= 1.3.0),
5353 shinyjs (>= 2.1.0),
@@ -57,9 +57,9 @@ Imports:
5757 sparkline (>= 2.0),
5858 stats,
5959 stringr (>= 1.4.1),
60- teal.code (>= 0.6.0 ),
60+ teal.code (>= 0.6.1 ),
6161 teal.data (>= 0.7.0),
62- teal.logger (>= 0.3.1 ),
62+ teal.logger (>= 0.3.2 ),
6363 teal.reporter (>= 0.4.0),
6464 teal.widgets (>= 0.4.3),
6565 tern (>= 0.9.7),
Original file line number Diff line number Diff line change 11# teal.modules.general 0.4.0
22
33### Enhancements
4- * Introduced ` transformators ` and ` decorators ` argument to modules (#863 , # 1441 ).
5- * Modules' Show R Code widgets include library calls and their code is styled with ` styler ` package ( # 847 , #786 ).
4+ * Introduced ` transformators ` and ` decorators ` argument to modules (#863 ).
5+ * Modules' Show R Code widgets include library calls to boost reproducibility ( #786 ).
66* Removed ` Show Warnings ` modals from modules.
77
88### Miscellaneous
99* Soft deprecated ` datasets_selected ` argument of modules in favor of ` datanames ` .
1010* Soft deprecated ` show_metadata ` argument of ` tm_front_page() ` in favor of ` datanames ` .
1111* Added ` teal.logger ` functionality for logging changes in shiny inputs in all modules.
12- * All example data is now sourced from ` teal.data ` ( # 818 ) .
12+ * All example data is now sourced from ` teal.data ` .
1313* Update ` tm_g_distribution ` to not start with validation error (#823 ).
1414
1515### Bug fixes
You can’t perform that action at this time.
0 commit comments