Skip to content

Commit

Permalink
Merge pull request #12 from blockr-org/10-remove-demo
Browse files Browse the repository at this point in the history
Remove demo blocks
  • Loading branch information
DivadNojnarg authored Feb 16, 2024
2 parents dc47a51 + d5e76cf commit d3a6871
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 653 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ Imports:
shiny,
admiral,
dplyr,
rlang,
ggplot2,
ggiraph
rlang
Remotes:
blockr-org/blockr
Suggests:
Expand Down
17 changes: 0 additions & 17 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,22 @@

S3method(layout,code_plot_block)
S3method(layout,code_transform_block)
S3method(server_output,ggiraph_block)
S3method(uiOutputBlock,ggiraph_block)
S3method(ui_fields,admiral_dpc_block)
S3method(ui_fields,filter_expr_block)
S3method(ui_fields,summarize_expr_block)
S3method(ui_input,code_field)
S3method(ui_update,code_field)
S3method(validate_field,code_field)
export(admiral_dpc_block)
export(asfactor_block)
export(code_field)
export(code_plot_block)
export(code_transform_block)
export(demo_arrange_block)
export(demo_data_block)
export(demo_filter_block_1)
export(demo_filter_block_2)
export(demo_group_by_block)
export(demo_join_block)
export(demo_summarize_block)
export(filter_expr_block)
export(ggiraph_block)
export(new_asfactor_block)
export(new_code_field)
export(new_code_plot_block)
export(new_code_transform_block)
export(new_ggiraph_block)
export(new_plot_block)
export(plot_block)
export(summarize_expr_block)
import(blockr)
import(ggiraph)
import(ggplot2)
importFrom(admiral,derive_param_computed)
importFrom(dplyr,filter)
importFrom(rlang,exprs)
Expand Down
Loading

0 comments on commit d3a6871

Please sign in to comment.