Re: [Rd] Warning: missing text for item ... in \describe?

2008-11-30 Thread Berwin A Turlach
G'day Spencer, On Sun, 30 Nov 2008 22:31:54 -0800 Spencer Graves <[EMAIL PROTECTED]> wrote: > Hello: > > What might be the problem generating messages like "Warning: > missing text for item ... in \describe" with "R CMD check" and "R CMD > install"? > > With the current version

[Rd] Warning: missing text for item ... in \describe?

2008-11-30 Thread Spencer Graves
Hello: What might be the problem generating messages like "Warning: missing text for item ... in \describe" with "R CMD check" and "R CMD install"? With the current version of "fda" on R-Forge, I get the following: Warning: missing text for item 'fd' in \describe Warning: missin

Re: [Rd] unrelated software install triggering an error from R's install script on Mac OS X 10.5

2008-11-30 Thread Simon Urbanek
On Dec 1, 2008, at 6:11 AM, Laurent Gautier wrote: Stefan Evert wrote: The steps needed to generate the error are: - install a binary distribution of R (default location) - add R to the PATH Did you actually add /Library/Frameworks/R.framework/Resources/bin/ to your PATH? You're not supp

Re: [Rd] unrelated software install triggering an error from R's install script on Mac OS X 10.5

2008-11-30 Thread Laurent Gautier
Stefan Evert wrote: The steps needed to generate the error are: - install a binary distribution of R (default location) - add R to the PATH Did you actually add /Library/Frameworks/R.framework/Resources/bin/ to your PATH? You're not supposed to do that! What made you think so? Comi

[Rd] methods not found inside function?

2008-11-30 Thread Ben Bolker
I am currently attempting to hack the recently featured profileModels package so that it can handle models generated by the lme4 (mixed models) package. I'm getting really confused by different behavior of summary() before and after loading the lme4 package, and inside and outside the profileMe

[Rd] normal-bracket50bracket-normal?

2008-11-30 Thread Spencer Graves
Hello: I've found structures like "normal-bracket50bracket-normal" in help files for R packages including the following: * "mergeprepare" and "mergematrices" in a document dated March 3, 2004 by Richard Mott; the second contains "normal-bracket30bracket-normal". * "Fp

Re: [Rd] parallel build for package? (equivalent of make -j8)

2008-11-30 Thread Whit Armstrong
linux, x86-64. omg, MAKE="make -j8" R CMD INSTALL works beautifully. Thanks for making me see the light. Cheers, Whit On Sun, Nov 30, 2008 at 12:29 PM, Peter Dalgaard <[EMAIL PROTECTED]> wrote: > Whit Armstrong wrote: >> >> I have a package that takes about 20 minutes to compile which tends to

Re: [Rd] parallel build for package? (equivalent of make -j8)

2008-11-30 Thread Peter Dalgaard
Whit Armstrong wrote: I have a package that takes about 20 minutes to compile which tends to prolong the compile/test/compile cycle. Does anyone know how to get R CMD check or R CMD INSTALL to use parallel make? I looked at R CMD INSTALL --help, but I don't see anything obvious arguments to do

[Rd] parallel build for package? (equivalent of make -j8)

2008-11-30 Thread Whit Armstrong
I have a package that takes about 20 minutes to compile which tends to prolong the compile/test/compile cycle. Does anyone know how to get R CMD check or R CMD INSTALL to use parallel make? I looked at R CMD INSTALL --help, but I don't see anything obvious arguments to do this. Thanks, Whit ___

Re: [Rd] unrelated software install triggering an error from R's install script on Mac OS X 10.5

2008-11-30 Thread Stefan Evert
The steps needed to generate the error are: - install a binary distribution of R (default location) - add R to the PATH Did you actually add /Library/Frameworks/R.framework/Resources/bin/ to your PATH? You're not supposed to do that! What made you think so? This directory contain