diff --git a/DESCRIPTION b/DESCRIPTION index 4de3dd3..c4bdc37 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: datamods Title: Modules to Import and Manipulate Data in 'Shiny' -Version: 1.3.5 +Version: 1.4.0 Authors@R: c(person(given = "Victor", family = "Perrier", diff --git a/NEWS.md b/NEWS.md index 2096eef..0d0909d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# datamods 1.3.5 +# 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). * New module : `sample_ui()` / `sample_server()` to take a sample from a table, thanks to [@ggsamra](https://github.com/ggsamra).