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

Loon with Posit Cloud #68

Closed
Missilent opened this issue Apr 28, 2023 · 3 comments
Closed

Loon with Posit Cloud #68

Missilent opened this issue Apr 28, 2023 · 3 comments

Comments

@Missilent
Copy link

Hi Team,

I am trying to load your package into Posit Cloud ( Rstudio Online ) and it is erroring saying it can not be loaded with this error
Error: package or namespace load failed for ‘loon’:
.onLoad failed in loadNamespace() for 'loon', details:
call: structure(.External(.C_dotTcl, ...), class = "tclObj")
error: [tcl] couldn't connect to display ":0".

Thanks Fiona

@rwoldford
Copy link
Member

RStudio online / Posit Cloud is server based and so constrained to using a browser for graphics.
Loon can only be used interactively in a local desktop environment ... on your machine ... not over the internet.
This is because it requires X-Windows for interactive graphics (e.g., Quartz on a Mac).

If you want to use loon, it must be on your desktop. From there you could use the loon.shiny package to incorporate interactive loon graphics in a browser deployment.

Hope this helps.

@Missilent
Copy link
Author

Yes, glthanks so much.. I really love Posit..

@rwoldford
Copy link
Member

You can still use Posit ... just must be the desktop version

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