I'm in Windows 10, trying to run the orca CLI from plotly (plotly::orca()) which uses processx::run(). It doesn't work (see issue here: plotly/plotly.R#1741). I noticed that run('orca.cmd') works. Any ideas why it doesn't work with simply run('orca') and how it can be fixed?
I'm in Windows 10, trying to run the orca CLI from plotly (
plotly::orca()) which usesprocessx::run(). It doesn't work (see issue here: plotly/plotly.R#1741). I noticed thatrun('orca.cmd')works. Any ideas why it doesn't work with simplyrun('orca')and how it can be fixed?