Skip to content

Commit 532daec

Browse files
committed
R-devel fix
1 parent aede912 commit 532daec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/bin.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bins <- function(breaks, closed = c("right", "left"),
2-
fuzz = 1e-08 * median(diff(breaks))) {
2+
fuzz = 1e-08 * stats::median(diff(breaks))) {
33
stopifnot(is.numeric(breaks))
44
closed <- match.arg(closed)
55

0 commit comments

Comments
 (0)