oracle / fastr

A high-performance implementation of the R programming language, built on GraalVM.
Other
624 stars 64 forks source link

tibble: unexpected type: RRawVector instead of CharSXPWrapper #207

Open manticore-projects opened 1 year ago

manticore-projects commented 1 year ago

FastR 22.3, package tibble

library(tidyverse)
name <- c("surya", "sai", "Nihith", "prakash", "vikas", "mayur")
marks_in_Math <- c(91, 85, 92, 89, 90, 93)
marks_in_Java <- c(89, 91, 88, 91, 89, 87)
Fav_color <- c("Pink", "Red", "Yellow", "Green", "White", "Blue")
students <- tibble(name, marks_in_Math, marks_in_Java, Fav_color)
print(students)

An internal error occurred: "java.lang.RuntimeException: com.oracle.truffle.r.runtime.RInternalError: not implemented: unexpected type: [00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00,...] is RRawVector instead of CharSXPWrapper"

fastr_errors_pid2856.log