similar to: LispStat, R and ViSta [was: Re: Status?]

Displaying 20 results from an estimated 2000 matches similar to: "LispStat, R and ViSta [was: Re: Status?]"

2002 Aug 19
1
[Fwd: LispStat, R and ViSta [was: Re: Status?]]
On Sunday, August 18, 2002, at 05:43 PM, Forrest wrote: > I am very interested in an effort to combine the strengths of LispStat > and R, but have no clue how it would be done. From my viewpoint, > though, it would need to add the three strengths of LispStat (Lisp, > Objects and Dynamic Graphics) to the existing R environment, and it > would need to work in all three supported
2002 Aug 19
0
[Fwd: LispStat, R and ViSta [was: Re: Status?]]
I have compiled Darwin R using the AquaTk frameworks. This works (except for a small glitch). I am sure Stefano could hook these into Carbon R, but Jose/Stefano probably should connect them with the Cocoa interfaces. You can get the frameworks (8.4a5, I think) from ftp://ftp.ucsd.edu/pub/alpha/tcl/alphatk/ -- they are in the alphatk.dmg. Of course the X11 version of tcltk does NOT work with Carbon
2002 Aug 19
0
[Fwd: LispStat, R and ViSta [was: Re: Status?]]
Byron I meant there is no native (Aqua) version of GTK yet (there is wxWindows and Qt and Tk, so possibly GTK will follow). The X11 version of RGtk works for me too. I agree with your diagnosis of the GUI problem. Best -- Jan On Monday, August 19, 2002, at 12:08 AM, Byron Ellis wrote: > > On Monday, August 19, 2002, at 12:09 AM, Jan de Leeuw wrote: >> > > I accidentally
2002 Aug 08
1
Lisp-stat and R? [was: Re: Status?]
John Fox (see below) raises important questions for the Lisp-stat community (and perhaps the R community) to consider. This message thread was not cross-posted to r-devel@lists.r-project.org, so I do so now. I have never been an active or particularly adept Lisp-stat programmer. But I have worked on or used several projects for which Lisp-stat seemed the ideal environment-- for implementing
2002 Aug 22
1
RXLisp
I was obviously fascinated by Duncan's earlier message on RXLisp. I managed to build a working version of RXLisp for OS X, by some unabashed and rather uninformed hacking. I compiled XLISP-STAT using the gcc flags -fno-common and --no-cpp-precomp (not sure if they are necessary or not, they are part of an older hack). I "make libxlisp.so", using Duncan's replacement for the
2008 Mar 06
1
Interesting remarks about R back in 1999
Hi, this is not an R-help post, but I found this extract below that was written by a leading mathematician back in 1999 when he was talking about statistics and computing. I found it interesting to share and I ask your opinion do you think this still holds today or things have changed? Thanks. ?...we would also like to mention that in our opinion Mathematica provides an excellent and indeed
2008 Jul 23
1
Calling LISP programs in R
I have written some programs in Common Lisp and I have been using SAS to pipe those programs to my lisp compiler in batch mode by using the %xlog and %xlst SAS commands. I wonder if there is in R a similar way to pipe commands to LISP so that all my work would be concentrated in R even when I have to call a LISP program? I have looked at the foreign library but this seems to adjust data types not
2006 Jan 17
0
xlispstat and R
> From: Wensui Liu <liuwensui at gmail.com> > Just curious how xlispstat is used in the industry and what's it strengthen > compared with other computing languages such as R or matlab? Almost not at all, though there are a few holdouts. On a related note, I've been doing some interesting things with a branch of LispStat for CommonLisp. It'll be more interesting when
2011 Sep 21
3
Reading data in lisp format
Hi, I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening> Could anyone help me? Best
2011 Apr 06
3
FTP server for registered and anonymous users
Friends I have a good ftp server working with authentication of users, but I want to put a folder with general information for everyone can read without having to log in, that is to be seen both registered users and guests too. -- Fidel Dominguez-Valero Linux User: 433411 Website: http://www.valerofix.ryanhost.net
2005 Apr 30
3
How to extract function arguments literally
Dear all, One of my friends asked me if it is possible to extract actual R function arguments literally (precisely, as strings). The reason is simple. He feels sometimes awkward to attach quotation marks :-). What he actually wants is to pass R command arguments to XLisp subroutines (He has been an enthusiastic XLisp user for a long time and still tends to use R as a wrapper to XLisp). Is it
2003 Nov 19
1
Installing RXlisp
Dear R users, I was trying to install the package RXLisp by Duncan Temple Lang on a MDK 9.1 Linux machine running R 1.8.0 installed from a RPM. Unfortunately I had a problem loading the shared library into R. Since I'm a Linux newbie I was not able to solve the problem. Maybe some of you can help me. First of all I downloaded the source archive for Xlisp-Stat and for the RXlisp package.
2013 Jul 29
1
Cargar e datos de excel
Hola a todos, Tengo un problema al intentar cargar datos de Excel con el r commander con los comandos datos->importar conjunto de datos->desde un archivo de Excel Tengo instalada la última versión de r la 3.0.1 y el mensaje de error que me sale es el siguiente: ERROR: no se pudo encontrar la función "loadWorkbook" Puede ser que necesite cargar algún paquete extra. Gracias! Un
2003 Apr 07
3
graphic question
Hi, I want to use R for some data mining project , and was wondering if it has any intercative graphical features? For example, is it possible to plot a histogram and be able to select a specific point on it and have all the data about it? or select a specific area in a curve and have all the data about it? or possibilities to zoom out and in? Thank you for your help, Mama Benchaffai School of
2008 Oct 06
10
DO NOT REPLY [Bug 5811] New: rsync error: error allocating core memory buffers (code 22) at io.c(635)
https://bugzilla.samba.org/show_bug.cgi?id=5811 Summary: rsync error: error allocating core memory buffers (code 22) at io.c(635) Product: rsync Version: 3.0.4 Platform: x64 OS/Version: Linux Status: NEW Severity: blocker Priority: P3 Component: core AssignedTo: wayned@samba.org
2020 Mar 17
3
new bquote feature splice does not address a common LISP @ use case?
Dear R-devel, There is a new feature in R-devel, which explicitly refers to LISP @ operator for splicing. > The backquote function bquote() has a new argument splice to enable splicing a computed list of values into an expression, like ,@ in LISP's backquote. Although the most upvoted SO question asking for exactly LISP's @ functionality in R doesn't seems to be addressed by this
2008 Jun 20
5
Programming Concepts and Philosophy
I am wondering if people on the list could recommend books that they have found helpful about programming concepts and style? I often find that students write R programs by copying existing code but could really benefit from the understanding of more general programming ideas. An example would be to avoid writing functions which attempt to modify their parameters. Another principle would be
1999 Nov 09
2
RE:
Do you know what I really, really miss in R that I took fopr granted in my XLisp-Stat programming days??? The ability to easily create menus and dialog boxes. I could write little applications and give them out to clients. It was wonderful. It would at least allow each person to begin to build one's own menu driven version. Just a thought!! Jeff > -----Original Message----- >
1998 Nov 29
2
[Johannes Huesing <tmi0m0@sp2.power.uni-essen.de>] Media coverage
Johannes Huesing sent a message to stat-lisp-news at stat.umn.edu regarding an article in Linux-Magazin (German) on statistical software for Linux. I enclose excerpts. Can anyone summarize what was said about R in the article? If there is a web site for the article I would appreciate learning of the URL. I must admit, though, the my abilities in German are much less impressive than the
2011 Apr 03
3
Download the repo DAG of CentOS 5.5
hello somebody might help to create a script to download the repo DAG of CentOS 5.5 to my PC. I already did with OS, Update, and Extras packages. I want to do with DAG repository. I tried but I don't know much about scripts. Thanks Fidel