Re: Technical papers was: Re: [Rd] documentation for 'open': some clarification?

2005-04-14 Thread Jan de Leeuw
want to support the idea of adding such technical papers to R-news. === Jan de Leeuw; Distinguished Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-1554

[Rd] 3.5 on Tiger

2004-08-01 Thread Jan de Leeuw
setenv CC gcc-3.5 setenv F77 gfortran setenv CXX g++-3.5 What I had to do. 1. Build a local zlib-1.2.1 2. Compile ppr.f in stats with g77-3.4 and not with gfortran-3.5 3. Change line 1581 in plot.c to double *aa = REAL(cex); if (R_FINITE(aa[i % ncex]) i.e. get

Re: [Rd] R + OS X + gcc 3.5 = not quite there ..

2004-07-31 Thread Jan de Leeuw
I tried R-devel (07/31/04) with setenv CC gcc-3.5 setenv F77 gfortran setenv CXX g++-3.5 Here gfortran is g-95, version 3.5, from Gaurav's site. Configure goes fine, build goes fine, except for problems with macro-expansion in plot.c, similar to the one you mention in starma.c. After clobbering

[Rd] OS X problem with DSTEIN in IGLS code

2004-07-03 Thread Jan de Leeuw
libRlapack.dylib on OS X add the flags -flat_namespace -undefined suppress to the link. 5. I will post this version of R-1.9.1 (using the X11 version of Tcl/Tk 8.5 and the R version of BLAS and Lapack) on gifi. === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal

Re: [Rd] OS X problem with DSTEIN in IGLS code

2004-07-03 Thread Jan de Leeuw
-devel === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310)-206-5658; email: [EMAIL PROTECTED] homepage

Re: [Rd] Packages of snippets? (was: A way to list only variables or functions?)

2004-06-23 Thread Jan de Leeuw
Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130

Re: [Rd] Re: [R] Html help does not work in Mac OSX 10.3.4 (PR#7000)

2004-06-21 Thread Jan de Leeuw
sudo rm /usr/local/lib/libxml2.2.dylib and try again On Jun 21, 2004, at 17:35, [EMAIL PROTECTED] wrote: /usr/local/lib/libxml2.2.dylib === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130

[Rd] GUI from Terminal.app

2004-02-21 Thread Jan de Leeuw
this would not work with Cocoa. === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310)-206-5658

[Rd] Re: [R-SIG-Mac] GUI from Terminal.app

2004-02-21 Thread Jan de Leeuw
. If the first thing you say is library(tcltk), then the device is automatically set to quartz, and subsequent calls to quartz() are fine. On Feb 21, 2004, at 14:16, Jan de Leeuw wrote: If you start R from the terminal and then do non-X11 graphics, you get SetFrontProcess errors. For instance, I have a version

[Rd] R with graphics from command line

2004-02-21 Thread Jan de Leeuw
that people who (a) prefer to run their R from the Terminal or from Emacs, and (b) who prefer Aqua to X11, should use the first R. Since I am one of these people, the next release of R on gifi will have no X11 and no R.app. === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics

Re: [Rd] Macintosh (PR#6593)

2004-02-16 Thread Jan de Leeuw
://www.stat.math.ethz.ch/mailman/listinfo/r-devel === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310)-206-5658

Re: [Rd] Re: building R-devel on Panther

2004-02-14 Thread Jan de Leeuw
) definition of _BC /usr/lib/libncurses.5.dylib(lib_termcap.o) definition of _BC === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-1554 phone

Re: [Rd] Developmental version of Matrix package for R-1.9.0

2004-01-29 Thread Jan de Leeuw
PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-1554 phone

Re: [Rd] help.start

2003-11-11 Thread Jan de Leeuw
=== Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310)-206-5658; email: [EMAIL PROTECTED] homepage

Re: [Rd] RAqua with X11 TclTk

