Skip to content

Commit

Permalink
Disabled 3rd test that was causing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Knicey committed Aug 22, 2024
1 parent d93434b commit 09b515f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 347 deletions.
6 changes: 0 additions & 6 deletions R/geom_segment_glyph.R
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,6 @@ glyph_data_setup <- function(data, params){
data$y <- y
data$yend <- yend

datetime_class <- c(
"Date", "yearmonth", "yearweek", "yearquarter","POSIXct", "POSIXlt")
if (any(class(data$x_minor) %in% datetime_class)){
data[["x_minor"]] <- as.numeric(data[["x_minor"]])
}

return(data)


Expand Down
Loading

0 comments on commit 09b515f

Please sign in to comment.