question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Orca function not working (in R)

See original GitHub issue

Hi, 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:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
antoinergcommented, Apr 3, 2020

@rpkyle are you aware of any problems with Orca in R?

0reactions
antoinergcommented, Apr 7, 2020

I second @antoinerg’s suggestion about opening the issue to continue discussion, since this is likely unrelated to orca.

I will close the current issue since it’s more relevant to Plotly R rather than Orca itself. Sorry for your trouble @dplazas

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found