On Mon, 14 Aug 2006, Henrik Bengtsson wrote:
> 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 t
On Tue, 15 Aug 2006, stefano iacus wrote:
> 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 thi
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 fr
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 14/a
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
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 su
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 6
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,
Hi,
I am not going to work out why you code crashes, but I did manage to
bypass dim checking some time ago - and as others had replied, it is
Not a Good Idea (TM) , as the check is there for a reason. If you really
want to do it, here is the relevant snipplet of what I did (oh, I did
copy insta
On Sun, 13 Aug 2006, Kjetil Brinchmann Halvorsen wrote:
> Hola!
>
> The details section of help("[<-") contains in the Details section
>
> Subsetting (except by an empty index) will drop all attributes except
> names, dim and dinmanes.
>
> I guess dinmanes means dimnames!
Yes, thank you. (An
10 matches
Mail list logo