[Distr-commits] r1093 - in pkg/distrTEst: . man tests/Examples

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 23 14:45:24 CEST 2016


Author: ruckdeschel
Date: 2016-04-23 14:45:24 +0200 (Sat, 23 Apr 2016)
New Revision: 1093

Modified:
   pkg/distrTEst/DESCRIPTION
   pkg/distrTEst/man/0distrTEst-package.Rd
   pkg/distrTEst/tests/Examples/distrTEst-Ex.Rout.save
Log:
distrTEst-2.6 is on CRAN

Modified: pkg/distrTEst/DESCRIPTION
===================================================================
--- pkg/distrTEst/DESCRIPTION	2016-04-23 12:44:43 UTC (rev 1092)
+++ pkg/distrTEst/DESCRIPTION	2016-04-23 12:45:24 UTC (rev 1093)
@@ -1,6 +1,6 @@
 Package: distrTEst
 Version: 2.6
-Date: 2015-11-07
+Date: 2016-04-23
 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: 1080
+SVNRevision: 1091

Modified: pkg/distrTEst/man/0distrTEst-package.Rd
===================================================================
--- pkg/distrTEst/man/0distrTEst-package.Rd	2016-04-23 12:44:43 UTC (rev 1092)
+++ pkg/distrTEst/man/0distrTEst-package.Rd	2016-04-23 12:45:24 UTC (rev 1093)
@@ -16,14 +16,14 @@
 \tabular{ll}{
 Package: \tab distrTEst \cr
 Version: \tab 2.6 \cr
-Date: \tab 2015-11-07 \cr
+Date: \tab 2016-04-23 \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 1080 \cr
+SVNRevision: \tab 1091 \cr
 }}
 \section{Classes}{
 \preformatted{

Modified: pkg/distrTEst/tests/Examples/distrTEst-Ex.Rout.save
===================================================================
--- pkg/distrTEst/tests/Examples/distrTEst-Ex.Rout.save	2016-04-23 12:44:43 UTC (rev 1092)
+++ pkg/distrTEst/tests/Examples/distrTEst-Ex.Rout.save	2016-04-23 12:45:24 UTC (rev 1093)
@@ -1,7 +1,7 @@
 
-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 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 is free software and comes with ABSOLUTELY NO WARRANTY.
 You are welcome to redistribute it under certain conditions.
@@ -20,12 +20,13 @@
 > 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.1)
+:startupmsg>  Utilities for Start-Up Messages (version 0.9.2)
 :startupmsg> 
 :startupmsg>  For more information see ?"startupmsg",
 :startupmsg>  NEWS("startupmsg")
@@ -60,9 +61,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
 
@@ -86,9 +87,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
 
@@ -107,13 +108,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
 
@@ -495,7 +496,7 @@
 > ###
 > options(digits = 7L)
 > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed:  1.333 0.022 1.356 0 0 
+Time elapsed:  1.57 0.11 1.73 NA NA 
 > grDevices::dev.off()
 null device 
           1 



More information about the Distr-commits mailing list