Re: [Rd] Bugs in Osx Version of R (PR#2665)

2003-03-24 Thread Stefano Iacus
I think you are referring to the Carbon version of R. Btw, it is not a bug. In this case it is only a problem of the system because I do not force refreshing. You should have better results using the quartz() device. What I mean is that plot is done but the window content is not refreshed unles

Re: [Rd] Default broswer for OS X (PR#2725)

2003-04-05 Thread Stefano Iacus
This could be nice for the vignettes too. stefano On Venerdì, apr 4, 2003, at 06:04 Europe/Rome, [EMAIL PROTECTED] wrote: Full_Name: James Howison Version: 1.6.2 OS: OS X (fink install) Submission from: (NULL) (66.67.80.30) The default browser for the html help system is not set correctly for OS

[Rd] Darwin-Aqua R-devel

2003-06-12 Thread Stefano Iacus
I've been able to build a very primitive Aqua GUI for Darwin R. This version as minimum event handler support but at least you can drag around the quartz device. You need to download the RAqua.app.sit archive from http://www.economia.unimi.it/R/ You need to unstuff it and put inside your syste

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

2003-06-13 Thread Stefano Iacus
absolutely sure that AquaTcl/Tk was used. On Thursday, Jun 12, 2003, at 18:29 US/Pacific, Stefano Iacus wrote: I've been able to build a very primitive Aqua GUI for Darwin R. This version as minimum event handler support but at least you can drag around the quartz device. You need to do

[Rd] Double-clicking Darwin-Aqua R-devel

2003-06-13 Thread Stefano Iacus
At the url http://www.economia.unimi.it/R/ you can find the latest build of RAqua (which is a preview of what can be the Aqua GUI for Darwin R). Unstuff the archive RAqua.app.sit, drag the RAqua icon into the Applications folder of your MacOS X System and double click on its icon to launch R.

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

2003-06-15 Thread Stefano Iacus
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 to need it in linking R.bin. I do not ha

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

2003-06-15 Thread Stefano Iacus
, Jun 15, 2003, 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

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

2003-06-16 Thread Stefano Iacus
On Lunedì, giu 16, 2003, at 20:45 Europe/Rome, Don MacQueen wrote: Couple of questions... Thanks -Don At 10:00 AM -0700 6/16/03, Jan de Leeuw wrote: Pretty soon, hopefully, the RAqua version will make the Darwin/X11 version unnecessary. In the meantime, for convergence, I'll modify the Gifi vers

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

2003-06-17 Thread Stefano Iacus
On Martedì, giu 17, 2003, at 14:33 Europe/Rome, Simon Urbanek wrote: On Monday, June 16, 2003, at 08:45 PM, Don MacQueen wrote: Specifically for X11, does it assume the user has separately installed Apple's X11 and QuartzWM, and if so, is it in any way dependent on anything unique to Apple's X

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

2003-06-17 Thread Stefano Iacus
On Martedì, giu 17, 2003, at 17:45 Europe/Rome, Simon Urbanek wrote: On Tuesday, June 17, 2003, at 05:11 PM, Don MacQueen wrote: The really native version doesn't really need to depend on X11 anymore since the use of X11 on Mac OS X was meant for applications that are not properly ported to OS

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

2003-06-17 Thread Stefano Iacus
I think we have to distinguish what is distributed as binary and the building process of R. If we distribute prebuilt packages for OSX we can provide both html and pdf files and leave out latex help. stefano On Martedì, giu 17, 2003, at 19:33 Europe/Rome, Prof Brian Ripley wrote: On Tue, 17 Jun

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

2003-06-17 Thread Stefano Iacus
On Martedì, giu 17, 2003, at 20:13 Europe/Rome, Don MacQueen wrote: At 6:33 PM +0100 6/17/03, Prof Brian Ripley wrote: On Tue, 17 Jun 2003, Don MacQueen wrote: At 5:45 PM +0200 6/17/03, Simon Urbanek wrote: >There is still one issue to consider in this context: source >packages. A really 'pla

[Rd] Again RAqua

2003-06-24 Thread Stefano Iacus
I have put on http://www.economia.unimi.it/R/ a new version of RAqua which has a better GUI and responds to drag and drop, copy and paste etc (for more info see the above page). Most of the menus are not working at the moment but any feedback is welcome to design a good GUI for Darwin R. stefa

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

2003-06-17 Thread Stefano Iacus
e R procedure. So if you execute it is because you do want Aqua and not X11. We can consider the possibility of distribute two versions of binaries: "a' la" "RAqua" and "a' la" Jan :) stefano On Tuesday, Jun 17, 2003, at 11:25 US/Pacific, Stefano Iac

[Rd] internal support for dlopen, dlclose etc (darwin port)

2003-07-19 Thread Stefano Iacus
This is just to say that I have included the code from the dlcompat library to support dlopen, dlclose etc under darwin from inside R itself. This is needed to me to have as much as possible a selfcontained application bundle which does not need too much external dlls installed (the current ver

[Rd] dlopen/dlclose etc for Darwin

2003-07-23 Thread Stefano Iacus
The current version of R-devel has internal support for dlclose/dlopen/dlsym for Darwin. Configure problems have also been solved thanks to Brian and Kurt. Having or not libdl.0.dylib etc it is always the internal code that is used. Stefano __ [EMAIL

[Rd] make install-aqua

2003-08-04 Thread Stefano Iacus
Today's R-devel has a new target to the install proc. Try ./configure --enable-R-shlib --with-blas='-framework vecLib' --with-lapack --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh --with-aqua make make install-aqua

Re: [Rd] Mac OS 10 (not X11) failure to rotate symbols (PR#3602)

2003-08-04 Thread Stefano Iacus
As pointed out by Brian, this is documented. BTW, it works fine with R-1.7.1 and the quartz() device and in the forthcoming version of R for MacOS X which is the Darwin port of R with the Aqua GUI (again, as pointed out by Brian, the old Carbon port is now freezed). stefano On Lunedì, ago 4,

Re: [Rd] RAqua

2003-08-14 Thread Stefano Iacus
On Mercoledì, ago 13, 2003, at 16:24 Europe/Rome, Thomas Lumley wrote: On Wed, 13 Aug 2003, Stefano Iacus wrote: 4. Input and output windows cannot be resized independently. I would still vote for two separate input and output windows. And I'd vote for a single combined window :) the pr

Re: [Rd] event loop

2003-08-14 Thread Stefano Iacus
2003, at 11:05 Europe/Rome, Stefano Iacus wrote: I've installed a timer in RAqua to do tasks at time interval. I would like simply to let R call all the handlers installed (eg x11, gtk, tcltk) on this time interval and return. Which function who

[Rd] event loop

2003-08-14 Thread Stefano Iacus
I've installed a timer in RAqua to do tasks at time interval. I would like simply to let R call all the handlers installed (eg x11, gtk, tcltk) on this time interval and return. Which function whould I call? stefano __ [EMAIL PROTECTED] mailing list ht

Re: [Rd] RAqua

2003-08-14 Thread Stefano Iacus
On Mercoledì, ago 13, 2003, at 04:44 Europe/Rome, Jan de Leeuw wrote: Small things, mostly. 1. Buildproblem. Well-known and annoying. Build fails if debugging is on (which is the default) because Debugging.h breaks devQuartz.c compiles. If debugging is switched off on the command line or in the

[Rd] RAqua and Debugging macros

2003-08-14 Thread Stefano Iacus
I have altered the code inside the aqua module replacing all apple's debugging macros. It should compile fine now with new app dev tool. Can anyone give it a try? stefano __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo

[Rd] quartz device

2003-08-14 Thread Stefano Iacus
I'm planning to move quartz device outside src/unix and put it in the aqua module. This will imply that it won't be possible to use it without loading the aqua module (which is true in any case at the moment) In any case as the quartz device requires event handling for resizing, moving the windo

Re: [Rd] RAqua

2003-08-14 Thread Stefano Iacus
On Mercoledì, ago 13, 2003, at 18:26 Europe/Rome, Thomas Lumley wrote: On Wed, 13 Aug 2003, Jan de Leeuw wrote: Some additional suggestions: If you install/update packages, the output can be viewed in the Console application. Is that really the place where we want it ? Good point. It's not clea

Re: [Rd] RAqua

2003-08-14 Thread Stefano Iacus
On Mercoledì, ago 13, 2003, at 22:32 Europe/Rome, Thomas Lumley wrote: On Wed, 13 Aug 2003, Jan de Leeuw wrote: Fatal error: The AQUA shared library could not be loaded. The error was dlcompat: dyld: /Applications/StartR.app/RAqua.app/Contents/MacOS/RAqua Undefined symbols: _check_noerr _requir

[Rd] Re: [R-SIG-Mac] cleanest build I can think of

2003-08-14 Thread Stefano Iacus
Thanks Byron, I assume you use new Devel Tool updates and nothing from fink? Can other people with new dev tools check this (for example Jan?) It would be nice to update the instuction page (and R-admin in the future) some general notes: 1. there is no need to configure with --without-x as X11 c

Re: [Rd] R-devel problem

2003-08-17 Thread Stefano Iacus
I think Thomas is implementing the help.search menu and forgot to commit the file to CVS. stefano On Domenica, ago 17, 2003, at 05:16 Europe/Rome, Jan de Leeuw wrote: With the current version from rsync (8/16, 19:00) I get make[3]: *** No rule to make target `helpsearch.c', needed by `Makefi

Re: [Rd] RAqua was (no subject)

2003-08-17 Thread Stefano Iacus
On Domenica, ago 17, 2003, at 21:36 Europe/Rome, Jan de Leeuw wrote: RAqua now builds fine, I have reverted then changes but I didn't touch anything at tcltk level. I've also implemented the rest of the menu items. quartz device works again for the command line version and hopefully soon without

[Rd] quartz device for darwin

2003-08-19 Thread Stefano Iacus
I have slightly modified the quartz device. It's somewhat faster then before even if a bit slower than the x11 one. stefano __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] darwin build with latest gcc from apple

2003-09-04 Thread Stefano Iacus
we are trying to adapt the configure in order to work with latest gcc3.3 (from apple) and g77 3.4 (from http://gravity.psu.edu/~khanna/hpc.html ) At the moment there is no need to define the __DEBUGGING__ but there is still a problem with the -lcc_dynamic does any of you know how to check for t

[Rd] binary packages for RAqua

2003-09-04 Thread Stefano Iacus
I have updated RAqua.pkg.sit on http://www.economia.unimi.it/R/ This version has one major improvement over the previouses: binary package installation. I have produced a small set of binary package that you can try to work with. During the next week or so we will arrange to build Bioconductor r

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

2003-09-05 Thread Stefano Iacus
R-devel configs and build fine on both configurations below. It would be nice to test it on Panther eventually. A great thank goes from my side to Kurt for this configure version. I configure with: ./configure --enable-R-shlib --with-blas='-framework vecLib' --with-lapack --with-tcl-config=/Li

[Rd] RAqua R 1.8.0 (alpha)

2003-09-13 Thread Stefano Iacus
a new version of RAqua is now available. The major change for developers is that libR.dylib is now inside /Applications/StartR.app/RAqua.app/Contents/Frameworks and at build time the linker sets this path as install-name for libR.dylib This only happens if you configure with flag --with-aqua and

[Rd] RAqua R 1.8.0 (alpha)

2003-09-13 Thread Stefano Iacus
a new version of RAqua is now available. The major change for developers is that libR.dylib is now inside /Applications/StartR.app/RAqua.app/Contents/Frameworks and at build time the linker sets this path as install-name for libR.dylib This only happens if you configure with flag --with-aqua and

Re: [Rd] RAqua R 1.8.0 (alpha)

2003-09-13 Thread Stefano Iacus
I forgot to mention that all the binary versions of the packages should be rebuilt. The script is actually running, so you should wait tomorrow for the packages to be updated on CRAN stefano On Sabato, set 13, 2003, at 14:07 Europe/Rome, Stefano Iacus wrote: a new version of RAqua is now

Re: [Rd] Problem building methods package?

2003-09-14 Thread Stefano Iacus
Yes Brian is right. It builds fine with the same tools you have Byron. Just try to remove the built version of methods or do what Brian suggested. stefano On Domenica, set 14, 2003, at 09:23 Europe/Rome, Prof Brian Ripley wrote: methods changed to use a NAMESPACE about last weekend. It does bu

[Rd] RAqua too hungry of cpu time

2003-09-16 Thread Stefano Iacus
It seems that RAqua consumes too much cpu time when doing nothing. I can't see exactly why this is happening. We have few days to fix this up. Any idea (after having look at the code) would be fine. stefano __ [EMAIL PROTECTED] mailing list https://www

Re: [Rd] RAqua too hungry of cpu time

2003-09-16 Thread Stefano Iacus
On Martedì, set 16, 2003, at 11:35 Europe/Rome, Simon Urbanek wrote: On Tuesday, September 16, 2003, at 10:24 AM, Stefano Iacus wrote: It seems that RAqua consumes too much cpu time when doing nothing. I can't see exactly why this is happening. We have few days to fix this up. Any idea (

[Rd] XML package for Darwin

2003-09-20 Thread Stefano Iacus
Has anyone successfully built the XML package for Darwin R 1.8.0 alpha? If so, in what configurations? stefano __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] XML package for Darwin

2003-09-20 Thread Stefano Iacus
-lxml libxml 2: no Compilation flags:-D__DEBUGGING__ -I/sw/include/gnome-xml -I/sw/include/gnome-xml/libxml -DLIBXML -I/sw/include/gnome-xml Link flags: -L/sw/lib -lxml -lz -lz -lxml On Sep 20, 2003, at 2:10 , Stefano Iacus wrote: Has anyone successfully built

[Rd] cpu time & RAqua

2003-09-28 Thread Stefano Iacus
I've partly solved the problem with CPU usage in RAqua. I choose a comprise among cpu time usage and console scroll speednees. I've just commited the changes between a blackout and another ... I finally installed an IdleTimer instead of a Timer and discovered that idel timer works outside the even

[Rd] tseries

2003-10-03 Thread Stefano Iacus
Has anyone successfully check/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/listinf

Re: [Rd] a bug of function plot (PR#4405)

2003-10-04 Thread Stefano Iacus
On Sabato, ott 4, 2003, at 04:56 Europe/Rome, [EMAIL PROTECTED] wrote: Full_Name: Ximing Zhao Version: R 1.7.1 OS: MacOs X Submission from: (NULL) (64.136.27.51) When I used function plot in R 1.7.1, I found two bugs. My whole function is this: * drawexp<-function(X,x,c,b){ exp<-fu

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

2003-10-09 Thread Stefano Iacus
Duncan is working on this at lower level in the xml package code. As you see on cran with XML version 95-3 which is still not optimal. All will be fixed in few days when Duncan has finished travelling around :)) Btw, it preferable to use libxml2 which builds and configs fine without problems

Re: [Rd] libR.dylib on OS X

2003-10-19 Thread Stefano Iacus
Jan, If you inted to use RAqua as a CLI app you don't need to do "make install" but only "make install-aqua" and create a couple of symlinks. Otherwise you have conflicts. If you install the RAqua from CRAN and apply the symlinks as explained int eh ReadME file you'll have an equivalent ver

[Rd] RAqua and AquaTclTk

2003-10-30 Thread Stefano Iacus
While playing around with panther I discovered (with surprise) that tcltk seems to work (even if not smoothly) with RAqua without first calling tkStartGUI. I switched back to 10.2.6 and it works as well. I think this is due to the "last minute" fix in RAqua now using idle timers because of too

Re: [Rd] RAqua and AquaTclTk

2003-10-31 Thread Stefano Iacus
On Giovedì, ott 30, 2003, at 17:54 Europe/Rome, Peter Dalgaard wrote: Stefano Iacus <[EMAIL PROTECTED]> writes: While playing around with panther I discovered (with surprise) that tcltk seems to work (even if not smoothly) with RAqua without first calling tkStartGUI. I switched back to

[Rd] RAqua package installation on Panther

2003-11-06 Thread Stefano Iacus
From the RAqua faq just uploaded to CRAN (so it will take until tomorrow to appear) Panther notes After installing Panther (MacOSX 10.3) it turns out that package installation (either from sources or from binaries) can fail. If you get an error "like" this (this comes from source package inst

Re: [Rd] RAqua package installation on Panther

2003-11-06 Thread Stefano Iacus
Thanks Thomas, I'll change the text in the RAqua faq. stefano On Giovedì, nov 6, 2003, at 20:22 Europe/Rome, Thomas Lumley wrote: On Thu, 6 Nov 2003, Stefano Iacus wrote: Thanks to Thomas L. and other users to stop this and suggest fixes. Thomas is still claiming that it is also configure

[Rd] RAqua with X11 TclTk

2003-11-08 Thread Stefano Iacus
I've built a version of RAqua that uses X11 TclTk and NOT AquaTclTk. http://www.economia.unimi.it/R/RAquaX11.dmg (15 MB disk image) The idea is that you: launch RAqua, launch X application (the X Server), and from inside R type x11() # just tt set DISPLAY to :0.0. Eventually close this window

Re: [Rd] RAqua with X11 TclTk

2003-11-08 Thread Stefano Iacus
, 2003, at 8:19, Stefano Iacus wrote: I've built a version of RAqua that uses X11 TclTk and NOT AquaTclTk. http://www.economia.unimi.it/R/RAquaX11.dmg (15 MB disk image) The idea is that you: launch RAqua, launch X application (the X Server), and from inside R type x11() # just tt

[Rd] help.start

2003-11-11 Thread Stefano Iacus
Some user reported me that help.start() is no longer working on Panther under RAqua. I don't have this problem on my machine but a couple of users repoterd me this. Can you please make this small test an eventually tell me which is your system default browser? stefano

Re: [Rd] help.start

2003-11-12 Thread Stefano Iacus
00:42 Europe/Rome, Jan de Leeuw wrote: I have a /usr/local/bin/netscape script with #!/bin/sh open /usr/local/lib/R/doc/html/index.html which means help.start() starts Safari. On Nov 11, 2003, at 13:17, Stefano Iacus wrote: Some user reported me that help.start() is no longer working on Pa

Re: [Rd] R OS X panther? (PR#5529)

2003-12-05 Thread Stefano Iacus
On Venerdì, dic 5, 2003, at 00:48 Europe/Rome, [EMAIL PROTECTED] wrote: I have just used the RAqua.pkg to install R, and it doesn't work! I have Mac OS X 10.3, and the old version of R works OK, but the .pkg thing installed, and then when I double-click on the "StartR" application nothing happen

Re: [Rd] R.app should ignore -psn command line argument (PR#5674)

2003-12-10 Thread Stefano Iacus
Thanks Byron, I was about to commit a similar fix. stefano On Mercoledì, dic 10, 2003, at 19:18 Europe/Rome, [EMAIL PROTECTED] wrote: Full_Name: Byron Ellis Version: R 1.9.0 OS: OS X .3 Submission from: (NULL) (140.247.241.138) Under OS X, when something is launched via "open" or the Dock or the

Re: [Rd] Failed installation on Mac OSX 10.3 (PR#5697)

2003-12-11 Thread stefano iacus
You should read the readme.txt file which says that you have to install the libreadline with the provided .pkg archive that comes with RAqua.dmg. stefano On Giovedì, dic 11, 2003, at 16:39 Europe/Rome, [EMAIL PROTECTED] wrote: I've installed R 1.8.1 on OSX 10.3 (Panther) using the RAqua.pkg an

Re: [Rd] Failed installation on Mac OSX 10.3 (PR#5697)

2003-12-12 Thread stefano iacus
, 2003, at 12:41 Europe/Rome, Brian Beckage wrote: I did read the readme.txt but it said you 'should' install the libreadline so my impression was that it was recommended but not necessary. Undoubtedly, an oversight on my part. Brian On Fri, 12 Dec 2003, stefano iacus wrote: You shoul

Re: [Rd] R-devel with Darwin: some issues (mostly due to latest R.framework changes)

2003-12-22 Thread stefano iacus
On Lunedì, dic 22, 2003, at 19:53 Europe/Rome, Simon Urbanek wrote: Some issues with the recent R-devel (rsync today) on Darwin: 1) Recent R-devel is a bit misleading concerning the R-framework installation: A new option --enable-R-framework was introduced, but install-Rframework ignores its

Re: [Rd] R-devel with Darwin: some issues (mostly due to latest R.framework changes)

2003-12-22 Thread stefano iacus
On Lunedì, dic 22, 2003, at 19:53 Europe/Rome, Simon Urbanek wrote: Some issues with the recent R-devel (rsync today) on Darwin: 1) Recent R-devel is a bit misleading concerning the R-framework installation: A new option --enable-R-framework was introduced, but install-Rframework ignores its

Re: [Rd] R crash (PR#6438)

2004-01-16 Thread stefano iacus
Thanks for spotting this, I know how to fix it. stefano On Venerdì, gen 16, 2004, at 19:41 Europe/Rome, [EMAIL PROTECTED] wrote: Full_Name: Steven T. Stoddard Version: 1.8.1 OS: OS X 10.3.2 Submission from: (NULL) (68.77.32.31) Using fix(data.frame) causes an immediate bus error and crashes R.

Re: [Rd] Building r-devel on Panther

2004-02-13 Thread stefano iacus
I've never had these problems and I just built R-devel on three different machines these last two days. My suspect is that you have R in /usr/local/* and during building something has gone wrong. You should try to sudo rm -rf /Library/Frameworks/R.framework remove any version of R in the path a

Re: [Rd] Macintosh (PR#6593)

2004-02-17 Thread stefano iacus
You should read the readme file. This is not a bug. BTW, you have to install the libreadline package that you find in the RAqua.dmg disk image. stefano iacus On Feb 17, 2004, at 6:10 AM, [EMAIL PROTECTED] wrote: Full_Name: David Steinsaltz Version: 1.8.1 OS: Mac 10.3.2 Submission from: (NULL

[Rd] Math Symbols in plots under Darwin/Panther

2004-02-18 Thread stefano iacus
I've just committed a new version of the quartz device to R-devel. This seems to fix the problem with displaying math symbols in plots under Panther. I can't not more test R under Jaguar (at least not these days). In case you have the opportunity to do that, please send me a report if it brokes

Re: [Rd] Math Symbols in plots under Darwin/Panther

2004-02-21 Thread stefano iacus
On Feb 21, 2004, at 2:16 PM, Simon Urbanek wrote: On Feb 19, 2004, at 2:55 AM, stefano iacus wrote: I've just committed a new version of the quartz device to R-devel. This seems to fix the problem with displaying math symbols in plots under Panther. I gave it a shot on a Jag machine (darwi

Re: [Rd] Math Symbols in plots under Darwin/Panther

2004-02-21 Thread stefano iacus
On Feb 21, 2004, at 2:16 PM, Simon Urbanek wrote: On Feb 19, 2004, at 2:55 AM, stefano iacus wrote: I've just committed a new version of the quartz device to R-devel. This seems to fix the problem with displaying math symbols in plots under Panther. I gave it a shot on a Jag machine (darwi

Re: [Rd] Immediate crash on Mac OS X 10.2.8

2004-03-04 Thread stefano iacus
You should better provide the Console.log instea.d Try to install the libreadline package that comes with RAqua.dmg and see if it works. stefano On Mar 2, 2004, at 11:29 PM, Robert King wrote: Hello, I don't know very much about Macs, so may have missed some obvious steps, but I downloaded ver

[Rd] R-1.9.0-alpha (macosx with Aqua GUI)

2004-03-08 Thread stefano iacus
A first preview of R-1.9.0-alpha is available at http://www.economia.unimi.it/R and it is a framework build. This version includes all the supported .dylibs needed to run R itself apart for the tcl/tk libs that can be installed according to what the same page says. But you don't need to install

Re: [Rd] http://cran.r-project.org/bin/macosx/RAqua-FAQ.html not found (PR#6684)

2004-03-22 Thread stefano iacus
Yes this file has been moved by error. In nay case it will be replaced by the one called RMACOSX-FAQ.html thanks for signaling stefano On Mar 22, 2004, at 1:14 PM, [EMAIL PROTECTED] wrote: Hello! delivers an error 404. Is there any webmaster w

Re: [Rd] http://cran.r-project.org/bin/macosx/RAqua-FAQ.html not found (PR#6684)

2004-03-22 Thread stefano iacus
the right url and case is the following http://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html stefano On Mar 22, 2004, at 1:14 PM, [EMAIL PROTECTED] wrote: Hello! delivers an error 404. Is there any webmaster who could fix it? Thanks! Best

Re: [Rd] Mac OS X Limited User cannot access R (PR#6700)

2004-03-26 Thread stefano iacus
you mean StartR I guess. If should be different for the framework version. You can have a preview on http://www.economia.unimi.it/R Please let me know. stefano On Mar 26, 2004, at 5:01 PM, [EMAIL PROTECTED] wrote: Full_Name: Adam nave Version: 1.8.1 OS: OS X - 10.2.x and 10.3.x Submission from:

Re: [Rd] Mac OS X Limited User cannot access R (PR#6700)

2004-03-26 Thread stefano iacus
Well, 1.9.0 planned for april 4th has been delayed a bit but the framework version you find on the url I gave is almost the definitive. You can probably just wait a couple of weeks and install the release version and, in any case, I strongly suggest to upgrade to R 1.9.0 and remove StartR/Raqua

Re: [Rd] Greek symbols not generated on quartz device (PR#6708)

2004-03-28 Thread stefano iacus
Symbols fonts has changed encoding from 10.2 to 10.3 and this brokes things when using RAqua on different systems. The new R 1.9.0 fixes this. Still not able to get styled text (bold, italcs) at the moment. stefano On Mar 28, 2004, at 9:55 AM, [EMAIL PROTECTED] wrote: Full_Name: Mark St. John Ve

Re: [Rd] Macintosh -- changing working directory (PR#6749)

2004-04-14 Thread stefano iacus
it is a problem with preferences sync. This should no longer happen in 1.9.0. stefano On Apr 8, 2004, at 9:44 PM, [EMAIL PROTECTED] wrote: On Thu, 8 Apr 2004 [EMAIL PROTECTED] wrote: Full_Name: John C. Paolillo Version: 1.8.1 Aqua OS: Mac OS X 10.3 Submission from: (NULL) (12.223.226.232) Changi

[Rd] R.bin vs R as app name in Mac OS X

2004-04-23 Thread stefano iacus
I discovered today a curious behavior of the Finder. If you double click on the R icon directly, on Panther, you'll see R.bin in the application menu. If you call R via an applescript like the following, you'll see only R as it should be. try tell application "R" activat

Re: [Rd] Darwin Framework and Application Install Directory Improvements (PR#6882)

2004-05-13 Thread stefano iacus
Why this is related in any sense to a bug (report)? BTW, $(prefix) can contain "Libraries" in its path, why using $(prefix)/Libraries/ ?? Why should R.app and the R.framework be placed on the same target? What can be done is to set a R_APPLICATION_DIR variable default-ed to /Applications, I fo

[Rd] An example of Cocoa GUI for R

2004-05-14 Thread stefano iacus
Finally, we are showing you a bit of work on the Cocoa GUI. Do not expect too much, it is just a preview. You have some nice feature yet like code and file completion, but still don't expect too much. Have a look here http://www.economia.unimi.it/R It works with R.app 1.9.0 This is a joint w

Re: [Rd] R-1.9.0 won't compile on OSX (PR#6848)

2004-05-03 Thread stefano iacus
Please, at least tell us which configure options you used and tools' versions. stefano On May 3, 2004, at 2:52 PM, Prof Brian Ripley wrote: I don't think this is a bug in *R*, especially as you appear to be using the unreleased gcc 3.4! Hint: there needs to be a dynamic library for libg2c, not

Re: [Rd] Memory Leak in OS X versions? (PR#6903)

2004-05-21 Thread stefano iacus
I can confirm the behaviour (btw, 1.9.0 is not beta) in 1.9.0 and in R-patched I'll try to investigate. stefano On May 21, 2004, at 3:24 PM, [EMAIL PROTECTED] wrote: Full_Name: David L. Van Brunt Version: 1.8-1.9 beta OS: OS X 10.3 Submission from: (NULL) (68.74.58.109) As posted on R-Help (after

Re: [Rd] Crash in OSX (PR#6940)

2004-06-08 Thread stefano iacus
Please report a reproducible example. It's surely something related to the history (prev/next key) management but I cannot track it down this way. stefano On Jun 5, 2004, at 4:36 AM, [EMAIL PROTECTED] wrote: Full_Name: Murray Pung Version: 1.9.0 OS: OSX Mac Submission from: (NULL) (134.148.20

Re: [Rd] Can´t start help and update on Mac (PR#6920

2004-06-10 Thread stefano iacus
"open" works on my system, so it seems something related to user specific settings. Can you please try to issue the command open from a Terminal on a html file to see if safari or your favorite browser pops up? i.e. open my_file.html stefano On Jun 10, 2004, at 1:37 PM, Prof Brian Ripley wrote:

Re: [Rd] Installer package destroys permission settings on /Applcations (PR#7025)

2004-06-26 Thread stefano iacus
Thanks for raising this problem. I agree, the installer should not change the permissions on /Applications (but user can decide to install the application somewhere else and move it to /Applications later as a temporary solution) It only affects the directory where you choose to install R.app (

Re: [Rd] Installer package destroys permission settings on /Applcations (PR#7025)

2004-06-26 Thread stefano iacus
On Jun 26, 2004, at 9:41 AM, stefano iacus wrote: Thanks for raising this problem. I agree, the installer should not change the permissions on /Applications (but user can decide to install the application somewhere else and move it to /Applications later as a temporary solution) It only

Re: [Rd] Installer package destroys permission settings on /Applcations (PR#7025)

2004-06-27 Thread stefano iacus
On Jun 27, 2004, at 5:51 PM, Simon Urbanek wrote: On Jun 26, 2004, at 9:41 AM, stefano iacus wrote: Thanks for raising this problem. I agree, the installer should not change the permissions on /Applications (but user can decide to install the application somewhere else and move it to

Re: [Rd] out-of-date information in R for Mac OS X FAQ (PR#6982)

2004-06-27 Thread stefano iacus
now added back on the page mentioned on the MAC OS X FAq. stefano On Jun 15, 2004, at 12:50 PM, [EMAIL PROTECTED] wrote: Full_Name: David Firth Version: 1.9.0 OS: Mac OS 10.3 Submission from: (NULL) (137.205.240.25) For libreadline, the R for Mac OS X FAQ points to http://www.economia.unimi.it/R -

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

2004-07-03 Thread stefano iacus
If I remember well, Jan is using g77 3.5(!) from KHanna page? I'm I right Jan? We have to solve this g77 issues on Mac OS X soon as many packages doesn't pass make check when they contain fortran code. I hope I can make some advance with xlf to see if I can manage to fix most of these. stefano

Re: [Rd] libxml2.2.dylib compatibility problem opening browser (PR#7063)

2004-07-08 Thread stefano iacus
Please remove your copy of libxml2 in /usr/local/lib, you no longer need it on Panther and the one included in 10.3.4 is incompatible with the one in /usr/local/lib stefano On Jul 7, 2004, at 12:41 PM, [EMAIL PROTECTED] wrote: Full_Name: Theodosios Theodosiou Version: 1.9.1 OS: MAC OS X (10.3.4)

Re: [Rd] libxml2.2.dylib compatibility problem opening browser (PR#7063)

2004-07-08 Thread stefano iacus
Please remove your copy of libxml2 in /usr/local/lib, you no longer need it on Panther and the one included in 10.3.4 is incompatible with the one in /usr/local/lib stefano On Jul 7, 2004, at 12:41 PM, [EMAIL PROTECTED] wrote: Full_Name: Theodosios Theodosiou Version: 1.9.1 OS: MAC OS X (10.3.4)

Re: [Rd] re: R-1.9.1 preferences (PR#7170)

2004-08-13 Thread stefano iacus
On Aug 14, 2004, at 1:43 AM, [EMAIL PROTECTED] wrote: okay, so checking the "override" box at the bottom of the menu allows the changes to take effect. I still don't understand why you need to have the "override" box there in the first place if, in the R Console, you specify arguments in quartz()

Re: [Rd] re: R-1.9.1 preferences (PR#7170)

2004-08-13 Thread stefano iacus
BTW, this is not a bug and it's documented even in the tooltip of the "override" box in the preferences. stefano On Aug 14, 2004, at 1:43 AM, [EMAIL PROTECTED] wrote: okay, so checking the "override" box at the bottom of the menu allows the changes to take effect. I still don't understand why you

Re: [Rd] ecdf with lots of ties is inefficient (PR#7292)

2004-10-17 Thread stefano iacus
I would add that some action has to be taken in presence of missing values, i.e. > x <- c(1,2,2,4,7, NA, 10,12, 15,20) > ecdf(x) Error in xy.coords(x, y) : x and y lengths differ stefano On Oct 17, 2004, at 8:50 AM, [EMAIL PROTECTED] wrote: Full_Name: Martin Frith Version: R-2.0.0 OS: linux-gnu S

Re: [Rd] fatal error: unable to restor saved data . Rdata (PR#7253)

2004-09-28 Thread stefano iacus
Please check the directory you are working on. stefano iacus On Sep 28, 2004, at 11:42 AM, [EMAIL PROTECTED] wrote: Full_Name: Yfke Ongena Version: Aqua GUI for R 1.9.1 OS: MAC OS 10.3.5 Submission from: (NULL) (130.37.168.69) R was succesfully installed and worked fine, however, after I closed

Re: [Rd] read.table bug in Mac OS X (PR#2469)

2003-01-18 Thread Stefano Iacus
Brian and George, with the following file A.2 B C uno 10 100 due 20 200 tre 30 300 quattro 40 400 cinque 50 500 sei 60 600 which is tab-delim, saved as MacOS file (CR) I can read it with Darwin R (1.6.1) as follows > read.table("prova.txt",header=TRUE) A.2 B C 1 uno 10 100 2 d

Re: [Rd] Macintosh rm162 fails read.table() from sample (PR#2485)

2003-01-22 Thread Stefano Iacus
On Mercoledì, gen 22, 2003, at 02:07 Europe/Rome, [EMAIL PROTECTED] wrote: Full_Name: Chris Yager Version: rm162 OS: Mac OS 9.2.2 Submission from: (NULL) (67.117.145.197) As a new user I was running A sample session from Appendix A of An Introduction to R. 'mm<-read.table("morley.tab")'

Re: [Rd] eigen() error: R Version 1.6.1 on Mac OS X (PR#2550)

2003-02-14 Thread Stefano Iacus
Under Darwin R 1.6.2 and R-1.6.1 I get > sg [,1] [,2] [,3] [,4] [,5] [1,] 3.240 2.592 2.592 2.592 2.592 [2,] 2.592 3.240 2.592 2.592 2.592 [3,] 2.592 2.592 3.240 2.592 2.592 [4,] 2.592 2.592 2.592 3.240 2.592 [5,] 2.592 2.592 2.592 2.592 3.240 > eigen(sg)$values [1] 13.608 0.648 0.648

Re: [Rd] R_LIBS and R Cocoa GUI for Mac OS X (PR#7308)

2004-10-23 Thread stefano iacus
yes that was intentional and present in 1.9.0 as well and also explained in the FAQ (see section: Where are the packages I've installed?) The idea behind "was": instead of using ~/.R to put anything R-specific, se use ~/Library (~/Application Support would have also been acceptable). But we a

Re: [Rd] R_LIBS and R Cocoa GUI for Mac OS X (PR#7308)

2004-10-23 Thread stefano . iacus
yes that was intentional and present in 1.9.0 as well and also explained in the FAQ (see section: Where are the packages I've installed?) The idea behind "was": instead of using ~/.R to put anything R-specific, se use ~/Library (~/Application Support would have also been acceptable). But we a

Re: [Rd] wide spacing in plotmath() (PR#7324)

2004-10-29 Thread stefano iacus
This bug has been fixed. It is not a bug specific to the R internals but to the R.app version of the quartz device (R.app, i.e. the GUI, embeds the R.framework, i.e. R 2.0.0 in your case). You should look at http://www.economia.unimi.it/R to get the latest build of R.app or to get instructions

Re: [Rd] Comments on the R-2.0.0 release (PR#7351)

2004-11-08 Thread stefano iacus
On Nov 8, 2004, at 7:41 PM, [EMAIL PROTECTED] wrote: Builds of the R-2.0.0 release have been considerably more successful at my site than previous releases. I now have it installed on these platforms: Apple PowerPC G3 267MHz GNU/Linux 2.4.19-4a (Yellow Dog Linux release 2.3 (Dayton)) Compaq Al

Re: [Rd] R will not start - missing library? (PR#7377)

2004-11-18 Thread Stefano Iacus
Hi Adam, you should remove the old RAqua code which is apparently still on your system given the error message. On Panther (10.3+) you should install the corresponding .pkg you find in the R-2.0.1 disk image. The readme says that you have to remove manually the old RAqua. stefano > Full_Name:

  1   2   >