[Distr-commits] r1057 - branches/distr-2.6/pkg/distrSim

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 6 11:10:20 CET 2015


Author: stamats
Date: 2015-11-06 11:10:20 +0100 (Fri, 06 Nov 2015)
New Revision: 1057

Modified:
   branches/distr-2.6/pkg/distrSim/DESCRIPTION
   branches/distr-2.6/pkg/distrSim/NAMESPACE
Log:
update of NAMESPACE and DESCRIPTION

Modified: branches/distr-2.6/pkg/distrSim/DESCRIPTION
===================================================================
--- branches/distr-2.6/pkg/distrSim/DESCRIPTION	2015-11-06 10:00:41 UTC (rev 1056)
+++ branches/distr-2.6/pkg/distrSim/DESCRIPTION	2015-11-06 10:10:20 UTC (rev 1057)
@@ -1,11 +1,11 @@
 Package: distrSim
 Version: 2.6
-Date: 2015-05-03
+Date: 2015-11-06
 Title: Simulation Classes Based on Package 'distr'
 Description: S4-classes for setting up a coherent framework for simulation within the distr family of packages.
 Depends: R(>= 2.14.0), methods, graphics, setRNG(>= 2006.2-1), distr(>= 2.5.2)
 Suggests: distrEx(>= 2.2)
-Imports: startupmsg
+Imports: startupmsg, stats, grDevices
 Authors at R: c(person("Florian", "Camphausen", role="ctb", comment="contributed as student in the initial phase --2005"),
         person("Matthias", "Kohl", role=c("aut", "cph")), 
 		person("Peter", "Ruckdeschel", role=c("cre", "cph"), email="Peter.Ruckdeschel at itwm.fraunhofer.de"), 

Modified: branches/distr-2.6/pkg/distrSim/NAMESPACE
===================================================================
--- branches/distr-2.6/pkg/distrSim/NAMESPACE	2015-11-06 10:00:41 UTC (rev 1056)
+++ branches/distr-2.6/pkg/distrSim/NAMESPACE	2015-11-06 10:10:20 UTC (rev 1057)
@@ -1,5 +1,7 @@
 import("methods")
-importFrom("stats", "simulate")
+importFrom("grDevices", "colors")
+importFrom("graphics", "par")
+importFrom("stats", "rbinom", "simulate")
 importFrom("setRNG", "setRNG")
 import("distr")
 importFrom("startupmsg", "buildStartupMessage", "infoShow")



More information about the Distr-commits mailing list