From 0e498bef74f45c0a974a4a25c79cd7c647f16144 Mon Sep 17 00:00:00 2001 From: pvictor Date: Thu, 24 Nov 2022 17:49:22 +0100 Subject: [PATCH] prepare for cran --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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).