Re: [Rd] AIX testers needed

2007-04-21 Thread Ei-ji Nakama
Hi, Thank you for the test. What did the compiler use? I am making the wrapper that uses iconv of AIX. However, there is still an bug... 2007/4/20, Daniel Platt <[EMAIL PROTECTED]>: > Hi, > > The build worked smoothly. > > 'install.packages("e1071")' worked correctly (this used to crash on the

Re: [Rd] infinite recursion when printing former S4 objects

2007-04-21 Thread John Chambers
Classes that contain "matrix" are trouble. Matrix objects are, well, weird. They look like they should be S3 classes but the object bit is not turned on and they have no class attribute. They seem to be recognized by much internal code on the basis of the "dim" attribute, so they appear to