Skip to content

Commit

Permalink
Finalized 0.4.15 submission
Browse files Browse the repository at this point in the history
  • Loading branch information
bguiastr committed Feb 25, 2023
1 parent 9f55cc5 commit 6b3c219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/customize_plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6b3c219

Please sign in to comment.