[Distr-commits] r843 - in branches/distr-2.4/pkg/distr: . man tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 10 06:57:16 CET 2013
Author: stamats
Date: 2013-01-10 06:57:16 +0100 (Thu, 10 Jan 2013)
New Revision: 843
Modified:
branches/distr-2.4/pkg/distr/DESCRIPTION
branches/distr-2.4/pkg/distr/man/operators-methods.Rd
branches/distr-2.4/pkg/distr/man/qqplot.Rd
branches/distr-2.4/pkg/distr/tests/Examples/distr-Ex.Rout.save
Log:
update of Rout.save and date in DESCRIPTION file
put some examples in "\dontrun" to reduce check time on CRAN
Modified: branches/distr-2.4/pkg/distr/DESCRIPTION
===================================================================
--- branches/distr-2.4/pkg/distr/DESCRIPTION 2013-01-10 05:16:26 UTC (rev 842)
+++ branches/distr-2.4/pkg/distr/DESCRIPTION 2013-01-10 05:57:16 UTC (rev 843)
@@ -1,6 +1,6 @@
Package: distr
Version: 2.4
-Date: 2013-01-09
+Date: 2013-01-10
Title: Object oriented implementation of distributions
Description: S4 Classes and Methods for distributions
Author: Florian Camphausen, Matthias Kohl, Peter Ruckdeschel, Thomas Stabla
Modified: branches/distr-2.4/pkg/distr/man/operators-methods.Rd
===================================================================
--- branches/distr-2.4/pkg/distr/man/operators-methods.Rd 2013-01-10 05:16:26 UTC (rev 842)
+++ branches/distr-2.4/pkg/distr/man/operators-methods.Rd 2013-01-10 05:57:16 UTC (rev 843)
@@ -323,6 +323,9 @@
N + a
N + P
N - a
+
+## don't run: to reduce check time on CRAN
+\dontrun{
a * N
a * P
N / a + sin( a * P - N)
@@ -332,6 +335,7 @@
1.2 ^ N
abs(N) ^ 1.3
}
+}
\keyword{math}
\keyword{distribution}
\keyword{arith}
Modified: branches/distr-2.4/pkg/distr/man/qqplot.Rd
===================================================================
--- branches/distr-2.4/pkg/distr/man/qqplot.Rd 2013-01-10 05:16:26 UTC (rev 842)
+++ branches/distr-2.4/pkg/distr/man/qqplot.Rd 2013-01-10 05:57:16 UTC (rev 843)
@@ -122,11 +122,15 @@
}
\examples{
qqplot(Norm(15,sqrt(30)), Chisq(df=15))
+
+## don't run: to reduce check time on CRAN
+\dontrun{
## some discrete Distributions:
P <- Pois(5)
B <- Binom(size=2000,prob=5/2000)
qqplot(B,P)
qqplot(B,P, nosym.pCI=TRUE)
+
## some Lebesgue-Decomposed distributions:
mylist <- UnivarLebDecDistribution(discretePart=Binom(3,.3), acPart=Norm(2,2),
acWeight=11/20)
@@ -134,6 +138,7 @@
qqplot(mylist,mylist2)
qqplot(mylist,mylist2,exact.pCI=FALSE,exact.sCI=FALSE)
qqplot(mylist,mylist2,nosym.pCI=TRUE)
+
## some ac. distribution with a gap
mylist3 <- UnivarMixingDistribution(Unif(0,0.3),Unif(0.6,1),mixCoeff=c(0.8,0.2))
gaps(mylist3)
@@ -141,5 +146,6 @@
qqplot(mylist3,mylist4)
qqplot(mylist3,mylist4,nosym.pCI=TRUE)
}
+}
\keyword{hplot}
\keyword{distribution}
Modified: branches/distr-2.4/pkg/distr/tests/Examples/distr-Ex.Rout.save
===================================================================
--- branches/distr-2.4/pkg/distr/tests/Examples/distr-Ex.Rout.save 2013-01-10 05:16:26 UTC (rev 842)
+++ branches/distr-2.4/pkg/distr/tests/Examples/distr-Ex.Rout.save 2013-01-10 05:57:16 UTC (rev 843)
@@ -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)
@@ -33,6 +33,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().
@@ -52,7 +59,7 @@
Attaching package: ‘SweaveListingUtils’
-The following object(s) are masked from ‘package:base’:
+The following object is masked from ‘package:base’:
library, require
@@ -78,18 +85,29 @@
Attaching package: ‘distr’
-The following object(s) are masked from ‘package:stats’:
+The following object is masked from ‘package:stats’:
df, qqplot, sd
>
> assign(".oldSearch", search(), pos = 'CheckExEnv')
+> assign(".ExTimings", "distr-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("0distr-package")
> ### * 0distr-package
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: distr-package
> ### Title: distr - object orientated implementation of distributions
> ### Aliases: distr-package distr
@@ -251,12 +269,16 @@
> plot(Z+sin(Norm()))
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("0distr-package", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("AbscontDistribution-class")
> ### * AbscontDistribution-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: AbscontDistribution-class
> ### Title: Class "AbscontDistribution"
> ### Aliases: AbscontDistribution-class AffLinDistribution-class
@@ -284,12 +306,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("AbscontDistribution-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("AbscontDistribution")
> ### * AbscontDistribution
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: AbscontDistribution
> ### Title: Generating function "AbscontDistribution"
> ### Aliases: AbscontDistribution
@@ -311,12 +337,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("AbscontDistribution", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Arcsine-class")
> ### * Arcsine-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Arcsine-class
> ### Title: Class "Arcsine"
> ### Aliases: Arcsine-class Arcsine initialize,Arcsine-method
@@ -337,12 +367,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Arcsine-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Beta-class")
> ### * Beta-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Beta-class
> ### Title: Class "Beta"
> ### Aliases: Beta-class Beta initialize,Beta-method
@@ -374,12 +408,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Beta-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("BetaParameter-class")
> ### * BetaParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: BetaParameter-class
> ### Title: Class "BetaParameter"
> ### Aliases: BetaParameter-class initialize,BetaParameter-method
@@ -394,12 +432,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("BetaParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Binom-class")
> ### * Binom-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Binom-class
> ### Title: Class "Binom"
> ### Aliases: Binom-class Binom initialize,Binom-method
@@ -427,12 +469,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Binom-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("BinomParameter-class")
> ### * BinomParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: BinomParameter-class
> ### Title: Class "BinomParameter"
> ### Aliases: BinomParameter-class initialize,BinomParameter-method
@@ -447,12 +493,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("BinomParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Cauchy-class")
> ### * Cauchy-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Cauchy-class
> ### Title: Class "Cauchy"
> ### Aliases: Cauchy-class Cauchy initialize,Cauchy-method
@@ -484,12 +534,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Cauchy-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("CauchyParameter-class")
> ### * CauchyParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: CauchyParameter-class
> ### Title: Class "CauchyParameter"
> ### Aliases: CauchyParameter-class initialize,CauchyParameter-method
@@ -504,12 +558,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("CauchyParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Chisq-class")
> ### * Chisq-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Chisq-class
> ### Title: Class "Chisq"
> ### Aliases: Chisq-class Chisq initialize,Chisq-method
@@ -541,12 +599,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Chisq-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("ChisqParameter-class")
> ### * ChisqParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ChisqParameter-class
> ### Title: Class "ChisqParameter"
> ### Aliases: ChisqParameter-class initialize,ChisqParameter-method
@@ -561,12 +623,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("ChisqParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("CompoundDistribution-class")
> ### * CompoundDistribution-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: CompoundDistribution-class
> ### Title: Class "CompoundDistribution"
> ### Aliases: CompoundDistribution-class NumbOfSummandsDistr SummandsDistr
@@ -612,12 +678,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("CompoundDistribution-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("CompoundDistribution")
> ### * CompoundDistribution
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: CompoundDistribution
> ### Title: Generating function for Class "CompoundDistribution"
> ### Aliases: CompoundDistribution
@@ -678,12 +748,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("CompoundDistribution", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("ConvPow")
> ### * ConvPow
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: convpow-methods
> ### Title: Distribution of the sum of univariate i.i.d r.v's
> ### Aliases: convpow convpow-methods convpow,AcDcLcDistribution-method
@@ -704,12 +778,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("ConvPow", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DExp-class")
> ### * DExp-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DExp-class
> ### Title: Class "DExp"
> ### Aliases: DExp-class DExp Laplace DoubleExponential
@@ -739,12 +817,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("DExp-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Dirac-class")
> ### * Dirac-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Dirac-class
> ### Title: Class "Dirac"
> ### Aliases: Dirac-class Dirac initialize,Dirac-method log,Dirac-method
@@ -771,12 +853,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Dirac-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DiracParameter-class")
> ### * DiracParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DiracParameter-class
> ### Title: Class "DiracParameter"
> ### Aliases: DiracParameter-class initialize,DiracParameter-method
@@ -791,12 +877,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("DiracParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DiscreteDistribution-class")
> ### * DiscreteDistribution-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DiscreteDistribution-class
> ### Title: Class "DiscreteDistribution"
> ### Aliases: DiscreteDistribution-class AffLinDiscreteDistribution-class
@@ -845,12 +935,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("DiscreteDistribution-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DiscreteDistribution")
> ### * DiscreteDistribution
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DiscreteDistribution
> ### Title: Generating function "DiscreteDistribution"
> ### Aliases: DiscreteDistribution
@@ -871,12 +965,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("DiscreteDistribution", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DistrList-class")
> ### * DistrList-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DistrList-class
> ### Title: List of distributions
> ### Aliases: DistrList-class coerce,Distribution,DistrList-method
@@ -901,12 +999,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("DistrList-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DistrList")
> ### * DistrList
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DistrList
> ### Title: Generating function for DistrList-class
> ### Aliases: DistrList
@@ -941,12 +1043,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("DistrList", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DistrSymmList-class")
> ### * DistrSymmList-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DistrSymmList-class
> ### Title: List of Symmetries for a List of Distributions
> ### Aliases: DistrSymmList-class
@@ -974,12 +1080,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("DistrSymmList-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DistrSymmList")
> ### * DistrSymmList
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DistrSymmList
> ### Title: Generating function for DistrSymmList-class
> ### Aliases: DistrSymmList
@@ -1016,12 +1126,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("DistrSymmList", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("EllipticalSymmetry-class")
> ### * EllipticalSymmetry-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: EllipticalSymmetry-class
> ### Title: Class for Elliptically Symmetric Distributions
> ### Aliases: EllipticalSymmetry-class
@@ -1036,12 +1150,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("EllipticalSymmetry-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("EllipticalSymmetry")
> ### * EllipticalSymmetry
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: EllipticalSymmetry
> ### Title: Generating function for EllipticalSymmetry-class
> ### Aliases: EllipticalSymmetry
@@ -1065,12 +1183,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("EllipticalSymmetry", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("EuclideanSpace-class")
> ### * EuclideanSpace-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: EuclideanSpace-class
> ### Title: Class "EuclideanSpace"
> ### Aliases: EuclideanSpace EuclideanSpace-class
@@ -1090,12 +1212,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("EuclideanSpace-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Exp-class")
> ### * Exp-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Exp-class
> ### Title: Class "Exp"
> ### Aliases: Exp-class Exp initialize,Exp-method
@@ -1140,12 +1266,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Exp-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("ExpOrGammaOrChisq-class")
> ### * ExpOrGammaOrChisq-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ExpOrGammaOrChisq-class
> ### Title: Class "ExpOrGammaOrChisq"
> ### Aliases: ExpOrGammaOrChisq-class
@@ -1157,12 +1287,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("ExpOrGammaOrChisq-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("ExpParameter-class")
> ### * ExpParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ExpParameter-class
> ### Title: Class "ExpParameter"
> ### Aliases: ExpParameter-class initialize,ExpParameter-method
@@ -1177,12 +1311,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("ExpParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("FParameter-class")
> ### * FParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: FParameter-class
> ### Title: Class "FParameter"
> ### Aliases: FParameter-class initialize,FParameter-method
@@ -1197,12 +1335,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("FParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Fd-class")
> ### * Fd-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Fd-class
> ### Title: Class "Fd"
> ### Aliases: Fd-class Fd initialize,Fd-method
@@ -1229,12 +1371,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Fd-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("GammaParameter-class")
> ### * GammaParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: GammaParameter-class
> ### Title: Class "GammaParameter"
> ### Aliases: GammaParameter-class initialize,GammaParameter-method
@@ -1249,12 +1395,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("GammaParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Gammad-class")
> ### * Gammad-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Gammad-class
> ### Title: Class "Gammad"
> ### Aliases: Gammad-class Gammad initialize,Gammad-method
@@ -1277,12 +1427,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Gammad-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Geom-class")
> ### * Geom-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Geom-class
> ### Title: Class "Geom"
> ### Aliases: Geom-class Geom initialize,Geom-method
@@ -1316,12 +1470,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Geom-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("GeomParameter-class")
> ### * GeomParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: GeomParameter-class
> ### Title: Class "GeomParameter"
> ### Aliases: GeomParameter-class initialize,GeomParameter-method
@@ -1343,12 +1501,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("GeomParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Huberize-methods")
> ### * Huberize-methods
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Huberize-methods
> ### Title: Methods for function Huberize in Package 'distr'
> ### Aliases: Huberize-methods Huberize Huberize,AcDcLcDistribution-method
@@ -1375,12 +1537,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Huberize-methods", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Hyper-class")
> ### * Hyper-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Hyper-class
> ### Title: Class "Hyper"
> ### Aliases: Hyper-class Hyper initialize,Hyper-method
@@ -1403,12 +1569,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Hyper-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("HyperParameter-class")
> ### * HyperParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: HyperParameter-class
> ### Title: Class "HyperParameter"
> ### Aliases: HyperParameter-class initialize,HyperParameter-method
@@ -1423,12 +1593,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("HyperParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Lattice-class")
> ### * Lattice-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Lattice-class
> ### Title: Class "Lattice"
> ### Aliases: Lattice-class Lattice
@@ -1443,12 +1617,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Lattice-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("LatticeDistribution-class")
> ### * LatticeDistribution-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: LatticeDistribution-class
> ### Title: Class "LatticeDistribution"
> ### Aliases: AffLinLatticeDistribution-class LatticeDistribution-class
@@ -1481,12 +1659,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("LatticeDistribution-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("LatticeDistribution")
> ### * LatticeDistribution
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: LatticeDistribution
> ### Title: Class "LatticeDistribution"
> ### Aliases: LatticeDistribution
@@ -1502,12 +1684,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("LatticeDistribution", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Lnorm-class")
> ### * Lnorm-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Lnorm-class
> ### Title: Class "Lnorm"
> ### Aliases: Lnorm-class Lnorm initialize,Lnorm-method
@@ -1530,12 +1716,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Lnorm-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("LnormParameter-class")
> ### * LnormParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: LnormParameter-class
> ### Title: Class "LnormParameter"
> ### Aliases: LnormParameter-class initialize,LnormParameter-method
@@ -1550,12 +1740,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("LnormParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Logis-class")
> ### * Logis-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Logis-class
> ### Title: Class "Logis"
> ### Aliases: Logis-class Logis initialize,Logis-method
@@ -1579,12 +1773,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("Logis-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("LogisParameter-class")
> ### * LogisParameter-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: LogisParameter-class
> ### Title: Class "LogisParameter"
> ### Aliases: LogisParameter-class initialize,LogisParameter-method
@@ -1599,12 +1797,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("LogisParameter-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("MakeAbscontDistribution")
> ### * MakeAbscontDistribution
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: makeAbscontDistribution
> ### Title: "makeAbscontDistribution"
> ### Aliases: makeAbscontDistribution
@@ -1640,12 +1842,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("MakeAbscontDistribution", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("MinMaximum-methods")
> ### * MinMaximum-methods
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Minimum-methods
> ### Title: Methods for functions Minimum and Maximum in Package 'distr'
> ### Aliases: Minimum-methods Minimum Maximum-methods Maximum
@@ -1669,12 +1875,16 @@
>
>
>
+>
+> assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> cat("MinMaximum-methods", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Naturals-class")
> ### * Naturals-class
>
> flush(stderr()); flush(stdout())
>
+> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Naturals-class
> ### Title: Class "Naturals"
> ### Aliases: Naturals Naturals-class initialize,Naturals-method
@@ -1692,12 +1902,16 @@
>
>
[TRUNCATED]
To get the complete diff run:
svnlook diff /svnroot/distr -r 843
More information about the Distr-commits
mailing list