2003-11-08 Thread Jan de Leeuw
8.4.4. If you want to do this take care to configure and build the tcl/tk sources from inside the unix directory. stefano __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel === Jan de Leeuw; Professor and Chair

[Rd] what works and what not

2003-11-08 Thread Jan de Leeuw
. === library(tcltk) tkStartGUI() demo(tkdensity) in tkStartGUI works OK in RAqua. Hack ! === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences

Re: [Rd] help.search in trouble with R-patched ?

2003-10-15 Thread Jan de Leeuw
This works fine in R-patched in Darwin. On Oct 14, 2003, at 23:02, Laurent Gautier wrote: help.search(prompt, agrep=F) === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences

[Rd] xlc/xlf on osx

2003-10-12 Thread Jan de Leeuw
only link libLapack.dylib by adding -flat_namespace -undefined suppress to the linker flags. These are somewhat mysterious. I am attaching config.site. === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US

[Rd] IBM compilers on OS X

2003-10-10 Thread Jan de Leeuw
). This is important, because people report speed increases of 100-200% compared to gcc/g77. === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-1554

Re: [Rd] building XML-0.95-1 on MacOS

2003-10-09 Thread Jan de Leeuw
__ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math

Re: [Rd] tseries

2003-10-03 Thread Jan de Leeuw
/build tseries for MacOSX? It seems like there is the same problem with symbols duplications. The -m like option does not seem to help. stefano __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel === Jan de Leeuw

Re: [Rd] darwin build with latest gcc from apple

2003-09-04 Thread Jan de Leeuw
and explain why we see -lcc_dynamic often passed as an ld flag. Where to find doc on this? stefano __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel === Jan de Leeuw; Professor and Chair, UCLA Department

[Rd] R-devel on Panther

2003-08-21 Thread Jan de Leeuw
/Tk.framework/Versions/Current/Headers I know that the two TCLTK variables (strangely enough), the DEBUGGING variable and the FPICFLAGS are necessary. I am using the g77-3.3 from fink -- not the one from Gaurav Khanna, the fink one comes with a patched assembler. === Jan de Leeuw; Professor

[Rd] (no subject)

2003-08-17 Thread Jan de Leeuw
/Library/Frameworks/Tk.framework/Versions/Current/Headers === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310

[Rd] R-devel problem

2003-08-16 Thread Jan de Leeuw
With the current version from rsync (8/16, 19:00) I get make[3]: *** No rule to make target `helpsearch.c', needed by `Makefile'. Stop. make[2]: *** [R] Error 1 make[1]: *** [R] Error 1 make: *** [R] Error 1 === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal

Re: [Rd] RAqua

2003-08-14 Thread Jan de Leeuw
of Washington, Seattle === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310)-206-5658; email: [EMAIL

Re: [Rd] Re: [R-SIG-Mac] R version on gifi

2003-06-17 Thread Jan de Leeuw
specifying --gui-aqua. Nothing has changed! === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310)-206-5658; email

[Rd] R version on gifi

2003-06-16 Thread Jan de Leeuw
will appear probably on wednesday. Undoubtedly some packages will break, because they still use stuff from /sw, but I'll fix those as we go along. === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail

Re: [Rd] cvs version of r-devel on darwin

2003-06-15 Thread Jan de Leeuw
, at 08:47 US/Pacific, Stefano Iacus wrote: On Domenica, giu 15, 2003, at 02:39 Europe/Rome, Jan de Leeuw wrote: Does not use -L/sw/lib -dl anymore, so only works for those who have libdl in /usr/local/lib Cannot find _environ in linking libR.dylib (not sure where it normally gets it). Does not seem

Re: [Rd] cvs version of r-devel on darwin

2003-06-15 Thread Jan de Leeuw
: On Sun, 15 Jun 2003, Jan de Leeuw wrote: No, but if you do not have dlcompat in /usr/local/lib, you also get link errors because it cannot find dlopen and friends. So one need a dlcompat somewhere where the linker can find it. Not finding environ must be due to some very recent change in the R code

