Skip to content

Releases: dreamRs/datamods

v1.5.3

02 Oct 11:27
Compare
Choose a tag to compare
  • update_variables_server: change of data update management after clicking on the validate button, fixed a problem when input data are the same as output data.

v1.5.2

06 Sep 06:14
Compare
Choose a tag to compare
  • 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

16 May 12:26
Compare
Choose a tag to compare
  • 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

05 Apr 08:41
Compare
Choose a tag to compare
  • New module create_column_ui() / create_column_server() to add new column based on an expression to a data.frame.
  • New module cut_variable_ui() / cut_variable_server() to cut a numeric factor into several interval.

v1.4.4

28 Feb 16:43
Compare
Choose a tag to compare
  • edit_data_server() : added argument add_default_values = list(...) to specify default value for input widget when adding a new entry in the table.

v1.4.3

10 Jan 14:35
Compare
Choose a tag to compare
  • 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 #82
  • edit-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 identify NA, thanks to @DrFabach.
  • filter_data_server() : argument drop_ids can now be set via option datamods.filter.drop_ids and can be a list like list(p = 0.9, n = 50) to specify threshold values to remove IDs columns.

v1.4.2

29 Sep 13:41
Compare
Choose a tag to compare
  • i18n: japanese translations added, thanks to @nissinbo.
  • select_group_server() : output value now have an inputs attribute with a named list of selected inputs values

v1.4.1

19 Jun 10:54
Compare
Choose a tag to compare

Bug fixes

  • Fixed displaying variable class in View tab (fix #64).
  • select_group_server() : fix update inputs when multiple = 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)).

v1.4.0

29 Nov 08:34
Compare
Choose a tag to compare
  • New module : edit_data_ui() / edit_data_server() to interactively edit a data.frame, thanks to @ggsamra.
  • New module : sample_ui() / sample_server() to take a sample from a table, thanks to @ggsamra.

v1.3.4

01 Sep 13:29
Compare
Choose a tag to compare
  • i18n: korean translations added, thanks to @ChangwooLim (migrated from esquisse package).
  • import_ui() / import_modal(): added file_extensions argument passed to import_file_ui() (fix #51).