cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
mjoner
Level VI

R Init() on Mac

Hi,

I'm trying to test some R (version 3.5) code in JMP (version 14) on my Mac.

When I run R Init(); my Mac hangs up. A process called tkrproxy starts up and consumes all of the CPU, and nothing happens. I end up having to force quit the tkrproxy process.

What am I doing wrong? Is there some preference or path or something that I need to set in JMP first?

Michael

1 ACCEPTED SOLUTION

Accepted Solutions
mjoner
Level VI

Re: R Init() on Mac

Thanks Jim.

The answer from Support on this is that this is a known bug, we must run R 3.3.3 or earlier for JMP-R integration to work.

Michael

View solution in original post

3 REPLIES 3
txnelson
Super User

Re: R Init() on Mac

I would call or email JMP Support directly.

     support@jmp.com

Jim
mjoner
Level VI

Re: R Init() on Mac

Thanks Jim.

The answer from Support on this is that this is a known bug, we must run R 3.3.3 or earlier for JMP-R integration to work.

Michael

yvesprairie
Level IV

Re: R Init() on Mac

This is creating a problem because R package created on R 3.5 apparently won't run on R 3.3.3... 

Recommended Articles