From 5d110eb33847104c3c8e077c5775cecbdb43118b Mon Sep 17 00:00:00 2001 From: pvictor Date: Fri, 6 May 2022 09:24:15 +0200 Subject: [PATCH] prepare for cran --- DESCRIPTION | 2 +- NEWS.md | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6e4b9c8..1e8f1ff 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: datamods Title: Modules to Import and Manipulate Data in 'Shiny' -Version: 1.3.1 +Version: 1.3.2 Authors@R: c(person(given = "Victor", family = "Perrier", diff --git a/NEWS.md b/NEWS.md index f277833..403b5ef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# datamods 1.3.2 + +* Fix bad link in NEWS. + + + # datamods 1.3.1 * Fixed a bug in `update_variables` module. @@ -12,10 +18,11 @@ * `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](https://github.com/xmusphlkg). -* i18n: spanish translations added, thanks to [@drdsdaniel](https://github.com/drdsdaniel). +* i18n: spanish translations added, thanks to [@dnldelarosa](https://github.com/dnldelarosa). * i18n: german translations added, thanks to [@SteEcker](https://github.com/SteEcker) and [@joerghenkebuero](https://github.com/joerghenkebuero). + # datamods 1.2.0 * Switch to [{phosphoricons}](https://github.com/dreamRs/phosphoricons) for icons. @@ -28,6 +35,7 @@ * i18n: :portugal: :brazil: brazilian portuguese translations added, thanks to [@gabrielteotonio](https://github.com/gabrielteotonio). + # datamods 1.1.5 * `import_*_server()` added reset argument to clear the data. @@ -35,6 +43,7 @@ * New function `i18n()` to add internationalization in shiny apps. + # datamods 1.1.4 * `filter_data_server`: convert data to `data.frame` (fix [esquisse #149](https://github.com/dreamRs/esquisse/issues/149)). @@ -42,22 +51,26 @@ * Import data from package: use `pkg::data` notation for data's name. + # datamods 1.1.3 * Preserve class `sf` in output. + # datamods 1.1.2 * Fixed a bug when retrieving data from package with parenthesis in name. * Fixed test on R-oldrel + # datamods 1.1.0 * Added internationalization to translate labels used in modules, see corresponding vignette. + # datamods 1.0.1 * First release on CRAN: Shiny modules import, to update, validate and filter data in interactive applications