[Rd] How can I use the function in "Defn.h"?

2005-10-16 Thread jiesheng zhang
Hi, all I am in the process of writing my first R extesion package. My extension does not do statistics analysis. It serilizes the call, sends the call to remote computer. The remote compuer will evaluate the call and returns the result back to client machine. The idea is inspired by the taskP

[Rd] Cross compiler taqrgeting Mac OS X

2005-10-16 Thread dave fournier
Hi, I have been asked to produce a binary of some software for somone running R on Mac OS X. I don't have a Mac and don't know anything about them. The sloution would seem to be to obtain/build a crsoo compiler on windows or probably easier on Linux i686. I would appreciate any advice on how ho

Re: [Rd] [R-gui] R GUI considerations (was: R, Wine, and multi-threadedness)

2005-10-16 Thread A.J. Rossini
Interesting. So, we've got lots of people that want GUIs, lots of variants with existing prototypes, and lots of clamor for skilled collaborators. As most of the work has seemed to be of the "I know this, and this is what I want to do", it will be interesting to see how it shakes out. I've still

Re: [Rd] [R-gui] R GUI considerations (was: R, Wine, and multi-threadedness)

2005-10-16 Thread Marc Schwartz
Greetings all, While recognizing that "this is easier said, than done", is there any logic in suggesting that for those who might be interested, a specific R GUI session of sorts be added to the UseR! 2006 meeting schedule? Since some quorum of interested GUI users may be planning to attend the m

Re: [Rd] [R-gui] R GUI considerations

2005-10-16 Thread Philippe Grosjean
Thomas Friedrichsmeier wrote: > Hi, > > >>Qt is C++, cross-platform using native widgets on OS X and Win and (since >>more recently) available without fee or license woes provided it is used >>for GPL'ed code. >> >>So it satisfies both the requirement to make it look and feel native >>whereever p

[Rd] MBCS support and iconv

2005-10-16 Thread Prof Brian Ripley
I am considering requiring HAVE_ICONV as part of SUPPORT_MBCS for 2.3.0. This would require the iconv from glibc or libiconv if multi-byte character sets (notably UTF-8) are to be usable. As far as I know this would only affect commercial Unixen, where libiconv could be installed. (We know that

Re: [Rd] [R-gui] R GUI considerations (was: R, Wine, and multi-threadedness)

2005-10-16 Thread Thomas Friedrichsmeier
Hi, > Qt is C++, cross-platform using native widgets on OS X and Win and (since > more recently) available without fee or license woes provided it is used > for GPL'ed code. > > So it satisfies both the requirement to make it look and feel native > whereever possible, and satisfies the preference

Re: [Rd] [R-gui] R GUI considerations (was: R, Wine, and multi-threadedness)

2005-10-16 Thread Dirk Eddelbuettel
On 16 October 2005 at 14:04, Prof Brian Ripley wrote: | whereas I have seen some Qt-based ones I really liked. Qt is C++, cross-platform using native widgets on OS X and Win and (since more recently) available without fee or license woes provided it is used for GPL'ed code. So it satisfies b

Re: [Rd] [R-gui] R GUI considerations (was: R, Wine, and multi-threadedness)

2005-10-16 Thread Prof Brian Ripley
On Sat, 15 Oct 2005, Duncan Temple Lang wrote: > I think it is a little premature to entirely discount > Gtk2, especially if it is based on Philippe's remark > below. Philippe, did you try other applications, > different themes, different configurations, or just the vanilla GIMP? > and when? Whil

Re: [Rd] [R-gui] R GUI considerations

2005-10-16 Thread Philippe Grosjean
Hello James, Duncan and the others, There are interesting arguments in your posts. I think I must react to one of Duncan's considerations: "Philippe, while you think that people are to individualistic in their development of GUIs, I think perhaps a better interpretation is that many of us are

Re: [Rd] BIC doesn't work for glm(family=binomial()) (PR#8208)

2005-10-16 Thread Prof Brian Ripley
On Sun, 16 Oct 2005, Peter Dalgaard wrote: > [EMAIL PROTECTED] writes: > >> Full_Name: Ju-Sung Lee >> Version: 2.2.0 >> OS: Windows XP >> Submission from: (NULL) (66.93.61.221) >> >> >> BIC() requires the attribute $nobs from the logLik object but the logLik of a >> glm(formula,family=binomial())

Re: [Rd] BIC doesn't work for glm(family=binomial()) (PR#8208)

2005-10-16 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > Full_Name: Ju-Sung Lee > Version: 2.2.0 > OS: Windows XP > Submission from: (NULL) (66.93.61.221) > > > BIC() requires the attribute $nobs from the logLik object but the logLik of a > glm(formula,family=binomial()) object does not include $nobs. Adding > attr(obj,'no