We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Zip file not created on some computers.
Works on ShinyApps.io and most test machines.
To Reproduce Run the shiny app but the zip file never gets created so cannot download data.
Expected behavior Zip file should always get created.
Screenshots NA
Additional context utils::zip is the command.
The text was updated successfully, but these errors were encountered:
Fixed on another person's computer using the same code that had the problem by using zip::zipr() instead of utils::zip().
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Zip file not created on some computers.
Works on ShinyApps.io and most test machines.
To Reproduce
Run the shiny app but the zip file never gets created so cannot download data.
Expected behavior
Zip file should always get created.
Screenshots
NA
Additional context
utils::zip is the command.
The text was updated successfully, but these errors were encountered: