Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tibble: unexpected type: RRawVector instead of CharSXPWrapper #207

Open
manticore-projects opened this issue Oct 30, 2022 · 0 comments
Open
Labels

Comments

@manticore-projects
Copy link

manticore-projects commented Oct 30, 2022

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

@manticore-projects manticore-projects changed the title unexpected type: RRawVector instead of CharSXPWrapper tibble: unexpected type: RRawVector instead of CharSXPWrapper Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant