Hi, recently i got an problem with JMP 15.2.0 send/get data from R 4.0.3
I just run the following easy script its seem like I can connect to R but cannot send or get data from R using R Send() / R Get()
R Init();
x = [1,2,3];
R Send(x);
R Term();
Results:
The final R statement is incomplete.
Send data for "x" failed
Another problem is when I use R submit() it always return -1. For example
R Init();
R submit("library(dplyr)");
Results in Log file:
TKIntRJMP.R version 14.0
Warning:
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
-1
I tried to reinstall JMP and R but problem still persist
Appreciate any guidance.