Skip to content

Commit ef3e703

Browse files
committed
prepare cran submission
1 parent 14a643c commit ef3e703

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CRAN-SUBMISSION

Lines changed: 0 additions & 3 deletions
This file was deleted.

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: datamods
22
Title: Modules to Import and Manipulate Data in 'Shiny'
3-
Version: 1.4.0.9100
3+
Version: 1.4.1
44
Authors@R:
55
c(person(given = "Victor",
66
family = "Perrier",

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# datamods 1.4.1
2+
3+
* i18n: polish translations added, thanks to [@jakub-jedrusiak](https://github.com/jakub-jedrusiak).
4+
5+
### Bug fixes
6+
* Fixed displaying variable class in View tab (fix [#64](https://github.com/dreamRs/datamods/issues/64)).
7+
* `select_group_server()` : fix update inputs when `multiple = FALSE`.
8+
* `filter_data_server()` : sorting choices in select menus (select, picker and virtual) (fix [#66](https://github.com/dreamRs/datamods/issues/64))).
9+
* `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))).
10+
11+
112
# datamods 1.4.0
213

314
* New module : `edit_data_ui()` / `edit_data_server()` to interactively edit a `data.frame`, thanks to [@ggsamra](https://github.com/ggsamra).

cran-comments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## Test environments
2-
* local R installation, R 4.1.2
3-
* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.2.1
2+
* local R installation, R 4.2.2
3+
* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.3.1
44
* win-builder (devel)
55

66
## R CMD check results
77

88
0 errors | 0 warnings | 0 note
99

10-
* Updated existing functions + new translations files.
10+
* Bug fixes + new translations files.
1111

1212
Thanks,
1313

0 commit comments

Comments
 (0)