Skip to content

Commit 291473b

Browse files
committed
update news and description as suggested
1 parent 311a391 commit 291473b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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),

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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

0 commit comments

Comments
 (0)