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

Can't read RDS files #65

Closed
tamas-ferenci opened this issue Mar 16, 2024 · 0 comments · Fixed by #72
Closed

Can't read RDS files #65

tamas-ferenci opened this issue Mar 16, 2024 · 0 comments · Fixed by #72

Comments

@tamas-ferenci
Copy link

Not only that I can't read RDS files: simply including an RDS file in the app directory of an otherwise working app (even if the code is untouched, i.e., it doesn't even try to read the file!) will result in an "Robj construction for this JS object is not yet supported" error.

Minimal reproducible example:

system.file("examples", "01_hello", package="shiny") |>
  fs::dir_copy("myapp2", overwrite = TRUE)

saveRDS(data.frame(x = 1:10), "./myapp2/temp.rds")

shinylive::export("myapp2", "site2")

httpuv::runStaticServer("site2/")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants