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
I am trying to publish a shiny app that works fine localy, but when trying to publish in shinyapps.io i get the error:
"Error: Unhandled Exception: child_task=1484574791 child_task_status=failed: Error building image: Error fetching cards (0.4.0.9000) source. unable to satisfy package: cards (0.4.0.9000)"
If I delete the part that uses the package or its dependencies, then it works fine. I updated all the packages, R version (but tried also older versions) and I get the same error related to this package. Any ideas? Thanks!
The text was updated successfully, but these errors were encountered:
The cards package doesn't touch anything with shiny, so I don't think there are any issues from the package end. I would try installing the released version from CRAN, and perhaps shiny/Connect won't have any issues identifying the correct source of the package? Good luck!
Thank you for the reply. I don’t know what the problem was but now it works, I guess after the last update….or some update.Kind regards IvanNo dia 13/01/2025, às 19:46, Daniel Sjoberg ***@***.***> escreveu:
Hi @DrDataLx , Thanks for the post!
The cards package doesn't touch anything with shiny, so I don't think there are any issues from the package end. I would try installing the released version from CRAN, and perhaps shiny/Connect won't have any issues identifying the correct source of the package? Good luck!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
Feature description
I am trying to publish a shiny app that works fine localy, but when trying to publish in shinyapps.io i get the error:
"Error: Unhandled Exception: child_task=1484574791 child_task_status=failed: Error building image: Error fetching cards (0.4.0.9000) source. unable to satisfy package: cards (0.4.0.9000)"
If I delete the part that uses the package or its dependencies, then it works fine. I updated all the packages, R version (but tried also older versions) and I get the same error related to this package. Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: