Re: [Rd] configure on mac

2006-08-14 Thread stefano iacus
Hi Roger, due to latest change in the build scripts, you need to get the latest apple dev tools to correctly build r-devel. In particular, libtool needs to be updated. This is contained in the latest apple dev (XCode 2.3 as other mentioned) on apple developer web site. stefano On 12/ago/06,

Re: [Rd] configure on mac

2006-08-14 Thread roger koenker
Yes, upgrading to Xcode 2.4 worked perfectly. Thanks to all. url:www.econ.uiuc.edu/~rogerRoger Koenker email[EMAIL PROTECTED]Department of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678Champaign, IL

Re: [Rd] configure on mac

2006-08-14 Thread roger koenker
My prior message now seems a bit premature. R seemed fine and, for example, installed my package SparseM without complaint, but now trying to install quantreg or Matrix, I'm getting: gcc -dynamiclib -Wl,-macosx_version_min -Wl,10.3 -undefined dynamic_lookup -single_module -multiply_defined

[Rd] plot with Julian date (PR#9145)

2006-08-14 Thread cspark
Full_Name: Chanseok Park Version: 2.3.1 OS: RHEL Submission from: (NULL) (130.127.112.89) Dear Sir/Madam: I wrote some examples below. The plot() function is not working properly with Julian date. For example, log= should be a default option, but without the repetition of this default option

Re: [Rd] configure on mac

2006-08-14 Thread stefano iacus
It seems that there are symbols defined in more than one header. This causes problems on mac. You should define the symbol in one header and declare elsewhere as extern. You can find examples in main.c (if I remember well). I'm not sure this is the problems, but it looks like stefano On

[Rd] Data frames and row names

2006-08-14 Thread Henrik Bengtsson
In R-devel v2.4.0 NEWS: o The 'row.names' of a data frame may be stored internally as an integer or character vector. This can result in considerably more compact storage (and more logical row names from rbind) when the row.names are 1:nrow(x). However, such data