leppott / MBSStools

Suite of tools for data manipulation and calculations for Maryland DNR MBSS program.
https://leppott.github.io/MBSStools/
GNU General Public License v3.0
3 stars 3 forks source link

zip file not always created #35

Open leppott opened 4 years ago

leppott commented 4 years ago

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 commented 4 years ago

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