Skip to content

Commit 0ea25ef

Browse files
author
Bill Evans
committed
del outdated comment
1 parent dccb18b commit 0ea25ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/between.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ between = function(x, lower, upper, incbounds=TRUE, NAbounds=TRUE, check=FALSE,
2424
# if the former don't match but only inform if they latter don't
2525
if (tzs[2L]!=tzs[3L]) {
2626
stopf("'between' lower= and upper= are both POSIXct but have different tzone attributes: %s. Please align their time zones.", brackify(tzs[2:3], quote=TRUE))
27-
# otherwise the check in between.c that lower<=upper can (correctly) fail for this reason
2827
}
2928
if (tzs[1L]!=tzs[2L]) {
3029
messagef("'between' arguments are all POSIXct but have mismatched tzone attributes: %s. The UTC times will be compared.", brackify(tzs, quote=TRUE))

0 commit comments

Comments
 (0)