Hi Raul Thanks for conducting my testing. In fact my desire is to use R system communicatively with J. We can use Rserve from recent J801. This is a great improvement for 64bit J system. On mac terminal mode we can invoke R typing 'R CMD Rserve'. The terminal can handle everything. However, I tried to use 2!:0 'R CMD Rserve', and the reported 'interface error' came out. At the time of R starting, the following message with 2-bite code (Japanese) appears.
I guess that this is the reason why the command 2!:0 cannot invoke R. Anyway we can use the R on J801 if we use two step setup (terminal model setting and J program rserve). mb17-2:~ kamakura$ R CMD Rserve R version 3.0.3 (2014-03-06) -- "Warm Puppy" Copyright (C) 2014 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin10.8.0 (64-bit) R は、自由なソフトウェアであり、「完全に無保証」です。 一定の条件に従えば、自由にこれを再配布することができます。 配布条件の詳細に関しては、'license()' あるいは 'licence()' と入力してください。 R は多くの貢献者による共同プロジェクトです。 詳しくは 'contributors()' と入力してください。 また、R や R のパッケージを出版物で引用する際の形式については 'citation()' と入力してください。 'demo()' と入力すればデモをみることができます。 'help()' とすればオンラインヘルプが出ます。 'help.start()' で HTML ブラウザによるヘルプがみられます。 'q()' と入力すれば R を終了します。 [以前にセーブされたワークスペースを復帰します] Rserv started in daemon mode. Toshinari Kamakura ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
