Thread: [R-gregmisc-users] SF.net SVN: r-gregmisc:[1677] trunk/gplots/tests/heatmap2Test.Rout.save
Brought to you by:
warnes
From: <wa...@us...> - 2013-06-27 21:14:34
|
Revision: 1677 http://sourceforge.net/p/r-gregmisc/code/1677 Author: warnes Date: 2013-06-27 21:14:31 +0000 (Thu, 27 Jun 2013) Log Message: ----------- Update with tests for only 1 row/column separator Modified Paths: -------------- trunk/gplots/tests/heatmap2Test.Rout.save Modified: trunk/gplots/tests/heatmap2Test.Rout.save =================================================================== --- trunk/gplots/tests/heatmap2Test.Rout.save 2013-06-27 20:51:27 UTC (rev 1676) +++ trunk/gplots/tests/heatmap2Test.Rout.save 2013-06-27 21:14:31 UTC (rev 1677) @@ -1,8 +1,7 @@ -R version 2.15.0 (2012-03-30) -Copyright (C) 2012 The R Foundation for Statistical Computing -ISBN 3-900051-07-0 -Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) +R version 3.0.1 (2013-05-16) -- "Good Sport" +Copyright (C) 2013 The R Foundation for Statistical Computing +Platform: i686-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. @@ -25,24 +24,24 @@ Attaching package: 'gdata' -The following object(s) are masked from 'package:stats': +The following object is masked from 'package:stats': nobs -The following object(s) are masked from 'package:utils': +The following object is masked from 'package:utils': object.size Loading required package: caTools -Loading required package: bitops Loading required package: grid Loading required package: KernSmooth KernSmooth 2.23 loaded Copyright M. P. Wand 1997-2009 +Loading required package: MASS Attaching package: 'gplots' -The following object(s) are masked from 'package:stats': +The following object is masked from 'package:stats': lowess @@ -236,7 +235,13 @@ ..$ high : num [1:256] -3.19 -3.16 -3.14 -3.11 -3.09 ... ..$ color: Factor w/ 254 levels "#80FFFFFF","#81FFFFFF",..: 1 1 2 3 4 5 6 7 8 9 ... > +> ## Test row and column separators +> heatmap.2(x,dendrogram="col", colsep=1) ## one colsep +> heatmap.2(x,dendrogram="col", rowsep=1) ## one rowsep > +> heatmap.2(x,dendrogram="col", colsep=1:2) ## two colseps +> heatmap.2(x,dendrogram="col", rowsep=1:2) ## two rowseps +> > proc.time() user system elapsed - 1.427 0.067 1.487 + 5.104 0.356 5.478 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2013-10-11 21:20:58
|
Revision: 1730 http://sourceforge.net/p/r-gregmisc/code/1730 Author: warnes Date: 2013-10-11 21:20:55 +0000 (Fri, 11 Oct 2013) Log Message: ----------- Update test output Modified Paths: -------------- trunk/gplots/tests/heatmap2Test.Rout.save Modified: trunk/gplots/tests/heatmap2Test.Rout.save =================================================================== --- trunk/gplots/tests/heatmap2Test.Rout.save 2013-10-11 21:08:34 UTC (rev 1729) +++ trunk/gplots/tests/heatmap2Test.Rout.save 2013-10-11 21:20:55 UTC (rev 1730) @@ -1,5 +1,5 @@ -R version 3.0.1 (2013-05-16) -- "Good Sport" +R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: i686-pc-linux-gnu (32-bit) @@ -16,28 +16,8 @@ Type 'q()' to quit R. > library(gplots) -Loading required package: gtools -Loading required package: gdata -gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED. - -gdata: read.xls support for 'XLSX' (Excel 2007+) files ENABLED. - -Attaching package: 'gdata' - -The following object is masked from 'package:stats': - - nobs - -The following object is masked from 'package:utils': - - object.size - -Loading required package: caTools -Loading required package: grid -Loading required package: KernSmooth KernSmooth 2.23 loaded Copyright M. P. Wand 1997-2009 -Loading required package: MASS Attaching package: 'gplots' @@ -244,4 +224,4 @@ > > proc.time() user system elapsed - 5.104 0.356 5.478 + 4.852 0.372 5.389 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2014-12-03 15:28:58
|
Revision: 1909 http://sourceforge.net/p/r-gregmisc/code/1909 Author: warnes Date: 2014-12-03 15:28:55 +0000 (Wed, 03 Dec 2014) Log Message: ----------- Update stored test output to account for new startup message from KernSmooth package Modified Paths: -------------- trunk/gplots/tests/heatmap2Test.Rout.save Modified: trunk/gplots/tests/heatmap2Test.Rout.save =================================================================== --- trunk/gplots/tests/heatmap2Test.Rout.save 2014-12-03 15:00:58 UTC (rev 1908) +++ trunk/gplots/tests/heatmap2Test.Rout.save 2014-12-03 15:28:55 UTC (rev 1909) @@ -1,7 +1,7 @@ -R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" -Copyright (C) 2013 The R Foundation for Statistical Computing -Platform: i686-pc-linux-gnu (32-bit) +R version 3.1.1 (2014-07-10) -- "Sock it to Me" +Copyright (C) 2014 The R Foundation for Statistical Computing +Platform: x86_64-apple-darwin13.1.0 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. @@ -16,8 +16,6 @@ Type 'q()' to quit R. > library(gplots) -KernSmooth 2.23 loaded -Copyright M. P. Wand 1997-2009 Attaching package: 'gplots' @@ -224,4 +222,4 @@ > > proc.time() user system elapsed - 4.852 0.372 5.389 + 1.485 0.094 2.015 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |