From 1aa41b20e16d72ea6d38632bb788505f4f79de9c Mon Sep 17 00:00:00 2001 From: "Aaron Clark (Arcus)" Date: Thu, 27 Jun 2024 16:14:03 -0400 Subject: [PATCH] Increment version number to 0.0.0.9003 --- DESCRIPTION | 2 +- NEWS.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e07271ca..2727adfa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: clinsight Title: ClinSight -Version: 0.0.0.9002 +Version: 0.0.0.9003 Authors@R: c( person("Leonard Daniƫl", "Samson", , "lsamson@gcp-service.com", role = c("cre", "aut")), person("GCP-Service International Ltd.& Co. KG", role = "fnd") diff --git a/NEWS.md b/NEWS.md index 0569b3f6..7b59cfd1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,12 +7,12 @@ - Created two renv profiles, one for development and one for production. Goal is to minimize the package dependencies of the production version. - Removed development package dependencies (for example devtools) that were not needed to run the application. -- Improved data anonimization. +- Improved data anonymization. - Changed license. - - Updated Description file. - Improved reading of data files within clinsight::run_app() - Improved creating test result report. +- Added data specification to `run_app()` documentation ## Bug fixes