From 20bc6f17744c817556d47835f2d55b848473e165 Mon Sep 17 00:00:00 2001 From: Pawel Date: Mon, 21 Jun 2021 09:31:24 +0200 Subject: [PATCH] upgrade version --- DESCRIPTION | 10 +++++----- NEWS.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dd7da2ca..b8ceff2a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: goshawk Type: Package Title: Longitudinal visualization functions -Date: 2021-05-05 -Version: 0.1.8.9000 +Date: 2021-07-07 +Version: 0.1.9 Authors@R: c( person("Nick", "Paszty", email = "nick.paszty@gene.com", role = c("aut", "cre")), person("Wenyi", "Liu", email = "liu.wenyi@roche.com", role = c("aut")), @@ -24,10 +24,10 @@ Imports: mcr, rlang, stringr, - utils.nest (>= 0.2.8) + utils.nest (>= 0.2.9) Suggests: - random.cdisc.data (>= 0.3.10), - test.nest (>= 0.2.8), + random.cdisc.data (>= 0.3.11), + test.nest (>= 0.2.9), testthat (>= 2.0), tidyr License: GPL-2 diff --git a/NEWS.md b/NEWS.md index b7d71d4d..07031a04 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# goshawk 0.1.8.9000 +# goshawk 0.1.9 * Updated `g_density_distribution_plot` legend to show lines not squares. * Fixed a bug in `g_correlationplot` when facetting by treatment variable would nullify facetting by visit variable.