[Rd] Namespace dependency not required

2011-03-24 Thread Pages, Herve
Hi, [hpages@localhost pkgreviews]$ R-2.13 CMD check qrqc_0.99.2.tar.gz * using log directory ‘/home/hpages/pkgreviews/qrqc.Rcheck’ * using R version 2.13.0 alpha (2011-03-24 r55004) * using platform: x86_64-unknown-linux-gnu (64-bit) * using session charset: UTF-8 * checking for file ‘

Re: [Rd] import question

2011-03-24 Thread Ben Bolker
On 03/24/2011 03:03 PM, Hadley Wickham wrote: > On Wed, Mar 23, 2011 at 7:20 PM, Ben Bolker wrote: >> Ben Bolker gmail.com> writes: >> >>> >>> >>> I have been struggling all day to import a particular function/method >>> combination (ranef(), which extracts the random effects from a mixed >>> m

Re: [Rd] import question

2011-03-24 Thread Hadley Wickham
On Wed, Mar 23, 2011 at 7:20 PM, Ben Bolker wrote: > Ben Bolker gmail.com> writes: > >> >> >>   I have been struggling all day to import a particular function/method >> combination (ranef(), which extracts the random effects from a mixed >> model fit) from the nlme package into another package ..

Re: [Rd] import question

2011-03-24 Thread Ben Bolker
Prof Brian Ripley stats.ox.ac.uk> writes: > > On Thu, 24 Mar 2011, Ben Bolker wrote: > > > Ben Bolker gmail.com> writes: > > > >> > >> > >> I have been struggling all day to import a particular function/method > >> combination (ranef(), which extracts the random effects from a mixed > >> mod

Re: [Rd] Orthogonal polynomial ANOVA or polynomial regression?

2011-03-24 Thread peter dalgaard
On Mar 24, 2011, at 16:53 , Dominick Samperi wrote: > Hi, > > I have not been able to find R tools that permit an orthogonal polynomial > ANOVA analysis: single degree of freedom F-test comparisons including > L, Q, C, etc. terms. Do such tools exist? > > I guess you can accomplish something si

[Rd] Orthogonal polynomial ANOVA or polynomial regression?

2011-03-24 Thread Dominick Samperi
Hi, I have not been able to find R tools that permit an orthogonal polynomial ANOVA analysis: single degree of freedom F-test comparisons including L, Q, C, etc. terms. Do such tools exist? I guess you can accomplish something similar by doing straightforward polynomial regression and removing po

Re: [Rd] Standalone C++ application for processing R parser output(SEXP)

2011-03-24 Thread Dirk Eddelbuettel
On 24 March 2011 at 08:08, Duncan Murdoch wrote: | On 11-03-23 7:35 PM, Rob Anderson wrote: | > Hi All, | > | > I am trying to write a source-to-source compiler for R. I am trying to | > leverage the R parser code for the purpose. I am trying to transform the | > SEXP returned from the parser into

Re: [Rd] Standalone C++ application for processing R parser output(SEXP)

2011-03-24 Thread Duncan Murdoch
On 11-03-23 7:35 PM, Rob Anderson wrote: Hi All, I am trying to write a source-to-source compiler for R. I am trying to leverage the R parser code for the purpose. I am trying to transform the SEXP returned from the parser into an AST for our own Ruby embedded Domain specific language. I tried

[Rd] Standalone C++ application for processing R parser output(SEXP)

2011-03-24 Thread Rob Anderson
Hi All, I am trying to write a source-to-source compiler for R. I am trying to leverage the R parser code for the purpose. I am trying to transform the SEXP returned from the parser into an AST for our own Ruby embedded Domain specific language. I tried using R CMD SHBIN to compile a C function t