Skip to content

Commit a9ca243

Browse files
committed
v1.4.4
1 parent 47199db commit a9ca243

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

DESCRIPTION

+2-2
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.3
3+
Version: 1.4.4
44
Authors@R:
55
c(person(given = "Victor",
66
family = "Perrier",
@@ -28,7 +28,7 @@ URL: https://github.com/dreamRs/datamods
2828
BugReports: https://github.com/dreamRs/datamods/issues
2929
Encoding: UTF-8
3030
Roxygen: list(markdown = TRUE)
31-
RoxygenNote: 7.2.3
31+
RoxygenNote: 7.3.1
3232
Imports:
3333
data.table,
3434
htmltools,

NEWS.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
# datamods 1.4.4
2+
3+
* `edit_data_server()` : added argument `add_default_values = list(...)` to specify default value for input widget when adding a new entry in the table.
4+
5+
16
# datamods 1.4.3
27

38
* `edit_data_server()` : added the ability to specify callbacks functions to be executed before performing an action on the table (add, update or delete).
49
* `edit_data_server()` : pass reactable option + selection to the table [#82](https://github.com/dreamRs/datamods/pull/82)
5-
* `edit-data` module : use factor levels and sort theme in edit input forma for factors (sorting also applies for characters), thanks to [@Felixmil](https://github.com/Felixmil).
10+
* `edit-data` module : use factor levels and sort theme in edit input form for factors (sorting also applies for characters), thanks to [@Felixmil](https://github.com/Felixmil).
611
* `import-file` module : allow to specify string used to identify `NA`, thanks to [@DrFabach](https://github.com/DrFabach).
712
* `filter_data_server()` : argument `drop_ids` can now be set via option `datamods.filter.drop_ids` and can be a list like `list(p = 0.9, n = 50)` to specify threshold values to remove IDs columns.
813

cran-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Test environments
2-
* local R installation, R 4.3.1
2+
* local R installation, R 4.3.2
33
* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.3.2
44
* win-builder (devel)
55

0 commit comments

Comments
 (0)