[Distr-commits] r846 - in branches/distr-2.4/pkg/distrSim: . tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 10 07:33:57 CET 2013
Author: stamats
Date: 2013-01-10 07:33:57 +0100 (Thu, 10 Jan 2013)
New Revision: 846
Modified:
branches/distr-2.4/pkg/distrSim/DESCRIPTION
branches/distr-2.4/pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
Log:
update of Rout.save and date in DESCRIPTION file
Modified: branches/distr-2.4/pkg/distrSim/DESCRIPTION
===================================================================
--- branches/distr-2.4/pkg/distrSim/DESCRIPTION 2013-01-10 06:33:14 UTC (rev 845)
+++ branches/distr-2.4/pkg/distrSim/DESCRIPTION 2013-01-10 06:33:57 UTC (rev 846)
@@ -1,6 +1,6 @@
Package: distrSim
Version: 2.4
-Date: 2013-01-09
+Date: 2013-01-10
Title: Simulation classes based on package distr
Depends: R(>= 2.6.0), methods, graphics, setRNG(>= 2006.2-1), distr(>= 2.2), startupmsg
Suggests: distrEx(>= 2.2)
Modified: branches/distr-2.4/pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
===================================================================
--- branches/distr-2.4/pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save 2013-01-10 06:33:14 UTC (rev 845)
+++ branches/distr-2.4/pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save 2013-01-10 06:33:57 UTC (rev 846)
@@ -1,6 +1,6 @@
-R version 2.15.0 Patched (2012-05-26 r59450) -- "Easter Beagle"
-Copyright (C) 2012 The R Foundation for Statistical Computing
+R Under development (unstable) (2013-01-09 r61595) -- "Unsuffered Consequences"
+Copyright (C) 2013 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-unknown-linux-gnu (64-bit)
@@ -35,6 +35,13 @@
:SweaveListingUtils> Utilities for Sweave together with
:SweaveListingUtils> TeX listings package (version 0.6)
:SweaveListingUtils>
+:SweaveListingUtils> NOTE: Support for this package
+:SweaveListingUtils> will stop soon.
+:SweaveListingUtils>
+:SweaveListingUtils> Package 'knitr' is providing the
+:SweaveListingUtils> same functionality in a better
+:SweaveListingUtils> way.
+:SweaveListingUtils>
:SweaveListingUtils> Some functions from package 'base'
:SweaveListingUtils> are intentionally masked ---see
:SweaveListingUtils> SweaveListingMASK().
@@ -54,7 +61,7 @@
Attaching package: ‘SweaveListingUtils’
-The following object(s) are masked from ‘package:base’:
+The following object is masked from ‘package:base’:
library, require
@@ -80,7 +87,7 @@
Attaching package: ‘distr’
-The following object(s) are masked from ‘package:stats’:
+The following object is masked from ‘package:stats’:
df, qqplot, sd
@@ -101,22 +108,33 @@
Attaching package: ‘distrSim’
-The following object(s) are masked from ‘package:stats’:
+The following object is masked from ‘package:stats’:
simulate
-The following object(s) are masked from ‘package:base’:
+The following object is masked from ‘package:base’:
rbind
>
> assign(".oldSearch", search(), pos = 'CheckExEnv')
+> assign(".ExTimings", "distrSim-Ex.timings", pos = 'CheckExEnv')
+> cat("name\tuser\tsystem\telapsed\n", file=get(".ExTimings", pos = 'CheckExEnv'))
+> assign(".format_ptime",
++ function(x) {
++ if(!is.na(x[4L])) x[1L] <- x[1L] + x[4L]
++ if(!is.na(x[5L])) x[2L] <- x[2L] + x[5L]
++ format(x[1L:3L])
++ },
++ pos = 'CheckExEnv')
+>
> cleanEx()
> nameEx("Contsimulation-class")
> ### * Contsimulation-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Contsimulation-class
> ### Title: Class "Contsimulation"
> ### Aliases: Contsimulation-class Contsimulation
@@ -501,12 +519,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Contsimulation-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Dataclass-class")
> ### * Dataclass-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Dataclass-class
> ### Title: Class "Dataclass"
> ### Aliases: Dataclass-class initialize,Dataclass-method
@@ -555,12 +577,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Dataclass-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Simulation-class")
> ### * Simulation-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Simulation-class
> ### Title: Class "Simulation"
> ### Aliases: Simulation-class Simulation initialize,Simulation-method
@@ -795,12 +821,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Simulation-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("cload")
> ### * cload
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: cload
> ### Title: cload
> ### Aliases: cload
@@ -821,12 +851,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("cload", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("distrSimMASK")
> ### * distrSimMASK
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: distrSimMASK
> ### Title: Masking of/by other functions in package "distrSim"
> ### Aliases: distrSimMASK MASKING
@@ -851,12 +885,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("distrSimMASK", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("distrSimoptions")
> ### * distrSimoptions
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: distrSimoptions
> ### Title: functions to change the global variables of the package
> ### 'distrSim'
@@ -903,12 +941,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("distrSimoptions", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("subsetting-methods")
> ### * subsetting-methods
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Subsetting-methods
> ### Title: Subsetting/Indexing methods for SeqDataFrames objects in Package
> ### 'distrSim'
@@ -928,10 +970,13 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("subsetting-methods", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> ### * <FOOTER>
> ###
> cat("Time elapsed: ", proc.time() - get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed: 2.144 0.036 2.191 0 0
+Time elapsed: 2.844 0.024 2.891 0 0
> grDevices::dev.off()
null device
1
More information about the Distr-commits
mailing list