[Distr-commits] r736 - pkg/distrSim/tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Sep 12 22:08:55 CEST 2011
Author: stamats
Date: 2011-09-12 22:08:53 +0200 (Mon, 12 Sep 2011)
New Revision: 736
Modified:
pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
Log:
update from R 2.12.1 to R 2.13.1
Modified: pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
===================================================================
--- pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save 2011-09-12 19:32:29 UTC (rev 735)
+++ pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save 2011-09-12 20:08:53 UTC (rev 736)
@@ -1,5 +1,5 @@
-R version 2.12.1 Patched (2011-01-04 r53913)
+R version 2.13.1 Patched (2011-09-08 r56992)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-unknown-linux-gnu (64-bit)
@@ -33,7 +33,8 @@
Loading required package: sfsmisc
Loading required package: SweaveListingUtils
:SweaveListingUtils> Utilities for Sweave together with
-:SweaveListingUtils> TeX listings package (version 0.5)
+:SweaveListingUtils> TeX listings package (version
+:SweaveListingUtils> 0.5.2)
:SweaveListingUtils>
:SweaveListingUtils> Some functions from package 'base'
:SweaveListingUtils> are intentionally masked ---see
@@ -59,7 +60,7 @@
library, require
:distr> Object oriented implementation of distributions (version
-:distr> 2.3)
+:distr> 2.3.3)
:distr>
:distr> Attention: Arithmetics on distribution objects are
:distr> understood as operations on corresponding random variables
@@ -85,7 +86,7 @@
df, qqplot, sd
:distrSim> Simulation classes based on package distr (version
-:distrSim> 2.3)
+:distrSim> 2.3.1)
:distrSim>
:distrSim> Some functions from package 'stats' are intentionally
:distrSim> masked ---see distrSimMASK().
@@ -521,7 +522,7 @@
number of runs: 1
dimension of the observations: 6
size of sample: 6
-object was generated by version: 2.3
+object was generated by version: 2.3.1
> #
> D <- Dataclass(Data = array(c(1,2,3,4,5,6),c(samplesize=2,obsdim=3,Runs=1)),
+ filename = "xyz.sav")
@@ -541,7 +542,7 @@
number of runs: 1
dimension of the observations: 3
size of sample: 2
-object was generated by version: 2.3
+object was generated by version: 2.3.1
> load("xyz.sav") # loads the original object "D"
> Data(D) # the original data: matrix(c(1,2,3,4,5,6),2)
, , 1
@@ -931,7 +932,7 @@
> ### * <FOOTER>
> ###
> cat("Time elapsed: ", proc.time() - get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed: 1.35 0.03 1.39 0 0
+Time elapsed: 2.01 0.02 2.038 0 0
> grDevices::dev.off()
null device
1
More information about the Distr-commits
mailing list