From ef3e703fbfd9d96edba331005d54328f603fb4c8 Mon Sep 17 00:00:00 2001 From: pvictor Date: Mon, 19 Jun 2023 10:54:07 +0200 Subject: [PATCH] prepare cran submission --- CRAN-SUBMISSION | 3 --- DESCRIPTION | 2 +- NEWS.md | 11 +++++++++++ cran-comments.md | 6 +++--- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 CRAN-SUBMISSION diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index 11d11a5..0000000 --- a/CRAN-SUBMISSION +++ /dev/null @@ -1,3 +0,0 @@ -Version: 1.3.2 -Date: 2022-05-06 07:25:41 UTC -SHA: 5d110eb33847104c3c8e077c5775cecbdb43118b diff --git a/DESCRIPTION b/DESCRIPTION index 15f210d..dc2413d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: datamods Title: Modules to Import and Manipulate Data in 'Shiny' -Version: 1.4.0.9100 +Version: 1.4.1 Authors@R: c(person(given = "Victor", family = "Perrier", diff --git a/NEWS.md b/NEWS.md index 0d0909d..7b160de 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,14 @@ +# datamods 1.4.1 + +* i18n: polish translations added, thanks to [@jakub-jedrusiak](https://github.com/jakub-jedrusiak). + +### Bug fixes +* Fixed displaying variable class in View tab (fix [#64](https://github.com/dreamRs/datamods/issues/64)). +* `select_group_server()` : fix update inputs when `multiple = FALSE`. +* `filter_data_server()` : sorting choices in select menus (select, picker and virtual) (fix [#66](https://github.com/dreamRs/datamods/issues/64))). +* `filter_data_server()` : don't use `<`/`>` for empty field to not confuse to an HTMl tag (fix [#65](https://github.com/dreamRs/datamods/issues/65))). + + # datamods 1.4.0 * New module : `edit_data_ui()` / `edit_data_server()` to interactively edit a `data.frame`, thanks to [@ggsamra](https://github.com/ggsamra). diff --git a/cran-comments.md b/cran-comments.md index 1660700..7eca571 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,13 +1,13 @@ ## Test environments -* local R installation, R 4.1.2 -* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.2.1 +* local R installation, R 4.2.2 +* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.3.1 * win-builder (devel) ## R CMD check results 0 errors | 0 warnings | 0 note -* Updated existing functions + new translations files. +* Bug fixes + new translations files. Thanks,