[Distr-commits] r1405 - in pkg/distr: . inst man tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun May 7 21:21:39 CEST 2023
Author: ruckdeschel
Date: 2023-05-07 21:21:38 +0200 (Sun, 07 May 2023)
New Revision: 1405
Modified:
pkg/distr/DESCRIPTION
pkg/distr/inst/CITATION
pkg/distr/inst/NEWS
pkg/distr/man/qqbounds.Rd
pkg/distr/tests/Examples/distr-Ex.Rout.save
Log:
[distr] trunk: transformed CITATION file to new format, i.e., bibentry() instead of citEntry(),
c(as.person( .... ), as.person( .... ), ...), instead of
as.personList(....)
Modified: pkg/distr/DESCRIPTION
===================================================================
--- pkg/distr/DESCRIPTION 2023-05-07 12:47:32 UTC (rev 1404)
+++ pkg/distr/DESCRIPTION 2023-05-07 19:21:38 UTC (rev 1405)
@@ -21,4 +21,4 @@
URL: http://distr.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1395
+VCS/SVNRevision: 1403
Modified: pkg/distr/inst/CITATION
===================================================================
--- pkg/distr/inst/CITATION 2023-05-07 12:47:32 UTC (rev 1404)
+++ pkg/distr/inst/CITATION 2023-05-07 19:21:38 UTC (rev 1405)
@@ -1,13 +1,12 @@
-citHeader("To cite package distr in publications use:")
-
-citEntry(entry="Article",
+bibentry(
+ mheader = "To cite package distr in publications use:",
+ bibtype = "Article",
title = "S4 Classes for Distributions",
- author = personList(as.person("P. Ruckdeschel"),
+ author = c(as.person("P. Ruckdeschel"),
as.person("M. Kohl"),
as.person("T. Stabla"),
as.person("F. Camphausen")),
language = "English",
- year = 2006,
journal = "R News",
year = 2006,
volume = 6,
@@ -21,9 +20,11 @@
"URL https://CRAN.R-project.org/doc/Rnews/")
)
-citEntry(entry = "Article",
+bibentry(
+ mheader = "To cite package distr in publications use:",
+ bibtype = "Article",
title = "General Purpose Convolution Algorithm in {S}4 Classes by Means of FFT",
- author = personList(as.person("Peter Ruckdeschel"),
+ author = c(as.person("Peter Ruckdeschel"),
as.person("Matthias Kohl")),
journal = "Journal of Statistical Software",
year = "2014",
@@ -35,7 +36,7 @@
paste("Peter Ruckdeschel, Matthias Kohl (2014).",
"General Purpose Convolution Algorithm in S4 Classes by Means of FFT.",
"Journal of Statistical Software, 59(4), 1-25.",
- "URL http://www.jstatsoft.org/v59/i04/."),
+ "URL https://www.jstatsoft.org/v59/i04/."),
header = "If you employ convolution, please also cite:"
)
Modified: pkg/distr/inst/NEWS
===================================================================
--- pkg/distr/inst/NEWS 2023-05-07 12:47:32 UTC (rev 1404)
+++ pkg/distr/inst/NEWS 2023-05-07 19:21:38 UTC (rev 1405)
@@ -13,8 +13,10 @@
under the hood:
+ included pkg RobAStBase into "Enhances" in the DESCRIPTION file
+ moved some code in the help to RtoDPQ.d relying on the RNG into IGNORE_RDIFF
++ transformed CITATION file to new format, i.e., bibentry() instead of citEntry(),
+ c(as.person( .... ), as.person( .... ), ...), instead of
+ as.personList(....)
-
##############
v 2.9
##############
Modified: pkg/distr/man/qqbounds.Rd
===================================================================
--- pkg/distr/man/qqbounds.Rd 2023-05-07 12:47:32 UTC (rev 1404)
+++ pkg/distr/man/qqbounds.Rd 2023-05-07 19:21:38 UTC (rev 1405)
@@ -111,19 +111,22 @@
old.digits <- getOption("digits")
on.exit(options(digits = old.digits))
options(digits = 6)
-qqbounds(x = rnorm(30),Norm(),alpha=0.95,n=30,
+set.seed(20230508)
+## IGNORE_RDIFF_BEGIN
+qqbounds(x = rnorm(30), Norm(), alpha = 0.95, n = 30,
withConf.pw = TRUE, withConf.sim = TRUE,
- exact.sCI=TRUE ,exact.pCI= TRUE,
+ exact.sCI = TRUE, exact.pCI = TRUE,
nosym.pCI = FALSE)
## other calls:
-qqbounds(x = rchisq(30,df=4),Chisq(df=4),alpha=0.95,n=30,
+qqbounds(x = rchisq(30,df=4), Chisq(df=4), alpha = 0.95, n = 30,
withConf.pw = TRUE, withConf.sim = TRUE,
- exact.sCI=FALSE ,exact.pCI= FALSE,
+ exact.sCI = FALSE, exact.pCI = FALSE,
nosym.pCI = FALSE)
-qqbounds(x = rchisq(30,df=4),Chisq(df=4),alpha=0.95,n=30,
+qqbounds(x = rchisq(30,df=4), Chisq(df=4), alpha = 0.95, n = 30,
withConf.pw = TRUE, withConf.sim = TRUE,
- exact.sCI = TRUE ,exact.pCI= TRUE,
+ exact.sCI = TRUE, exact.pCI= TRUE,
nosym.pCI = TRUE)
+## IGNORE_RDIFF_END
options(digits = old.digits)
}
\keyword{hplot}
Modified: pkg/distr/tests/Examples/distr-Ex.Rout.save
===================================================================
--- pkg/distr/tests/Examples/distr-Ex.Rout.save 2023-05-07 12:47:32 UTC (rev 1404)
+++ pkg/distr/tests/Examples/distr-Ex.Rout.save 2023-05-07 19:21:38 UTC (rev 1405)
@@ -1,7 +1,7 @@
-R version 4.1.2 Patched (2022-01-17 r81511) -- "Bird Hippie"
-Copyright (C) 2022 The R Foundation for Statistical Computing
-Platform: i386-w64-mingw32/i386 (32-bit)
+R version 4.3.0 (2023-04-21 ucrt) -- "Already Tomorrow"
+Copyright (C) 2023 The R Foundation for Statistical Computing
+Platform: x86_64-w64-mingw32/x64 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
@@ -21,6 +21,18 @@
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> options(pager = "console")
+> base::assign(".ExTimings", "distr-Ex.timings", pos = 'CheckExEnv')
+> base::cat("name\tuser\tsystem\telapsed\n", file=base::get(".ExTimings", pos = 'CheckExEnv'))
+> base::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]
++ options(OutDec = '.')
++ format(x[1L:3L], digits = 7L)
++ },
++ pos = 'CheckExEnv')
+>
+> ### * </HEADER>
> library('distr')
Loading required package: startupmsg
:startupmsg> Utilities for Start-Up Messages (version 0.9.6)
@@ -29,7 +41,6 @@
:startupmsg> NEWS("startupmsg")
Loading required package: sfsmisc
-Warning: package 'sfsmisc' was built under R version 4.1.3
:distr> Object Oriented Implementation of Distributions (version
:distr> 2.9.2)
:distr>
@@ -65,6 +76,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: distr-package
> ### Title: distr - Object Oriented Implementation of Distributions
> ### Aliases: distr-package distr
@@ -225,6 +237,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("0distr-package", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("AbscontDistribution-class")
> ### * AbscontDistribution-class
@@ -231,6 +245,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: AbscontDistribution-class
> ### Title: Class "AbscontDistribution"
> ### Aliases: AbscontDistribution-class AffLinDistribution-class
@@ -259,6 +274,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("AbscontDistribution-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("AbscontDistribution")
> ### * AbscontDistribution
@@ -265,6 +282,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: AbscontDistribution
> ### Title: Generating function "AbscontDistribution"
> ### Aliases: AbscontDistribution
@@ -286,6 +304,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("AbscontDistribution", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Arcsine-class")
> ### * Arcsine-class
@@ -292,6 +312,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Arcsine-class
> ### Title: Class "Arcsine"
> ### Aliases: Arcsine-class Arcsine initialize,Arcsine-method
@@ -313,6 +334,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Arcsine-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Beta-class")
> ### * Beta-class
@@ -319,6 +342,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Beta-class
> ### Title: Class "Beta"
> ### Aliases: Beta-class Beta initialize,Beta-method
@@ -351,6 +375,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Beta-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("BetaParameter-class")
> ### * BetaParameter-class
@@ -357,6 +383,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: BetaParameter-class
> ### Title: Class "BetaParameter"
> ### Aliases: BetaParameter-class initialize,BetaParameter-method
@@ -371,6 +398,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("BetaParameter-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Binom-class")
> ### * Binom-class
@@ -377,6 +406,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Binom-class
> ### Title: Class "Binom"
> ### Aliases: Binom-class Binom initialize,Binom-method
@@ -405,6 +435,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Binom-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("BinomParameter-class")
> ### * BinomParameter-class
@@ -411,6 +443,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: BinomParameter-class
> ### Title: Class "BinomParameter"
> ### Aliases: BinomParameter-class initialize,BinomParameter-method
@@ -425,6 +458,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("BinomParameter-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Cauchy-class")
> ### * Cauchy-class
@@ -431,6 +466,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Cauchy-class
> ### Title: Class "Cauchy"
> ### Aliases: Cauchy-class Cauchy initialize,Cauchy-method
@@ -463,6 +499,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Cauchy-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("CauchyParameter-class")
> ### * CauchyParameter-class
@@ -469,6 +507,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: CauchyParameter-class
> ### Title: Class "CauchyParameter"
> ### Aliases: CauchyParameter-class initialize,CauchyParameter-method
@@ -483,6 +522,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("CauchyParameter-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Chisq-class")
> ### * Chisq-class
@@ -489,6 +530,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Chisq-class
> ### Title: Class "Chisq"
> ### Aliases: Chisq-class Chisq initialize,Chisq-method
@@ -521,6 +563,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Chisq-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("ChisqParameter-class")
> ### * ChisqParameter-class
@@ -527,6 +571,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ChisqParameter-class
> ### Title: Class "ChisqParameter"
> ### Aliases: ChisqParameter-class initialize,ChisqParameter-method
@@ -541,6 +586,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("ChisqParameter-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("CompoundDistribution-class")
> ### * CompoundDistribution-class
@@ -547,6 +594,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: CompoundDistribution-class
> ### Title: Class "CompoundDistribution"
> ### Aliases: CompoundDistribution-class NumbOfSummandsDistr SummandsDistr
@@ -592,6 +640,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("CompoundDistribution-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("CompoundDistribution")
> ### * CompoundDistribution
@@ -598,6 +648,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: CompoundDistribution
> ### Title: Generating function for Class "CompoundDistribution"
> ### Aliases: CompoundDistribution
@@ -658,6 +709,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("CompoundDistribution", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("ConvPow")
> ### * ConvPow
@@ -664,6 +717,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::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
@@ -684,6 +738,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("ConvPow", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DExp-class")
> ### * DExp-class
@@ -690,6 +746,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DExp-class
> ### Title: Class "DExp"
> ### Aliases: DExp-class DExp Laplace DoubleExponential
@@ -720,6 +777,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("DExp-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Dirac-class")
> ### * Dirac-class
@@ -726,6 +785,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Dirac-class
> ### Title: Class "Dirac"
> ### Aliases: Dirac-class Dirac initialize,Dirac-method log,Dirac-method
@@ -753,6 +813,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Dirac-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DiracParameter-class")
> ### * DiracParameter-class
@@ -759,6 +821,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DiracParameter-class
> ### Title: Class "DiracParameter"
> ### Aliases: DiracParameter-class initialize,DiracParameter-method
@@ -773,6 +836,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("DiracParameter-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DiscreteDistribution-class")
> ### * DiscreteDistribution-class
@@ -779,6 +844,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DiscreteDistribution-class
> ### Title: Class "DiscreteDistribution"
> ### Aliases: DiscreteDistribution-class AffLinDiscreteDistribution-class
@@ -829,6 +895,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("DiscreteDistribution-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DiscreteDistribution")
> ### * DiscreteDistribution
@@ -835,6 +903,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DiscreteDistribution
> ### Title: Generating function "DiscreteDistribution"
> ### Aliases: DiscreteDistribution
@@ -855,6 +924,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("DiscreteDistribution", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DistrList-class")
> ### * DistrList-class
@@ -861,6 +932,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DistrList-class
> ### Title: List of distributions
> ### Aliases: DistrList-class coerce,Distribution,DistrList-method
@@ -885,6 +957,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("DistrList-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DistrList")
> ### * DistrList
@@ -891,6 +965,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DistrList
> ### Title: Generating function for DistrList-class
> ### Aliases: DistrList
@@ -925,6 +1000,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("DistrList", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DistrSymmList-class")
> ### * DistrSymmList-class
@@ -931,6 +1008,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DistrSymmList-class
> ### Title: List of Symmetries for a List of Distributions
> ### Aliases: DistrSymmList-class
@@ -958,6 +1036,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("DistrSymmList-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("DistrSymmList")
> ### * DistrSymmList
@@ -964,6 +1044,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DistrSymmList
> ### Title: Generating function for DistrSymmList-class
> ### Aliases: DistrSymmList
@@ -1000,6 +1081,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("DistrSymmList", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("EllipticalSymmetry-class")
> ### * EllipticalSymmetry-class
@@ -1006,6 +1089,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: EllipticalSymmetry-class
> ### Title: Class for Elliptically Symmetric Distributions
> ### Aliases: EllipticalSymmetry-class
@@ -1020,6 +1104,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("EllipticalSymmetry-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("EllipticalSymmetry")
> ### * EllipticalSymmetry
@@ -1026,6 +1112,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: EllipticalSymmetry
> ### Title: Generating function for EllipticalSymmetry-class
> ### Aliases: EllipticalSymmetry
@@ -1049,6 +1136,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("EllipticalSymmetry", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("EmpiricalDistribution")
> ### * EmpiricalDistribution
@@ -1055,6 +1144,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: EmpiricalDistribution
> ### Title: Generating function "EmpiricalDistribution"
> ### Aliases: EmpiricalDistribution
@@ -1071,6 +1161,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("EmpiricalDistribution", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("EuclideanSpace-class")
> ### * EuclideanSpace-class
@@ -1077,6 +1169,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: EuclideanSpace-class
> ### Title: Class "EuclideanSpace"
> ### Aliases: EuclideanSpace EuclideanSpace-class
@@ -1096,6 +1189,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("EuclideanSpace-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Exp-class")
> ### * Exp-class
@@ -1102,6 +1197,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Exp-class
> ### Title: Class "Exp"
> ### Aliases: Exp-class Exp initialize,Exp-method
@@ -1147,6 +1243,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Exp-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("ExpOrGammaOrChisq-class")
> ### * ExpOrGammaOrChisq-class
@@ -1153,6 +1251,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ExpOrGammaOrChisq-class
> ### Title: Class "ExpOrGammaOrChisq"
> ### Aliases: ExpOrGammaOrChisq-class
@@ -1164,6 +1263,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("ExpOrGammaOrChisq-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("ExpParameter-class")
> ### * ExpParameter-class
@@ -1170,6 +1271,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ExpParameter-class
> ### Title: Class "ExpParameter"
> ### Aliases: ExpParameter-class initialize,ExpParameter-method
@@ -1184,6 +1286,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("ExpParameter-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("FParameter-class")
> ### * FParameter-class
@@ -1190,6 +1294,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: FParameter-class
> ### Title: Class "FParameter"
> ### Aliases: FParameter-class initialize,FParameter-method
@@ -1204,6 +1309,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("FParameter-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Fd-class")
> ### * Fd-class
@@ -1210,6 +1317,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Fd-class
> ### Title: Class "Fd"
> ### Aliases: Fd-class Fd initialize,Fd-method
@@ -1237,6 +1345,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Fd-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("GammaParameter-class")
> ### * GammaParameter-class
@@ -1243,6 +1353,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: GammaParameter-class
> ### Title: Class "GammaParameter"
> ### Aliases: GammaParameter-class initialize,GammaParameter-method
@@ -1257,6 +1368,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("GammaParameter-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Gammad-class")
> ### * Gammad-class
@@ -1263,6 +1376,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Gammad-class
> ### Title: Class "Gammad"
> ### Aliases: Gammad-class Gammad initialize,Gammad-method
@@ -1286,6 +1400,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Gammad-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Geom-class")
> ### * Geom-class
@@ -1292,6 +1408,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Geom-class
> ### Title: Class "Geom"
> ### Aliases: Geom-class Geom initialize,Geom-method
@@ -1326,6 +1443,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Geom-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Huberize-methods")
> ### * Huberize-methods
@@ -1332,6 +1451,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Huberize-methods
> ### Title: Methods for function Huberize in Package 'distr'
> ### Aliases: Huberize-methods Huberize Huberize,AcDcLcDistribution-method
@@ -1358,6 +1478,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Huberize-methods", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Hyper-class")
> ### * Hyper-class
@@ -1364,6 +1486,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Hyper-class
> ### Title: Class "Hyper"
> ### Aliases: Hyper-class Hyper initialize,Hyper-method
@@ -1387,6 +1510,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Hyper-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("HyperParameter-class")
> ### * HyperParameter-class
@@ -1393,6 +1518,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: HyperParameter-class
> ### Title: Class "HyperParameter"
> ### Aliases: HyperParameter-class initialize,HyperParameter-method
@@ -1407,6 +1533,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("HyperParameter-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Lattice-class")
> ### * Lattice-class
@@ -1413,6 +1541,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Lattice-class
> ### Title: Class "Lattice"
> ### Aliases: Lattice-class Lattice
@@ -1427,6 +1556,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Lattice-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("LatticeDistribution-class")
> ### * LatticeDistribution-class
@@ -1433,6 +1564,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: LatticeDistribution-class
> ### Title: Class "LatticeDistribution"
> ### Aliases: AffLinLatticeDistribution-class LatticeDistribution-class
@@ -1466,6 +1598,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("LatticeDistribution-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("LatticeDistribution")
> ### * LatticeDistribution
@@ -1472,6 +1606,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: LatticeDistribution
> ### Title: Class "LatticeDistribution"
> ### Aliases: LatticeDistribution
@@ -1487,6 +1622,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("LatticeDistribution", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
> nameEx("Lnorm-class")
> ### * Lnorm-class
@@ -1493,6 +1630,7 @@
>
> flush(stderr()); flush(stdout())
>
+> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Lnorm-class
> ### Title: Class "Lnorm"
> ### Aliases: Lnorm-class Lnorm initialize,Lnorm-method
@@ -1516,6 +1654,8 @@
>
>
>
+> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
+> base::cat("Lnorm-class", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
[TRUNCATED]
To get the complete diff run:
svnlook diff /svnroot/distr -r 1405
More information about the Distr-commits
mailing list