[Distr-commits] r1178 - in pkg/distrSim: . inst man tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jul 8 16:22:43 CEST 2018
Author: ruckdeschel
Date: 2018-07-08 16:22:43 +0200 (Sun, 08 Jul 2018)
New Revision: 1178
Modified:
pkg/distrSim/DESCRIPTION
pkg/distrSim/inst/NEWS
pkg/distrSim/man/0distrSim-package.Rd
pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
Log:
[distrSim] merged branch 2.7 back to trunk
Modified: pkg/distrSim/DESCRIPTION
===================================================================
--- pkg/distrSim/DESCRIPTION 2018-07-08 14:22:14 UTC (rev 1177)
+++ pkg/distrSim/DESCRIPTION 2018-07-08 14:22:43 UTC (rev 1178)
@@ -1,6 +1,6 @@
Package: distrSim
-Version: 2.6
-Date: 2016-04-23
+Version: 2.7
+Date: 2015-11-07
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: 1090
+SVNRevision: 1080
Modified: pkg/distrSim/inst/NEWS
===================================================================
--- pkg/distrSim/inst/NEWS 2018-07-08 14:22:14 UTC (rev 1177)
+++ pkg/distrSim/inst/NEWS 2018-07-08 14:22:43 UTC (rev 1178)
@@ -8,6 +8,12 @@
information)
##############
+v 2.7
+##############
+
+no changes in this package
+
+##############
v 2.6
##############
Modified: pkg/distrSim/man/0distrSim-package.Rd
===================================================================
--- pkg/distrSim/man/0distrSim-package.Rd 2018-07-08 14:22:14 UTC (rev 1177)
+++ pkg/distrSim/man/0distrSim-package.Rd 2018-07-08 14:22:43 UTC (rev 1178)
@@ -13,15 +13,15 @@
\details{
\tabular{ll}{
Package: \tab distrSim \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.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 1090 \cr
+SVNRevision: \tab 1080 \cr
}
}
\section{Classes}{
Modified: pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
===================================================================
--- pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save 2018-07-08 14:22:14 UTC (rev 1177)
+++ pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save 2018-07-08 14:22:43 UTC (rev 1178)
@@ -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,12 +20,11 @@
> 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.2)
+:startupmsg> Utilities for Start-Up Messages (version 0.9.1)
:startupmsg>
:startupmsg> For more information see ?"startupmsg",
:startupmsg> NEWS("startupmsg")
@@ -60,9 +59,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,13 +85,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
@@ -107,13 +106,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
@@ -855,6 +854,7 @@
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.13 0.11 1.28 NA NA
+Time elapsed: 1.016 0.02 1.039 0 0.003
> grDevices::dev.off()
null device
1
More information about the Distr-commits
mailing list