File: aes-calculated.md

package info (click to toggle)
r-cran-ggplot2 3.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,944 kB
  • sloc: sh: 15; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# staged aesthetics warn appropriately for duplicated names

    Duplicated aesthetics after name standardisation: colour

---

    Duplicated aesthetics after name standardisation: colour

# A deprecated warning is issued when stat(var) or ..var.. is used

    `stat(foo)` was deprecated in ggplot2 3.4.0.
    i Please use `after_stat(foo)` instead.

---

    The dot-dot notation (`..bar..`) was deprecated in ggplot2 3.4.0.
    i Please use `after_stat(bar)` instead.