Skip to content

Commit 2b0a954

Browse files
authored
Describe self$oob change in breaking changes (#2612)
I don't know what caused this, but it's likely the scale is now being used in some way it wasn't previously. It only affects two packages. Fixes #2596
1 parent c28991a commit 2b0a954

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
Free scales only work with selected coordinate systems; previously you'd
4646
get an incorrect plot.
4747

48+
* Error in f(...) : unused argument (range = c(0, 1))
49+
50+
This is because the `oob` argument to scale has been set to a function
51+
that only takes a single argument; it needs to take two arguments
52+
(`x`, and `range`).
53+
4854
* Error: unused argument (output)
4955

5056
The function `guide_train()` now has an optional parameter `aesthetic`

0 commit comments

Comments
 (0)