Replies: 1 comment 2 replies
-
In ark we use I imagine the culprit is likely this one related to tracebacks My guess is something else went wrong when loading that RDS file and its trying to show you an error, but for some reason the traceback is absolutely massive (are we inlining something again?) and its causing this error.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using Positron version 2024.10.0.14 (R version 4.4.0) to read an .rds file with the command seurat_annot <- readDS("seurat_annot_celltype_id.rds"), I encounter the following error: "Error in paste0(lines, collapse = "\n"): result would exceed 2^31-1 bytes". However, the same file loads successfully in R and RStudio. What could be the reason for this, and how can I resolve the issue?
Beta Was this translation helpful? Give feedback.
All reactions