[Distr-commits] r708 - pkg/distrSim/tests/Examples

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 5 14:38:34 CET 2011


Author: stamats
Date: 2011-01-05 14:38:34 +0100 (Wed, 05 Jan 2011)
New Revision: 708

Modified:
   pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
Log:
updated distrSim-Ex.Rout.save to R 2.12.1 patched

Modified: pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
===================================================================
--- pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save	2011-01-05 13:01:15 UTC (rev 707)
+++ pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save	2011-01-05 13:38:34 UTC (rev 708)
@@ -1,7 +1,8 @@
 
-R version 2.10.1 Patched (2010-01-12 r50990)
-Copyright (C) 2010 The R Foundation for Statistical Computing
+R version 2.12.1 Patched (2011-01-04 r53913)
+Copyright (C) 2011 The R Foundation for Statistical Computing
 ISBN 3-900051-07-0
+Platform: x86_64-unknown-linux-gnu (64-bit)
 
 R is free software and comes with ABSOLUTELY NO WARRANTY.
 You are welcome to redistribute it under certain conditions.
@@ -32,8 +33,7 @@
 Loading required package: sfsmisc
 Loading required package: SweaveListingUtils
 :SweaveListingUtils>  Utilities for Sweave together with
-:SweaveListingUtils>  TeX listings package (version
-:SweaveListingUtils>  0.4.1)
+:SweaveListingUtils>  TeX listings package (version 0.5)
 :SweaveListingUtils> 
 :SweaveListingUtils>  Some functions from package 'base'
 :SweaveListingUtils>  are intentionally masked ---see
@@ -54,14 +54,12 @@
 
 Attaching package: 'SweaveListingUtils'
 
+The following object(s) are masked from 'package:base':
 
-	The following object(s) are masked from package:base :
+    library, require
 
-	 library,
-	 require 
-
-:distr>  Object orientated implementation of distributions (version
-:distr>  2.2.1)
+:distr>  Object oriented implementation of distributions (version
+:distr>  2.3)
 :distr> 
 :distr>  Attention: Arithmetics on distribution objects are
 :distr>  understood as operations on corresponding random variables
@@ -82,15 +80,12 @@
 
 Attaching package: 'distr'
 
+The following object(s) are masked from 'package:stats':
 
-	The following object(s) are masked from package:stats :
+    df, qqplot, sd
 
-	 df,
-	 qqplot,
-	 sd 
-
 :distrSim>  Simulation classes based on package distr (version
-:distrSim>  2.2.1)
+:distrSim>  2.3)
 :distrSim> 
 :distrSim>  Some functions from package 'stats' are intentionally
 :distrSim>  masked ---see distrSimMASK().
@@ -106,16 +101,14 @@
 
 Attaching package: 'distrSim'
 
+The following object(s) are masked from 'package:stats':
 
-	The following object(s) are masked from package:stats :
+    simulate
 
-	 simulate 
+The following object(s) are masked from 'package:base':
 
+    rbind
 
-	The following object(s) are masked from package:base :
-
-	 rbind 
-
 > 
 > assign(".oldSearch", search(), pos = 'CheckExEnv')
 > cleanEx()
@@ -528,7 +521,7 @@
 number of runs: 1
 dimension of the observations: 6
 size of sample: 6
-object was generated by version: 2.2.1
+object was generated by version: 2.3
 > #
 > D <- Dataclass(Data = array(c(1,2,3,4,5,6),c(samplesize=2,obsdim=3,Runs=1)),
 +                filename = "xyz.sav")
@@ -548,7 +541,7 @@
 number of runs: 1
 dimension of the observations: 3
 size of sample: 2
-object was generated by version: 2.2.1
+object was generated by version: 2.3
 > load("xyz.sav") # loads the original object "D"
 > Data(D) # the original data: matrix(c(1,2,3,4,5,6),2)
 , , 1
@@ -866,7 +859,7 @@
 > 
 > ### Name: distrSimoptions
 > ### Title: functions to change the global variables of the package
-> ###   `distrSim'
+> ###   'distrSim'
 > ### Aliases: distrSimoptions getdistrSimOption MaxNumberofPlottedObsDims
 > ###   MaxNumberofPlottedRuns MaxNumberofSummarizedObsDims
 > ###   MaxNumberofSummarizedRuns
@@ -918,7 +911,7 @@
 > 
 > ### Name: Subsetting-methods
 > ### Title: Subsetting/Indexing methods for SeqDataFrames objects in Package
-> ###   `distrSim'
+> ###   'distrSim'
 > ### Aliases: [-methods [<--methods [,SeqDataFrames-method
 > ###   [<-,SeqDataFrames-method
 > ### Keywords: methods
@@ -938,7 +931,7 @@
 > ### * <FOOTER>
 > ###
 > cat("Time elapsed: ", proc.time() - get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed:  1.88 0.04 1.942 0.01 0.01 
+Time elapsed:  1.35 0.03 1.39 0 0 
 > grDevices::dev.off()
 null device 
           1 



More information about the Distr-commits mailing list