Releases: dreamRs/datamods
Releases · dreamRs/datamods
v1.5.3
v1.5.2
import_file_ui
: back to old parameters layout inside a dropdown button and new argument to switch to inline layout.edit_data_server
: allow to use reactive function for reactable_options.- cut variable module (
cut_variable_ui
/cut_variable_server
): allow to select fixed breaks.
v1.5.1
- New module
update_factor_ui()
/update_factor_server()
to reorder levels of a factor. - i18n: Updated translations files with new labels, which are automatically translated, if you see incorrect translations, please open an issue or PR : https://github.com/dreamRs/datamods
v1.5.0
v1.4.4
v1.4.3
edit_data_server()
: added the ability to specify callbacks functions to be executed before performing an action on the table (add, update or delete).edit_data_server()
: pass reactable option + selection to the table #82edit-data
module : use factor levels and sort theme in edit input forma for factors (sorting also applies for characters), thanks to @Felixmil.import-file
module : allow to specify string used to identifyNA
, thanks to @DrFabach.filter_data_server()
: argumentdrop_ids
can now be set via optiondatamods.filter.drop_ids
and can be a list likelist(p = 0.9, n = 50)
to specify threshold values to remove IDs columns.
v1.4.2
v1.4.1
- i18n: polish translations added, thanks to @jakub-jedrusiak.
Bug fixes
- Fixed displaying variable class in View tab (fix #64).
select_group_server()
: fix update inputs whenmultiple = FALSE
.filter_data_server()
: sorting choices in select menus (select, picker and virtual) (fix #66)).filter_data_server()
: don't use<
/>
for empty field to not confuse to an HTMl tag (fix #65)).