[Distr-commits] r1091 - in pkg/distrSim: . man tests/Examples

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 23 14:09:37 CEST 2016


Author: ruckdeschel
Date: 2016-04-23 14:09:36 +0200 (Sat, 23 Apr 2016)
New Revision: 1091

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

Modified: pkg/distrSim/DESCRIPTION
===================================================================
--- pkg/distrSim/DESCRIPTION	2016-04-23 12:00:02 UTC (rev 1090)
+++ pkg/distrSim/DESCRIPTION	2016-04-23 12:09:36 UTC (rev 1091)
@@ -1,6 +1,6 @@
 Package: distrSim
 Version: 2.6
-Date: 2015-11-07
+Date: 2016-04-23
 Title: Simulation Classes Based on Package 'distr'
 Description: S4-classes for setting up a coherent framework for simulation within the distr
         family of packages.
@@ -18,4 +18,4 @@
 URL: http://distr.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-SVNRevision: 1080
+SVNRevision: 1090

Modified: pkg/distrSim/man/0distrSim-package.Rd
===================================================================
--- pkg/distrSim/man/0distrSim-package.Rd	2016-04-23 12:00:02 UTC (rev 1090)
+++ pkg/distrSim/man/0distrSim-package.Rd	2016-04-23 12:09:36 UTC (rev 1091)
@@ -14,14 +14,14 @@
 \tabular{ll}{
 Package: \tab distrSim \cr
 Version: \tab 2.6 \cr
-Date: \tab 2015-11-07 \cr
+Date: \tab 2016-04-23 \cr
 Depends: \tab R(>= 2.14.0), methods, graphics, setRNG(>= 2006.2-1), distr(>= 2.5.2) \cr
 Suggests: \tab distrEx(>= 2.2)  \cr
 Imports: \tab startupmsg, stats, grDevices  \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 1090 \cr
 }
 }
 \section{Classes}{

Modified: pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
===================================================================
--- pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save	2016-04-23 12:00:02 UTC (rev 1090)
+++ pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save	2016-04-23 12:09:36 UTC (rev 1091)
@@ -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,11 +20,12 @@
 > pkgname <- "distrSim"
 > source(file.path(R.home("share"), "R", "examples-header.R"))
 > options(warn = 1)
+> options(pager = "console")
 > library('distrSim')
 Loading required package: setRNG
 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")
@@ -59,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
 
@@ -85,13 +86,13 @@
 :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
 
-:distrSim>  Simulation Classes Based on Package distr (version
+:distrSim>  Simulation Classes Based on Package 'distr' (version
 :distrSim>  2.6)
 :distrSim> 
 :distrSim>  Some functions from package 'stats' are intentionally
@@ -106,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
 
@@ -854,7 +855,6 @@
 we intentionally mask the base function "rbind"
 however "rbind" may still be used in exactly the same way 
 as before masking.
-
 > 
 > 
 > 
@@ -939,7 +939,7 @@
 > ###
 > options(digits = 7L)
 > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed:  1.016 0.02 1.039 0 0.003 
+Time elapsed:  1.13 0.11 1.28 NA NA 
 > grDevices::dev.off()
 null device 
           1 



More information about the Distr-commits mailing list