Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Jun 21, 2021
1 parent cfd5c29 commit 20bc6f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("aut", "cre")),
person("Wenyi", "Liu", email = "[email protected]", role = c("aut")),
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 20bc6f1

Please sign in to comment.