You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shinylive::export("C:/Users/Me/ShinyliveIssue", "site")
#> Warning: Found shinylive.js in source directory 'C:/Users/Me/ShinyliveIssue/site/shinylive'. Are you including a shinylive distribution in your app?
Good news! I think this error has been fixed in the latest version of shinylive (the web assets). We're planning on releasing the R package to CRAN soon, which will use the latest shinylive assets. In the mean time, you can try using the development version of shinylive, which you can install with
pak::pak("posit-dev/r-shinylive")
With the CRAN version of r-shinylive, I see
shinylive::assets_info()
#> shinylive R package version: 0.1.1#> shinylive web assets version: 0.2.3
and the latest dev version of r-shinylive
shinylive::assets_info()
#> shinylive R package version: 0.1.1.9000#> shinylive web assets version: 0.3.0
Simple app.R (note I saved an rds file but could be a 1x1 pixel png or any binary file):
Created on 2024-07-08 with reprex v2.1.0
Export:
Created on 2024-07-08 with reprex v2.1.0
Results of devtools::session_info():
The text was updated successfully, but these errors were encountered: