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

Request: DoubletDecon Shiny - change to platform-neutral shinyFiles directory selector #27

Open
kmshort opened this issue Mar 2, 2020 · 1 comment

Comments

@kmshort
Copy link

kmshort commented Mar 2, 2020

There are currently issues with shinyDirectoryInput which relies on clunky PowerShell Scripts and Batch Files to launch a native Windows-specific directory selection dialog.

This is causing DoubletDecon's "Select input file directory/output directory" widget in Windows to fail.

Until Shiny includes its own directory selector, can a platform-neutral library like shinyFiles be used to do this. It will remove a lot of code in your UI app.R, and will unify the code base for all platforms.

I'm having a go, but am failing miserably at the moment. I'll keep trying in my spare time though.

@EDePasquale
Copy link
Owner

Hi kmshort,

Thank you for reaching out to me about the DoubletDecon UI on Windows. As you have already determined the setup for DDUI is only working for Mac, however I plan to update it to work with Windows in a future release as it's a pretty big priority for me. I'll look into shinyFiles when I go to make this change, thanks for the tip!

Best,
Erica

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

No branches or pull requests

2 participants