Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jan 10, 2024
1 parent 94d917e commit 9aa3114
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ doc
Meta
dev/
docs
CRAN-SUBMISSION
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.



Expand Down
6 changes: 2 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9aa3114

Please sign in to comment.