Skip to content

Commit 9a83234

Browse files
committed
updated documents
1 parent 848573b commit 9a83234

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: dotwhisker
22
Type: Package
33
Title: Dot-and-Whisker Plots of Regression Results
44
Version: 0.2.5
5-
Date: 2017-03-27
5+
Date: 2017-04-05
66
Authors@R: c(
77
person("Frederick", "Solt", role = c("aut"), email = "[email protected]"),
88
person("Yue", "Hu", role = c("aut", "cre"), email = "[email protected]"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
1. Expanded capabilities of `relabel_predictors`. `relabel_predictors` now accepts plots as well as tidy dataframes as input; that is, it may now be used both before and after calls to `dwplot`.
33
1. Deprecated `relabel_y_axis`. It is easy to mistakenly mislabel variables with `relabel_y_axis`, and it has a conflict with `add_brackets` in single-model plots.
44
1. Provided example of using multiple shapes for multiple models in vignette.
5-
1. `dwplot` works for the `polr` projects.
5+
1. `dwplot` works for `polr` projects.
66

77
## Version 0.2.4
88
1. Improved the presentation of `small_multiple`.

cran-comments.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ R CMD check succeeded
4444
### v 0.2.3
4545
There were no ERRORs or WARNINGs.
4646
R CMD check succeeded
47+
48+
### v 0.2.4
49+
There were no ERRORs or WARNINGs.
50+
R CMD check succeeded
51+
52+
### v 0.2.5
53+
There were no ERRORs or WARNINGs.
54+
R CMD check succeeded

0 commit comments

Comments
 (0)