From 9aa3114518625c3c0b90ba554cf89035361ac2ab Mon Sep 17 00:00:00 2001 From: pvictor Date: Wed, 10 Jan 2024 12:40:44 +0100 Subject: [PATCH] v1.4.3 --- .gitignore | 1 + DESCRIPTION | 2 +- NEWS.md | 4 ++-- cran-comments.md | 6 ++---- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 57a4bfe..860dc07 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ doc Meta dev/ docs +CRAN-SUBMISSION diff --git a/DESCRIPTION b/DESCRIPTION index 386f603..b614436 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: datamods Title: Modules to Import and Manipulate Data in 'Shiny' -Version: 1.4.2.9110 +Version: 1.4.3 Authors@R: c(person(given = "Victor", family = "Perrier", diff --git a/NEWS.md b/NEWS.md index 9b41c37..c80634a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -21,7 +21,7 @@ * 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))). +* `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 @@ -66,7 +66,7 @@ * `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 [@dnldelarosa](https://github.com/dnldelarosa). -* i18n: german translations added, thanks to [@SteEcker](https://github.com/SteEcker) and [@joerghenkebuero](https://github.com/joerghenkebuero). +* i18n: german translations added, thanks to [@SteEcker](https://github.com/SteEcker) and joerghenkebuero. diff --git a/cran-comments.md b/cran-comments.md index 7eca571..5cb8cc9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,14 +1,12 @@ ## Test environments -* local R installation, R 4.2.2 -* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.3.1 +* local R installation, R 4.3.1 +* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.3.2 * win-builder (devel) ## R CMD check results 0 errors | 0 warnings | 0 note -* Bug fixes + new translations files. - Thanks, Victor