rerender for publishing

This commit is contained in:
Andreas Gammelgaard Damsbo 2026-03-24 12:05:16 +01:00
commit 9a223f4c54
No known key found for this signature in database
12 changed files with 1425 additions and 482 deletions

View file

@ -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)