Skip to contents

datamods 1.5.1

datamods 1.5.0

CRAN release: 2024-04-04

datamods 1.4.5

CRAN release: 2024-02-28

datamods 1.4.4

CRAN release: 2024-02-08

  • edit_data_server() : added argument add_default_values = list(...) to specify default value for input widget when adding a new entry in the table.

datamods 1.4.3

CRAN release: 2024-01-10

  • 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 form 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.

datamods 1.4.2

CRAN release: 2023-09-26

  • 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.

datamods 1.4.1

CRAN release: 2023-06-19

Bug fixes

datamods 1.4.0

CRAN release: 2022-11-24

datamods 1.3.4

CRAN release: 2022-09-01

datamods 1.3.3

CRAN release: 2022-07-13

  • i18n: turkish translations added, thanks to @sbalci.
  • filter_data module now support getting and setting filter values, thanks to @bellma-lilly.

datamods 1.3.2

CRAN release: 2022-05-06

  • Fix bad link in NEWS.

datamods 1.3.1

  • Fixed a bug in update_variables module.

datamods 1.3.0

CRAN release: 2022-04-25

  • New module to read flat data from URLs import_url_*().
  • Error messages displayed to the user are more informative on the actual error.
  • filter_data_server(): new argument value_na to set default value for NA’s filters widgets.
  • import_copypaste_ui(): new argument name_field to show or not name field.
  • import_copypaste_server(): new argument fread_args to pass arguments to data.table::fread.
  • i18n: chinese translations added, thanks to @xmusphlkg.
  • i18n: spanish translations added, thanks to @dnldelarosa.
  • i18n: german translations added, thanks to @SteEcker and joerghenkebuero.

datamods 1.2.0

CRAN release: 2021-11-23

Translations

  • i18n: 🇲🇰 macedonian translations added, thanks to @novica.
  • i18n: 🇦🇱 albanian translations added, thanks to @novica.
  • i18n: 🇵🇹 🇧🇷 brazilian portuguese translations added, thanks to @gabrielteotonio.

datamods 1.1.5

CRAN release: 2021-07-02

  • import_*_server() added reset argument to clear the data.
  • import_copypaste_server() also return a reactive function “name” like the others.
  • New function i18n() to add internationalization in shiny apps.

datamods 1.1.4

CRAN release: 2021-04-20

  • filter_data_server: convert data to data.frame (fix esquisse #149).
  • filter_data_server: fixed bug with timezone if POSIXct.
  • Import data from package: use pkg::data notation for data’s name.

datamods 1.1.3

CRAN release: 2021-04-13

  • Preserve class sf in output.

datamods 1.1.2

CRAN release: 2021-03-27

  • Fixed a bug when retrieving data from package with parenthesis in name.
  • Fixed test on R-oldrel

datamods 1.1.0

CRAN release: 2021-02-23

  • Added internationalization to translate labels used in modules, see corresponding vignette.

datamods 1.0.1

CRAN release: 2021-02-16

  • First release on CRAN: Shiny modules import, to update, validate and filter data in interactive applications
  • Added a NEWS.md file to track changes to the package.