Re: [Rd] col2rgb, factors & documentation

2013-06-10 Thread Prof Brian Ripley
On 07/06/2013 18:59, Bryan Hanson wrote: Hello Core Folk. This is the R-devel list. Bug reports/enhancement suggestions should go to bugs.r-project.org. Quite by accident I discovered today that col2rgb, when fed factors, acts on the integer representation of those factors: td <- as.fact

Re: [Rd] R CMD INSTALL and file permission settings

2013-06-10 Thread Martin Maechler
> Dirk Eddelbuettel > on Sat, 8 Jun 2013 11:22:56 -0500 writes: > Summary: > The directory /usr/local/lib/R/site-library can be used for site-wide > multi-user installations of R. > This is even the default on Debian and Ubuntu (following a suggestion by > K

Re: [Rd] dmvnorm

2013-06-10 Thread Simon Urbanek
On Jun 6, 2013, at 2:06 AM, Joshua N Pritikin wrote: > Summary: > > + I am writing an R extension that needs to call dmvnorm more than > 10,000 times during a model fitting computation. > > + My extension uses openmp for parallel execution. > > + As of R 3.0, it is no longer permitted for thr

[Rd] load/unload segfault puzzle

2013-06-10 Thread Ben Bolker
Dear r-devel readers, I have a pretty deep problem with package loading and unloading in the development version of the lme4 package ; it's not boiled down to a properly minimal example yet (this has been difficult), but I am posting anyway in the hopes that some