mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
rerender for publishing
This commit is contained in:
parent
6c850847b7
commit
9a223f4c54
12 changed files with 1425 additions and 482 deletions
14
NAMESPACE
14
NAMESPACE
|
|
@ -21,8 +21,10 @@ export(class_icons)
|
|||
export(clean_common_axis)
|
||||
export(clean_date)
|
||||
export(clean_sep)
|
||||
export(colorSelectInput)
|
||||
export(columnSelectInput)
|
||||
export(compare_missings)
|
||||
export(continuous_colors)
|
||||
export(contrast_text)
|
||||
export(corr_pairs_validate)
|
||||
export(correlation_pairs)
|
||||
|
|
@ -59,6 +61,7 @@ export(factor_new_levels_labels)
|
|||
export(factorize)
|
||||
export(file_export)
|
||||
export(format_writer)
|
||||
export(generate_colors)
|
||||
export(get_data_packages)
|
||||
export(get_fun_options)
|
||||
export(get_label)
|
||||
|
|
@ -139,6 +142,8 @@ export(remove_nested_list)
|
|||
export(repeated_instruments)
|
||||
export(restore_labels)
|
||||
export(sankey_ready)
|
||||
export(scale_color_generate)
|
||||
export(scale_fill_generate)
|
||||
export(selectInputIcon)
|
||||
export(separate_string)
|
||||
export(set_column_label)
|
||||
|
|
@ -174,9 +179,17 @@ export(winbox_update_factor)
|
|||
export(with_labels)
|
||||
export(wrap_plot_list)
|
||||
export(write_quarto)
|
||||
importFrom(RColorBrewer,brewer.pal)
|
||||
importFrom(RColorBrewer,brewer.pal.info)
|
||||
importFrom(classInt,classIntervals)
|
||||
importFrom(data.table,as.data.table)
|
||||
importFrom(data.table,data.table)
|
||||
importFrom(grDevices,colorRampPalette)
|
||||
importFrom(grDevices,hcl.colors)
|
||||
importFrom(grDevices,heat.colors)
|
||||
importFrom(grDevices,rainbow)
|
||||
importFrom(grDevices,terrain.colors)
|
||||
importFrom(grDevices,topo.colors)
|
||||
importFrom(graphics,abline)
|
||||
importFrom(graphics,axis)
|
||||
importFrom(graphics,hist)
|
||||
|
|
@ -239,3 +252,4 @@ importFrom(toastui,renderDatagrid)
|
|||
importFrom(toastui,renderDatagrid2)
|
||||
importFrom(utils,data)
|
||||
importFrom(utils,type.convert)
|
||||
importFrom(viridisLite,viridis)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue