Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have different constructor for "Data" module and "Transform" module #1283

Merged
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
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
Loading