[Distr-commits] r844 - in branches/distr-2.4/pkg/distrEx: . tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 10 07:19:39 CET 2013
Author: stamats
Date: 2013-01-10 07:19:39 +0100 (Thu, 10 Jan 2013)
New Revision: 844
Modified:
branches/distr-2.4/pkg/distrEx/DESCRIPTION
branches/distr-2.4/pkg/distrEx/tests/Examples/distrEx-Ex.Rout.save
Log:
update of Rout.save and date in DESCRIPTION file
Modified: branches/distr-2.4/pkg/distrEx/DESCRIPTION
===================================================================
--- branches/distr-2.4/pkg/distrEx/DESCRIPTION 2013-01-10 05:57:16 UTC (rev 843)
+++ branches/distr-2.4/pkg/distrEx/DESCRIPTION 2013-01-10 06:19:39 UTC (rev 844)
@@ -1,6 +1,6 @@
Package: distrEx
Version: 2.4
-Date: 2013-01-09
+Date: 2013-01-10
Title: Extensions of package distr
Description: Extensions of package distr and some additional functionality
Depends: R(>= 2.6.0), methods, distr(>= 2.2), startupmsg
Modified: branches/distr-2.4/pkg/distrEx/tests/Examples/distrEx-Ex.Rout.save
===================================================================
--- branches/distr-2.4/pkg/distrEx/tests/Examples/distrEx-Ex.Rout.save 2013-01-10 05:57:16 UTC (rev 843)
+++ branches/distr-2.4/pkg/distrEx/tests/Examples/distrEx-Ex.Rout.save 2013-01-10 06:19:39 UTC (rev 844)
@@ -1,6 +1,6 @@
-R version 2.15.1 Patched (2012-06-29 r59688) -- "Roasted Marshmallows"
-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)
@@ -34,6 +34,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().
@@ -53,7 +60,7 @@
Attaching package: ‘SweaveListingUtils’
-The following object(s) are masked from ‘package:base’:
+The following object is masked from ‘package:base’:
library, require
@@ -79,7 +86,7 @@
Attaching package: ‘distr’
-The following object(s) are masked from ‘package:stats’:
+The following object is masked from ‘package:stats’:
df, qqplot, sd
@@ -102,18 +109,29 @@
Attaching package: ‘distrEx’
-The following object(s) are masked from ‘package:stats’:
+The following object is masked from ‘package:stats’:
IQR, mad, median, var
>
> assign(".oldSearch", search(), pos = 'CheckExEnv')
+> assign(".ExTimings", "distrEx-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("AbscontCondDistribution-class")
> ### * AbscontCondDistribution-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: AbscontCondDistribution-class
> ### Title: Absolutely continuous conditional distribution
> ### Aliases: AbscontCondDistribution-class
@@ -129,12 +147,16 @@
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("AbscontCondDistribution-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("AsymTotalVarDist")
> ### * AsymTotalVarDist
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: AsymTotalVarDist
> ### Title: Generic function for the computation of asymmetric total
> ### variation distance of two distributions
@@ -191,12 +213,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("AsymTotalVarDist", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Condition-class")
> ### * Condition-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Condition-class
> ### Title: Conditions
> ### Aliases: Condition-class name,Condition-method name<-,Condition-method
@@ -210,12 +236,16 @@
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Condition-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("ContaminationSize")
> ### * ContaminationSize
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ContaminationSize
> ### Title: Generic Function for the Computation of the Convex Contamination
> ### (Pseudo-)Distance of Two Distributions
@@ -259,12 +289,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("ContaminationSize", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("ConvexContamination")
> ### * ConvexContamination
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ConvexContamination
> ### Title: Generic Function for Generating Convex Contaminations
> ### Aliases: ConvexContamination ConvexContamination-methods
@@ -286,12 +320,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("ConvexContamination", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("CvMDist")
> ### * CvMDist
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: CvMDist
> ### Title: Generic function for the computation of the Cramer - von Mises
> ### distance of two distributions
@@ -334,12 +372,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("CvMDist", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DiscreteCondDistribution-class")
> ### * DiscreteCondDistribution-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DiscreteCondDistribution-class
> ### Title: Discrete conditional distribution
> ### Aliases: DiscreteCondDistribution-class
@@ -355,12 +397,16 @@
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("DiscreteCondDistribution-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DiscreteMVDistribution-class")
> ### * DiscreteMVDistribution-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DiscreteMVDistribution-class
> ### Title: Discrete Multivariate Distributions
> ### Aliases: DiscreteMVDistribution-class
@@ -420,12 +466,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("DiscreteMVDistribution-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DiscreteMVDistribution")
> ### * DiscreteMVDistribution
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DiscreteMVDistribution
> ### Title: Generating function for DiscreteMVDistribution-class
> ### Aliases: DiscreteMVDistribution
@@ -463,12 +513,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("DiscreteMVDistribution", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("E")
> ### * E
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: E
> ### Title: Generic Function for the Computation of (Conditional)
> ### Expectations
@@ -600,12 +654,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("E", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("EuclCondition-class")
> ### * EuclCondition-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: EuclCondition-class
> ### Title: Conditioning by an Euclidean space.
> ### Aliases: EuclCondition-class Range Range,EuclCondition-method
@@ -620,12 +678,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("EuclCondition-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("EuclCondition")
> ### * EuclCondition
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: EuclCondition
> ### Title: Generating function for EuclCondition-class
> ### Aliases: EuclCondition
@@ -648,12 +710,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("EuclCondition", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("GLIntegrate")
> ### * GLIntegrate
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: GLIntegrate
> ### Title: Gauss-Legendre Quadrature
> ### Aliases: GLIntegrate
@@ -668,12 +734,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("GLIntegrate", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("HellingerDist")
> ### * HellingerDist
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: HellingerDist
> ### Title: Generic function for the computation of the Hellinger distance
> ### of two distributions
@@ -730,12 +800,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("HellingerDist", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("KolmogorovDist")
> ### * KolmogorovDist
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: KolmogorovDist
> ### Title: Generic function for the computation of the Kolmogorov distance
> ### of two distributions
@@ -779,12 +853,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("KolmogorovDist", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("LMCondDistribution")
> ### * LMCondDistribution
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: LMCondDistribution
> ### Title: Generating function for the conditional distribution of a linear
> ### regression model.
@@ -816,7 +894,7 @@
}
0 + cond %*% 1 + 1 * r(n, ...)
}
-<environment: 0x451b408>
+<environment: 0x7253578>
> d(D1)
function (x, cond, log = FALSE, ...)
{
@@ -838,7 +916,7 @@
else d0 <- d0/1
return(d0)
}
-<environment: 0x451b408>
+<environment: 0x7253578>
> p(D1)
function (q, cond, lower.tail = TRUE, log.p = FALSE, ...)
{
@@ -865,7 +943,7 @@
p0 <- log(p0)
return(p0)
}
-<environment: 0x451b408>
+<environment: 0x7253578>
> q(D1)
function (p, cond, lower.tail = TRUE, log.p = FALSE, ...)
{
@@ -889,7 +967,7 @@
argList <- c(argList, dots)
1 * do.call(q, argList) + 0 + as.vector(cond %*% 1)
}
-<environment: 0x451b408>
+<environment: 0x7253578>
> param(D1)
name: parameter of a linear regression model
theta: 1
@@ -913,12 +991,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("LMCondDistribution", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("LMParameter-class")
> ### * LMParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: LMParameter-class
> ### Title: Parameter of a linear regression model
> ### Aliases: LMParameter-class show,LMParameter-method
@@ -934,12 +1016,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("LMParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("LMParameter")
> ### * LMParameter
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: LMParameter
> ### Title: Generating function for LMParameter-class
> ### Aliases: LMParameter
@@ -966,12 +1052,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("LMParameter", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("MultivariateDistribution-class")
> ### * MultivariateDistribution-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: MultivariateDistribution-class
> ### Title: Multivariate Distributions
> ### Aliases: MultivariateDistribution-class
@@ -986,12 +1076,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("MultivariateDistribution-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("OAsymTotalVarDist")
> ### * OAsymTotalVarDist
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: OAsymTotalVarDist
> ### Title: Generic function for the computation of (minimal) asymmetric
> ### total variation distance of two distributions
@@ -1048,12 +1142,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("OAsymTotalVarDist", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("PrognCondDistribution-class")
> ### * PrognCondDistribution-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: PrognCondDistribution-class
> ### Title: Posterior distribution in convolution
> ### Aliases: PrognCondDistribution-class
@@ -1067,12 +1165,16 @@
Range: Real Space with dimension 1
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("PrognCondDistribution-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("PrognCondDistribution")
> ### * PrognCondDistribution
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: PrognCondDistribution
> ### Title: Generating function for PrognCondDistribution-class
> ### Aliases: PrognCondDistribution
@@ -1088,12 +1190,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("PrognCondDistribution", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("PrognCondition-class")
> ### * PrognCondition-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: PrognCondition-class
> ### Title: Conditions of class 'PrognCondition'
> ### Aliases: PrognCondition-class show,PrognCondition-method PrognCondition
@@ -1105,12 +1211,16 @@
Range: Euclidean Space with dimension 1
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("PrognCondition-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("TotalVarDist")
> ### * TotalVarDist
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: TotalVarDist
> ### Title: Generic function for the computation of the total variation
> ### distance of two distributions
@@ -1167,12 +1277,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("TotalVarDist", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("UnivariateCondDistribution-class")
> ### * UnivariateCondDistribution-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: UnivariateCondDistribution-class
> ### Title: Univariate conditional distribution
> ### Aliases: UnivariateCondDistribution-class cond
@@ -1191,12 +1305,16 @@
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("UnivariateCondDistribution-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Var")
> ### * Var
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: var
> ### Title: Generic Functions for the Computation of Functionals
> ### Aliases: var var-methods var,ANY-method
@@ -1293,12 +1411,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Var", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("distrExIntegrate")
> ### * distrExIntegrate
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: distrExIntegrate
> ### Title: Integration of One-Dimensional Functions
> ### Aliases: distrExIntegrate
@@ -1319,12 +1441,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("distrExIntegrate", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("distrExMASK")
> ### * distrExMASK
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: distrExMASK
> ### Title: Masking of/by other functions in package "distrEx"
> ### Aliases: distrExMASK MASKING
@@ -1378,12 +1504,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("distrExMASK", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("distrExMOVED")
> ### * distrExMOVED
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: distrExMOVED
> ### Title: Functionality of package "distrEx" which has moved to other
> ### packages
@@ -1411,12 +1541,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("distrExMOVED", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("distrExOptions")
> ### * distrExOptions
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: distrExOptions
> ### Title: Function to change the global variables of the package 'distrEx'
> ### Aliases: distrExOptions distrExoptions getdistrExOption MCIterations
@@ -1480,12 +1614,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("distrExOptions", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("liesInSupport")
> ### * liesInSupport
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: liesInSupport
> ### Title: Generic Function for Testing the Support of a Distribution
> ### Aliases: liesInSupport,DiscreteMVDistribution,numeric-method
@@ -1503,12 +1641,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("liesInSupport", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("m1df")
> ### * m1df
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: m1df
> ### Title: Generic Function for the Computation of Clipped First Moments
> ### Aliases: m1df m1df-methods m1df,UnivariateDistribution-method
@@ -1542,12 +1684,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("m1df", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("m2df")
> ### * m2df
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: m2df
> ### Title: Generic function for the computation of clipped second moments
> ### Aliases: m2df m2df-methods m2df,UnivariateDistribution-method
@@ -1581,12 +1727,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("m2df", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("make01")
> ### * make01
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: make01
> ### Title: Centering and Standardization of Univariate Distributions
> ### Aliases: make01
@@ -1608,10 +1758,13 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("make01", 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: 11.58 0.152 11.798 0 0
+Time elapsed: 11.58 0.136 11.79 0 0.004
> grDevices::dev.off()
null device
1
More information about the Distr-commits
mailing list