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

zip file not always created #35

Open
leppott opened this issue Jul 21, 2020 · 1 comment
Open

zip file not always created #35

leppott opened this issue Jul 21, 2020 · 1 comment

Comments

@leppott
Copy link
Owner

leppott commented Jul 21, 2020

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.

@leppott
Copy link
Owner Author

leppott commented Jul 21, 2020

Fixed on another person's computer using the same code that had the problem by using zip::zipr() instead of utils::zip().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant