Re: [R] [FORGED] Extracting specified pages from a lattice ("trellis") object.

2018-04-27 Thread Duncan Mackay
Hi Paul, Rolf I do not know how legal this is but this works if you have spaces around the ultimate plot due to changes in layout Changing the layout parameters removes the unwanted space. ap = dotplot(variety ~ yield | year * site, data=barley,layout = c(2,6)) apm = ap[1:2,3:4] apm$layout <-

Re: [R] Package 'data.table' in version R-3.5.0 not successfully being installed

2018-04-27 Thread Duncan Murdoch
On 27/04/2018 9:27 AM, Bos, Roger wrote: Akhilesh, I don't know if I am adding signal or noise here, but I installed R 3.5.0 yesterday and installed data.table just fine, but I have Rtools installed. "Building packages from source" may sound intimidating, but Rtools is really easy to install

[R] Package ddalpha is not building for me in R 3.5.0

2018-04-27 Thread Kevin E. Thorpe
I was updating packages after upgrading R to 3.5.0 and one package, ddalpha, that is dependency for caret is not building. All the compiled code builds but something seems to start going wrong at the byte-compile stage. Here is the error and sessionInfo(). My computer has 8 GB of RAM, by the

[R] about combining analysis results using package 'flexmix' and ' mice'

2018-04-27 Thread Zhang Wilson
Hi, I am currently using package ‘mice’ to do multiple imputation for tourist data here. Then the complete datasets (e.g. m>= 100) will be analyzed with a finite mixture model using package ‘flexmix’. I have found that it seems no feasible way to combine the multiple results into a final one

Re: [R] Package 'data.table' in version R-3.5.0 not successfully being installed

2018-04-27 Thread Bos, Roger
Akhilesh, I don't know if I am adding signal or noise here, but I installed R 3.5.0 yesterday and installed data.table just fine, but I have Rtools installed. "Building packages from source" may sound intimidating, but Rtools is really easy to install and once installed, it does all the work

Re: [R] Package 'data.table' in version R-3.5.0 not successfully being installed

2018-04-27 Thread Fox, John
Dear Akhilesh, I hope that it's clear that the Windows binary I provided for the data.table package is a temporary solution, and that the maintainer should fix the package so that it passes its own tests. You should be careful using the package in its current state. Best, John >

Re: [R] Package 'data.table' in version R-3.5.0 not successfully being installed

2018-04-27 Thread Fox, John
Dear Peter, > -Original Message- > From: peter dalgaard [mailto:pda...@gmail.com] > Sent: Friday, April 27, 2018 8:47 AM > To: Dénes Tóth > Cc: Akhilesh Singh ; r-help mailing list h...@r-project.org>; Fox, John >

Re: [R] Package 'data.table' in version R-3.5.0 not successfully being installed

2018-04-27 Thread peter dalgaard
Hmm, looks like that thread has more noise than signal... AFAICT, data.table currently fails selftests i 3.5.0 on all platforms on the CRAN builders, so RTools issues are only incidental and it would be better to fix data.table in the sources. >From the looks of it, I wouldn't be surprised if