-
-
Notifications
You must be signed in to change notification settings - Fork 86
Description
.data
used in tidyselect expressions is deprecated (fix depends on situation)aes_
is deprecated in ggplot2 (use tidy evaluation ideoms withaes()
instead)- for lines/borders/etc.
size
is nowlinewidth
in ggplot2. For now in bayesplot we can uselinewidth
internally but keep any user facing arguments calledsize
. Eventually we can decide if we want to add user facinglinewidth
arguments and deprecate anysize
arguments we have (I'm not sure how many of those there are off the top of my head) .
I have a PR (#292) that fixes these issues.
Metadata
Metadata
Assignees
Labels
No labels