Skip to content

Commit

Permalink
fix news and adjust teal.code version
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Jun 30, 2023
1 parent 96cd2ce commit eb019fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Imports:
lifecycle,
logger (>= 0.2.0),
shinyvalidate,
teal.code (>= 0.2.0),
teal.code (>= 0.3.0),
teal.logger (>= 0.1.1),
teal.reporter (>= 0.1.1),
teal.transform (>= 0.3.0),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
### Breaking changes

* Replaced `chunks` with simpler `qenv` class.
* Replaced `datasets` argument containing `FilteredData` with the new arguments `data` (`tdata` object) and `filter_panel_api` (`FilterPanelAPI`).
* In all `tm_xyz_srv` modules `datasets` argument containing `FilteredData` have been replaced with the new argument `data` (`tdata` object) and `filter_panel_api` (`FilterPanelAPI`).

Check notice on line 13 in NEWS.md

View workflow job for this annotation

GitHub Actions / grammar

NEWS.md#L13

"been replaced" may be passive voice
* Updated `arm_var` to point to the factor column in `ANL`. It can't be a character column anymore.
* Removed redundant formal arguments from `tm_g_patient_profile`.

Expand Down

0 comments on commit eb019fa

Please sign in to comment.