[Distr-commits] r1176 - in pkg/distrTEst: . inst man tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jul 8 16:21:44 CEST 2018
Author: ruckdeschel
Date: 2018-07-08 16:21:43 +0200 (Sun, 08 Jul 2018)
New Revision: 1176
Modified:
pkg/distrTEst/DESCRIPTION
pkg/distrTEst/inst/NEWS
pkg/distrTEst/man/0distrTEst-package.Rd
pkg/distrTEst/tests/Examples/distrTEst-Ex.Rout.save
Log:
[distrTEst] merged branch 2.7 back to trunk
Modified: pkg/distrTEst/DESCRIPTION
===================================================================
--- pkg/distrTEst/DESCRIPTION 2018-07-08 14:21:11 UTC (rev 1175)
+++ pkg/distrTEst/DESCRIPTION 2018-07-08 14:21:43 UTC (rev 1176)
@@ -1,6 +1,6 @@
Package: distrTEst
-Version: 2.6
-Date: 2016-04-23
+Version: 2.7
+Date: 2015-11-07
Title: Estimation and Testing Classes Based on Package 'distr'
Description: Evaluation (S4-)classes based on package distr for evaluating procedures
(estimators/tests) at data/simulation in a unified way.
@@ -18,4 +18,4 @@
URL: http://distr.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-SVNRevision: 1091
+SVNRevision: 1080
Modified: pkg/distrTEst/inst/NEWS
===================================================================
--- pkg/distrTEst/inst/NEWS 2018-07-08 14:21:11 UTC (rev 1175)
+++ pkg/distrTEst/inst/NEWS 2018-07-08 14:21:43 UTC (rev 1176)
@@ -2,7 +2,18 @@
# News: to package distrTEst
######################################################################
+(first two numbers of package versions do not necessarily reflect
+ package-individual development, but rather are chosen for the
+ distrXXX family as a whole in order to ease updating "depends"
+ information)
+
##############
+v 2.7
+##############
+
+no changes in this version
+
+##############
v 2.6
##############
Modified: pkg/distrTEst/man/0distrTEst-package.Rd
===================================================================
--- pkg/distrTEst/man/0distrTEst-package.Rd 2018-07-08 14:21:11 UTC (rev 1175)
+++ pkg/distrTEst/man/0distrTEst-package.Rd 2018-07-08 14:21:43 UTC (rev 1176)
@@ -15,15 +15,15 @@
\details{
\tabular{ll}{
Package: \tab distrTEst \cr
-Version: \tab 2.6 \cr
-Date: \tab 2016-04-23 \cr
+Version: \tab 2.7 \cr
+Date: \tab 2015-11-07 \cr
Depends: \tab R(>= 2.6.0), methods, graphics, setRNG(>= 2006.2-1), distrSim(>= 2.2) \cr
Imports: \tab startupmsg, utils\cr
Suggests: \tab distrEx(>= 2.2)\cr
LazyLoad: \tab yes \cr
License: \tab LGPL-3 \cr
URL: \tab http://distr.r-forge.r-project.org/\cr
-SVNRevision: \tab 1091 \cr
+SVNRevision: \tab 1080 \cr
}}
\section{Classes}{
\preformatted{
Modified: pkg/distrTEst/tests/Examples/distrTEst-Ex.Rout.save
===================================================================
--- pkg/distrTEst/tests/Examples/distrTEst-Ex.Rout.save 2018-07-08 14:21:11 UTC (rev 1175)
+++ pkg/distrTEst/tests/Examples/distrTEst-Ex.Rout.save 2018-07-08 14:21:43 UTC (rev 1176)
@@ -1,7 +1,7 @@
-R Under development (unstable) (2016-04-22 r70532) -- "Unsuffered Consequences"
-Copyright (C) 2016 The R Foundation for Statistical Computing
-Platform: i386-w64-mingw32/i386 (32-bit)
+R Under development (unstable) (2015-05-02 r68310) -- "Unsuffered Consequences"
+Copyright (C) 2015 The R Foundation for Statistical Computing
+Platform: x86_64-unknown-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
@@ -20,13 +20,12 @@
> pkgname <- "distrTEst"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
-> options(pager = "console")
> library('distrTEst')
Loading required package: setRNG
Loading required package: distrSim
Loading required package: distr
Loading required package: startupmsg
-:startupmsg> Utilities for Start-Up Messages (version 0.9.2)
+:startupmsg> Utilities for Start-Up Messages (version 0.9.1)
:startupmsg>
:startupmsg> For more information see ?"startupmsg",
:startupmsg> NEWS("startupmsg")
@@ -61,9 +60,9 @@
:SweaveListingUtils> vignette("ExampleSweaveListingUtils").
-Attaching package: 'SweaveListingUtils'
+Attaching package: ‘SweaveListingUtils’
-The following objects are masked from 'package:base':
+The following objects are masked from ‘package:base’:
library, require
@@ -87,9 +86,9 @@
:distr> vignette("distr").
-Attaching package: 'distr'
+Attaching package: ‘distr’
-The following objects are masked from 'package:stats':
+The following objects are masked from ‘package:stats’:
df, qqplot, sd
@@ -108,13 +107,13 @@
:distrSim> vignette("distr").
-Attaching package: 'distrSim'
+Attaching package: ‘distrSim’
-The following object is masked from 'package:stats':
+The following object is masked from ‘package:stats’:
simulate
-The following object is masked from 'package:base':
+The following object is masked from ‘package:base’:
rbind
@@ -496,7 +495,7 @@
> ###
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed: 1.57 0.11 1.73 NA NA
+Time elapsed: 1.333 0.022 1.356 0 0
> grDevices::dev.off()
null device
1
More information about the Distr-commits
mailing list