Hello,
I tried using the gui() option, but the application fails on Windows 11 due to a call to wmic:
Avis : Error in system: 'wmic' not found
40: system
39: server [C:/Users/teill/AppData/Local/R/win-library/4.5/SSDM/shiny/gui/server.R#68]
2: shiny::runApp
1: gui
It appears that wmic is no longer available on recent versions of Windows (Windows 10/11), which causes the gui to crash at startup.
Do you have any recommendation to deal with this issue ?
Thank you for your help, and for this package!
Hello,
I tried using the gui() option, but the application fails on Windows 11 due to a call to wmic:
Avis : Error in system: 'wmic' not found
40: system
39: server [C:/Users/teill/AppData/Local/R/win-library/4.5/SSDM/shiny/gui/server.R#68]
2: shiny::runApp
1: gui
It appears that wmic is no longer available on recent versions of Windows (Windows 10/11), which causes the gui to crash at startup.
Do you have any recommendation to deal with this issue ?
Thank you for your help, and for this package!