From 6b3c21902e18506a09a879d36987a7e07126d312 Mon Sep 17 00:00:00 2001 From: Ben Gui Date: Sat, 25 Feb 2023 14:47:16 +0100 Subject: [PATCH] Finalized 0.4.15 submission --- NEWS.md | 3 ++- vignettes/customize_plots.Rmd | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index cbffbca3..7b995810 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # xpose 0.4.15 -* Updated minimal requirements (@sebastianueckert, #208) +* Updated minimal requirements for `readr` (>= 2.1.0) (@sebastianueckert, #208) +* Updated minimal requirments for R (>= 3.5.0) `because serialized objects in serialize/load version 3 cannot be read in older versions of R` * Don't summarize RANMETHOD as an estimation method (@vrognas, #213) * Fix bug when a given estimation method is used several time in a single `$PROBLEM`. Sequential `$ESTIMATION` are now each attributed different `subprob` visible to the user using `list_files(xpdb)` (@vrognas, #213) * Compatibility fix with ggplot2 3.4.0, all layers but `geom_point` and `geom_text` should now use `linewidth` instead of `size` for line width. diff --git a/vignettes/customize_plots.Rmd b/vignettes/customize_plots.Rmd index 73b49b56..578dfeb4 100755 --- a/vignettes/customize_plots.Rmd +++ b/vignettes/customize_plots.Rmd @@ -153,7 +153,7 @@ Layers can also be used to modify the aesthetics scales for example `ggplot2::s ```{r demo layers} dv_vs_ipred(xpdb) + geom_rug(alpha = 0.2, color = 'grey50', - sides = 'lb', size = 0.4) + + sides = 'lb', linewidth = 0.4) + annotate(geom = 'text', fontface = 'bold', color = 'darkred',