[Rd] R CMD check --force-multiarch does not install all the archs for testing

2011-06-27 Thread Hervé Pagès
Hi, Why isn't 'R CMD check --force-multiarch' installing the package for all the architectures that are going to be checked? For some packages, it only installs for the default arch ('i386'). Then testing the package for 'x64' fails. For example, Output of R CMD check --force-multiarch fabia_1.

Re: [Rd] Is there an implementation of loess with more than 3 parametric ...

2011-06-27 Thread Ben Bolker
Dr. D. P. Kreil (Boku boku.ac.at> writes: > > Dear John, > > > I suggest that you look at the abilities of the mgcv package. > > There are notes of mine at > > > > http://www.maths.anu.edu.au/%7Ejohnm/r-book/xtras/autosmooth.pdf > > > > that may help you get started. > > Thank you very much fo

Re: [Rd] Class not found when search in .onLoad

2011-06-27 Thread Renaud Gaujoux
All is clear now. Thank you for this clarification. Cheers, Renaud On 27/06/2011 15:38, Simon Urbanek wrote: On Jun 27, 2011, at 8:43 AM, Renaud Gaujoux wrote: On 27/06/2011 14:27, Simon Urbanek wrote: On Jun 27, 2011, at 3:17 AM, Renaud Gaujoux wrote: On 24/06/2011 22:04, John Chambers wr

Re: [Rd] Class not found when search in .onLoad

2011-06-27 Thread Simon Urbanek
On Jun 27, 2011, at 8:43 AM, Renaud Gaujoux wrote: > > On 27/06/2011 14:27, Simon Urbanek wrote: >> On Jun 27, 2011, at 3:17 AM, Renaud Gaujoux wrote: >> >>> On 24/06/2011 22:04, John Chambers wrote: Strictly speaking, that is not meaningful. A class (like any R object) is uniquely

Re: [Rd] Class not found when search in .onLoad

2011-06-27 Thread Renaud Gaujoux
On 27/06/2011 14:27, Simon Urbanek wrote: On Jun 27, 2011, at 3:17 AM, Renaud Gaujoux wrote: On 24/06/2011 22:04, John Chambers wrote: Strictly speaking, that is not meaningful. A class (like any R object) is uniquely referenced by a name *and an environment*. The name of a package can be

Re: [Rd] Class not found when search in .onLoad

2011-06-27 Thread Simon Urbanek
On Jun 27, 2011, at 3:17 AM, Renaud Gaujoux wrote: > > On 24/06/2011 22:04, John Chambers wrote: >> >> Strictly speaking, that is not meaningful. A class (like any R object) is >> uniquely referenced by a name *and an environment*. The name of a package >> can be used to construct the enviro

Re: [Rd] Class not found when search in .onLoad

2011-06-27 Thread Renaud Gaujoux
On 24/06/2011 22:04, John Chambers wrote: Strictly speaking, that is not meaningful. A class (like any R object) is uniquely referenced by a name *and an environment*. The name of a package can be used to construct the environment, but your "character slot" won't identify a class reliably