-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behaviornext release
Description
Chocolate$Company <-Chocolate$Company...Maker.if.known.
chocolate<-select(Chocolate, Company, Cocoa.Percent, Company.Location, Rating, Broad.Bean.Origin)
Choco<-filter(chocolate, is.na(Broad.Bean.Origin)==FALSE)
Choco$Cocoa5 <- ntile(Choco$Cocoa.Variable, 5)
head(Choco)
Error in vec_rank():
! Unsupported vctrs type null.
ℹ In file type-info.c at line 189.
ℹ This is an internal error that was detected in the vctrs package.
Please report it at https://github.com/r-lib/vctrs/issues with a reprex (https://tidyverse.org/help/) and the full backtrace.
Traceback:
- ntile(Choco$Cocoa.Variable, 5)
- row_number(x)
- vec_rank(x, ties = "sequential", incomplete = "na")
- stop_internal_c_lib(file = file, line = line, call = call, message = message,
. frame = frame) - abort(message, call = call, .internal = TRUE, .frame = frame)
- signal_abort(cnd, .file)
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behaviornext release