[Rd] Unable to configure R 2.2.1 on Solaris 5.10 x86_64

2006-02-16 Thread Aric Gregson
Hello, Apologies for the post here. I have read the R-Admin (learned a lot!) and searched the web for days, but still fail at compiling R on my machine. This is the tail of './configure' output: . checking for dlopen in -ldl... yes checking readline/history.h usability... no checking readline/

[Rd] Heatmap documentation (scale argument) (PR#8614)

2006-02-16 Thread kwright68
Full_Name: Kevin Wright Version: 2.2.1 OS: Windows 2000 Submission from: (NULL) (170.54.58.4) The help page for heatmap says this about the scale argument: scale character indicating if the values should be centered and scaled in either the row direction or the column direction, or none. The

[Rd] Could heatmap default to scale="none" ?

2006-02-16 Thread Kevin Wright
(I have searched the email archives for discussions on this topic but have found nothing.) The help page for heatmap says: By default (scale = "row") the rows are scaled to have mean zero and standard deviation one. There is some empirical evidence from genomic plotting that this is useful. I off

Re: [Rd] Rf_errorcall - translate to Pascal

2006-02-16 Thread Hans-Peter
2006/2/16, Prof Brian Ripley <[EMAIL PROTECTED]>: > I realize you may be unfamiliar with C terminology, but you do definitely > seem to be misreadling Rinternals.h. Thanks for your helpful comments, I think I have understood now. I won't use the internal structures (but it's nevertheless nice to

Re: [Rd] Rf_errorcall - translate to Pascal

2006-02-16 Thread Prof Brian Ripley
On Thu, 16 Feb 2006, Hans-Peter wrote: > Hello! > > Thanks for your answers! > > --- > 2006/2/16, Duncan Murdoch <[EMAIL PROTECTED]>: >> I think it would be helpful to know the scope of the problem. Could you >> collect together a complete list of examples like this? > > yes, I will do that. Unti

Re: [Rd] Rf_errorcall - translate to Pascal

2006-02-16 Thread Hans-Peter
Hello! Thanks for your answers! --- 2006/2/16, Duncan Murdoch <[EMAIL PROTECTED]>: > I think it would be helpful to know the scope of the problem. Could you > collect together a complete list of examples like this? yes, I will do that. Until now it's only the one function mentioned and the 2 ma

[Rd] Calling R functions from C and setting function's formal list values

2006-02-16 Thread Andrew Finley
Hello, I am writing an extension that requires the user to pass a function into the C code. The function returns a covariance matrix. The user defines an arbitrary set of parameters as the function's arguments, which are used to construct this covariance matrix. Within the C code these parameters

Re: [Rd] Rf_errorcall - translate to Pascal

2006-02-16 Thread Prof Brian Ripley
On Thu, 16 Feb 2006, Hans-Peter wrote: > 2006/2/16, Hans-Peter <[EMAIL PROTECTED]>: >> [Rf_errorcall is not declared here, would be something like: >> void Rf_errorcall(SEXP, const char *,...)] >> >> ... would it be possible to pull the Rf_errorcall >> declaration to the error.h file? > >

Re: [Rd] Rf_errorcall - translate to Pascal

2006-02-16 Thread Rainer M Krug
Hans-Peter wrote: > Hello! > > I (try to) convert the external R header files to Pascal (Delphi). At > one place I stumbled over a macro that uses a method that is not . . . Sounds interesting - Could you keep me updated about your progress? I would be interested in the header files to use them i

Re: [Rd] Rf_errorcall - translate to Pascal

2006-02-16 Thread Hans-Peter
2006/2/16, Hans-Peter <[EMAIL PROTECTED]>: > [Rf_errorcall is not declared here, would be something like: > void Rf_errorcall(SEXP, const char *,...)] > > ... would it be possible to pull the Rf_errorcall > declaration to the error.h file? error.h doesn't look like a good place as the SEX

Re: [Rd] Rf_errorcall - translate to Pascal

2006-02-16 Thread Duncan Murdoch
On 2/16/2006 3:55 AM, Hans-Peter wrote: > Hello! > > I (try to) convert the external R header files to Pascal (Delphi). At > one place I stumbled over a macro that uses a method that is not > declared in a LGPL header file: > > In Rinternals.h: >#define error_return(msg) { Rf_error(msg); ret

[Rd] Rf_errorcall - translate to Pascal

2006-02-16 Thread Hans-Peter
Hello! I (try to) convert the external R header files to Pascal (Delphi). At one place I stumbled over a macro that uses a method that is not declared in a LGPL header file: In Rinternals.h: #define error_return(msg){ Rf_error(msg); return R_NilValue; } #define errorcall_return(cl,msg){

Re: [Rd] Not working with intel macs (PR#8608)

2006-02-16 Thread stefano iacus
Please send the output of the crash.log (you can find it via console.app). R.app is supposed to run under rosetta as well. Btw, we are about to release a Universal Binary of R.app. Please read R-Sig-Mac and don't send msgs to R-bugs. stefano Il giorno 16/feb/06, alle ore 02:46, [EMAIL PROTECTED]