[Rd] Re: [R-SIG-Mac] Darwin-Aqua R-devel

2003-06-12 Thread Jan de Leeuw
--with-aqua if you have aquatcl/tk it should work fine. I'll try it tomorrow as it is too late now :) stefano ___ R-SIG-Mac mailing list [EMAIL PROTECTED] https://www.stat.math.ethz.ch/mailman/listinfo/r-sig-mac === Jan de Leeuw; Professor and Chair

Re: [Rd] g77-3.3 on darwin

2003-06-02 Thread Jan de Leeuw
I would wait to see what Apple comes up with in the next installment of Developer Tools. --- J. On Sunday, Jun 1, 2003, at 03:07 US/Pacific, Kurt Hornik wrote: Jan de Leeuw writes: The new g77 in fink/unstable is 3.3. It fails to build R, unless I setenv LDFLAGS to -lcc_dynamic

[Rd] all.rda again

2003-03-18 Thread Jan de Leeuw
:267) #58 0x18c0 in start === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310)-206-5658; email: [EMAIL

[Rd] R-devel uses flat namespaces again

2003-03-18 Thread Jan de Leeuw
And compiles, and passes make check. I will continue to experiment with two-level namespaces (and perhaps with weak linking) but in a private copy only. === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software

[Rd] flat namespaces

2003-03-17 Thread Jan de Leeuw
what goes on in a separate version of R-devel. === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310)-206-5658

Re: [Rd] R-devel problems

2003-02-26 Thread Jan de Leeuw
: Jan de Leeuw writes: The OS X configure in R-devel has been changed to use two-level namespaces. There are still some problems. 3. Configure does not pass the $(Rexecbindir) to the Makefiles in the /src/library directory, so the links cannot find the bundle_loader. I added them by hand for all

[Rd] nice combo on os x

2003-02-26 Thread Jan de Leeuw
() r.library(tcltk) r.demo(tkdensity) This all works. You get the Aqua Tk widgets and the plotting in the quartz device. Windows can be brought to the foreground, minimized to the dock, and widgets can be operated with the mouse. No X11 is required at all. === Jan de Leeuw; Professor and Chair, UCLA

Re: [Rd] R-devel problems

2003-02-25 Thread Jan de Leeuw
of headers and libs are defined explicitly. On Tuesday, February 25, 2003, at 12:06 AM, [EMAIL PROTECTED] wrote: On Mon, 24 Feb 2003, Jan de Leeuw wrote: The OS X configure in R-devel has been changed to use two-level namespaces. There are still some problems. 1. Trunmed.c in the modreg packages defines

Re: [Rd] R-devel problems

2003-02-25 Thread Jan de Leeuw
includes then I think you should expect no X includes to be found, no? Brian On Thu, 1 Jan 1970, Jan de Leeuw wrote: As for the tcl/tk, I actually configured without pointing to tclConfig.sh and tkConfig.sh at all, but putting TCLTK_LIBS and TCLTK_CPPFLAGS in the environment. I could try to use

[Rd] R-devel problems

2003-02-24 Thread Jan de Leeuw
The OS X configure in R-devel has been changed to use two-level namespaces. There are still some problems. 1. Trunmed.c in the modreg packages defines a function heapsort(), while heapsort is also defined (differently) in /usr/lib/stdlib.h. I (temporarily) disabled the definition in stdlib.h.

[Rd] Re: [R-SIG-Mac]4. Exit Gifi Gnome problem

2003-01-02 Thread Jan de Leeuw
, Professor Biology Department University of Massachusetts Amherst Amherst MA 01003 http://www.bio.umass.edu/biology/kunkel/ ___ R-SIG-Mac mailing list [EMAIL PROTECTED] http://www.stat.math.ethz.ch/mailman/listinfo/r-sig-mac === Jan de Leeuw; Professor