Orca function not working (in R)
See original GitHub issueHi, I installed Orca via Nodejs and when running “$ /Users/danplaza/.npm-global/bin/orca” , got:
Usage: orca [–version] [–help] <command> [<args>]
Available commands:
- graph [or plotly-graph, plotly_graph]
Generates an image of plotly graph from inputted plotly.js JSON attributes.
For more info, run
orca graph --help
. - serve [or server]
Boots up a server with one route per available export component
For more info, run
orca serve --help
. Then, when did this " $ which -a orca", got
/Users/danplaza/.npm-global/bin/orca /Users/danplaza/.npm-global/bin/orca /Users/danplaza/.npm-global/bin/orca /Users/danplaza/.npm-global/bin/orca /Users/danplaza/.npm-global/bin/orca /Users/danplaza/.npm-global/bin/orca /Users/danplaza/.npm-global/bin/orca /Users/danplaza/.npm-global/bin/orca /Users/danplaza/.npm-global/bin/orca /Users/danplaza/.npm-global/bin/orca
Finally, when tried to plot by " > orca(fig, file = “plot.pdf”)" got this:
“Error: The orca command-line utility is required for this functionality.” Any ideas on how to solve it? thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
How to run orca from R? - Stack Overflow
click the Advanced tab, then click the Environment Variables button near the bottom of that tab; highlight the Path variable in the SYSTEM ......
Read more >R not able to call external tools (e.g. Orca) - KNIME Forum
If I call Orca from an external R session (that is, not via Knime), it seems to work, but if I do the...
Read more >orca function - RDocumentation
orca : Static image exporting via orca. Description. Superseded by kaleido() . Usage. orca( p, file = "plot.png", format = tools::file_ext(file), ...
Read more >Static image exporting via orca - R-Project.org
The orca_serve() function returns an object with two methods: export(p, file = "plot.png", format = tools::file_ext(file), scale = NULL, width = ...
Read more >Geometry optimizations - ORCA Input Library - Google Sites
Note that in ORCA 4.0, if a geometry optimization does not converge within the ... with a cheap semi-empirical method such as GFN-xTB...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rpkyle are you aware of any problems with Orca in R?
I will close the current issue since it’s more relevant to Plotly R rather than Orca itself. Sorry for your trouble @dplazas