We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10d58a commit 509af42Copy full SHA for 509af42
R/bmerge.R
@@ -27,6 +27,7 @@ coerce_col = function(dt, col, from_type, to_type, from_name, to_name, from_deta
27
28
# data.table::as.ITime, chron::times, nanotime::nanotime
29
.known_time_classes = c("Date", "POSIXt", "ITime", "times", "nanotime")
30
+# nolint next: object_length_linter.
31
.maybe_warn_mismatched_time_types = function(x_class, i_class, x_name, i_name) {
32
x_class_time = intersect(class(x[[xcol]]), .known_time_classes)
33
if (!length(x_class_time)) return(invisible())
0 commit comments