Hi Lisp users, I'm a user of both Common Lisp and R (GNU R). I found R has a rich collection of statistical and numerical computation functions, while it is not as extensible as Lisp (Common Lisp). I considered Lisp-Stat but its only implementation is not in the usuall Common Lisp, and the available functions in CRAN are far richer than Lisp-Stat currently has. I want to know if there is already an existing way of calling R functions from within Common Lisp? If no, please point me to relevant resources so that I can create one (that works in a platform-independent manner). Best, tjw
Hrishi Mittal
2009-Dec-02 11:34 UTC
[R] Calling R (GNU R) functions from Common Lisp, how?
RCL looks promising - http://common-lisp.net/project/rcl/ For quick and short calls to R, you can always use the system commands in CL to call R CMD or Rscript. tsunhin wong wrote:> > Hi Lisp users, > > I'm a user of both Common Lisp and R (GNU R). > I found R has a rich collection of statistical and numerical > computation functions, while it is not as extensible as Lisp (Common > Lisp). > I considered Lisp-Stat but its only implementation is not in the > usuall Common Lisp, and the available functions in CRAN are far richer > than Lisp-Stat currently has. > > I want to know if there is already an existing way of calling R > functions from within Common Lisp? > If no, please point me to relevant resources so that I can create one > (that works in a platform-independent manner). > > Best, > tjw > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > >-- View this message in context: http://n4.nabble.com/Calling-R-GNU-R-functions-from-Common-Lisp-how-tp932953p932994.html Sent from the R help mailing list archive at Nabble.com.