Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
linters: linters_with_defaults(
line_length_linter = line_length_linter(120),
cyclocomp_linter = NULL,
object_usage_linter = NULL,
object_name_linter = object_name_linter(styles = c("snake_case", "symbols"), regexes = c(ANL = "^ANL_?[0-9A-Z_]*$", ADaM = "^r?AD[A-Z]{2,3}_?[0-9]*$")),
indentation_linter = NULL
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Imports:
checkmate,
cowplot,
dplyr,
DT,
formatters,
ggplot2,
ggplotify,
Expand Down
7 changes: 7 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ export(or_filtering_transformator)
export(patchwork_plot_decorator)
export(remove_by_label)
export(title_footer_decorator)
export(tm_report_manager)
export(watermark_decorator)
import(shiny)
import(teal)
importFrom(DT,DTOutput)
importFrom(DT,renderDT)
importFrom(R6,R6Class)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_class)
Expand Down Expand Up @@ -86,11 +89,15 @@ importFrom(shiny,uiOutput)
importFrom(shiny,updateSelectInput)
importFrom(shinyBS,bsModal)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,show)
importFrom(shinyjs,toggle)
importFrom(shinyjs,toggleState)
importFrom(shinyjs,useShinyjs)
importFrom(teal,module)
importFrom(teal,teal_transform_module)
importFrom(teal.code,eval_code)
importFrom(teal.modules.clinical,add_expr)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Version 0.0.4.9000

- Added support for `%in%` and `!%in%` operators to `or_filtering_transformator`. This contribution was authored by [@Siddhesh2097](https://github.com/Siddhesh2097).
- Added a new module - `tm_report_manager()` - for comprehensive `teal` report management.

# Version 0.0.3

Expand Down
Loading
Loading