I have tried to use R in windows with C#.net through R(D)COM. So far, basic R is working well but it seems that rggobi does not work (crashing!).
The code I used is as follows: StatConnector testGgobi = new STATCONNECTORSRVLib.StatConnectorClass(); testGgobi.Init("R"); testGgobi.EvaluateNoReturn(@"MPM=read.table("MPM.txt",header=T, as.is = T)");//Loading table works well testGgobi.EvaluateNoReturn("library(rggobi)"); //work well //testGgobi.EvaluateNoReturn("library(RGtk2)"); testGgobi.EvaluateNoReturn("ggobi(MPM)"); //show ggobi interface but not responding. I was wondering if you know where is wrong and how to use rggobi with C#. Thanks. Best regards, -james _______________________________________________ Rcom-l mailing list Rcom-l@mailman.csd.univie.ac.at http://mailman.csd.univie.ac.at/mailman/listinfo/rcom-l More information (including a Wiki) at http://rcom.univie.ac.at