Download bundle in zip format shinyapps

Hi,

I work with shinyapps and I one of my application I used to update my word downloading all the data and file from the download bundle button. The problem is that now is downloading a .tar file when before it always downloaded a .zip that is in my case much more easy to use, at least in my case.

I've tried with other applications and the download file it is always in a .tar format.

Any help on this? It is possible to download the zip file as usual?

Thanks,
Marcos

1 Like

The bundles of shinyapps.io applications were never available for download as a .zip, as that is not how they are uploaded and stored.

Hi, I've downloaded one into Windows 10, but 7Zip just unpacks it into a single, unreadable file with the same name as the .tar archive, minus the .tar suffix. Please advise?

I was running into this same issue. I think the utils::untar() function will do the trick.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.