Skip to content

Commit

Permalink
Have different constructor for "Data" module and "Transform" module (#…
Browse files Browse the repository at this point in the history
…1283)

Adds `teal_transform_module()` to be used to create data modules for
transformation.
  • Loading branch information
vedhav authored Aug 2, 2024
1 parent 626a206 commit f251aa6
Show file tree
Hide file tree
Showing 53 changed files with 890 additions and 668 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'1.0_filter_panel.R'
'1.0_module_data.R'
'1.0_module_data_summary.R'
'1.0_module_teal_transform.R'
'1.0_validate_reactive_teal_data.R'
'TealAppDriver.R'
'dummy_functions.R'
'get_rcode_utils.R'
Expand All @@ -103,10 +98,15 @@ Collate:
'init.R'
'landing_popup_module.R'
'module_bookmark_manager.R'
'module_data_summary.R'
'module_filter_data.R'
'module_filter_manager.R'
'module_init_data.R'
'module_nested_tabs.R'
'module_snapshot_manager.R'
'module_teal.R'
'module_teal_data.R'
'module_transform_data.R'
'reporter_previewer_module.R'
'show_rcode_modal.R'
'tdata.R'
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export(srv_teal)
export(tdata2env)
export(teal_data_module)
export(teal_slices)
export(teal_transform_module)
export(ui_teal)
export(validate_has_data)
export(validate_has_elements)
Expand Down
179 changes: 0 additions & 179 deletions R/1.0_module_teal_transform.R

This file was deleted.

116 changes: 0 additions & 116 deletions R/1.0_validate_reactive_teal_data.R

This file was deleted.

Loading

0 comments on commit f251aa6

Please sign in to comment.