Skip to content

Releases: dreamRs/datamods

v1.3.3

13 Jul 09:53
Compare
Choose a tag to compare
  • i18n: turkish translations added, thanks to @sbalci.
  • filter_data module now support getting and setting filter values, thanks to @bellma-lilly.

v1.3.2

06 May 13:34
Compare
Choose a tag to compare

datamods 1.3.2

  • Fix bad link in NEWS.

datamods 1.3.1

  • Fixed a bug in update_variables module.

datamods 1.3.0

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

v1.2.0

24 Nov 07:57
Compare
Choose a tag to compare
  • Switch to {phosphoricons} for icons.
  • import_file_ui() has a new argument file_extensions to select the files that the user can import.
  • import_file_server() has a new argument read_fns to define custom function(s) to read data.

Translations

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

datamods v1.1.5

05 Jul 08:01
739abac
Compare
Choose a tag to compare
  • 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.

CRAN version 1.1.4

20 Apr 10:22
f6e5793
Compare
Choose a tag to compare
  • 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.

CRAN version 1.1.3

14 Apr 09:18
2e787f1
Compare
Choose a tag to compare
  • Preserve class sf in output.

  • Fixed a bug when retrieving data from package with parenthesis in name.

  • Fixed test on R-oldrel

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

CRAN version 1.0.1

16 Feb 10:11
Compare
Choose a tag to compare

datamods 1.0.1

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