Skip to content

Commit

Permalink
prepare cran submission
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jun 19, 2023
1 parent 14a643c commit ef3e703
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
3 changes: 0 additions & 3 deletions CRAN-SUBMISSION

This file was deleted.

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.0.9100
Version: 1.4.1
Authors@R:
c(person(given = "Victor",
family = "Perrier",
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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,

Expand Down

0 comments on commit ef3e703

Please sign in to comment.