[Distr-commits] r978 - in branches/distr-2.6/pkg: distrSim distrSim/inst distrTEst distrTEst/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Oct 28 12:17:54 CET 2014


Author: ruckdeschel
Date: 2014-10-28 12:17:54 +0100 (Tue, 28 Oct 2014)
New Revision: 978

Modified:
   branches/distr-2.6/pkg/distrSim/DESCRIPTION
   branches/distr-2.6/pkg/distrSim/NAMESPACE
   branches/distr-2.6/pkg/distrSim/inst/NEWS
   branches/distr-2.6/pkg/distrTEst/DESCRIPTION
   branches/distr-2.6/pkg/distrTEst/NAMESPACE
   branches/distr-2.6/pkg/distrTEst/inst/NEWS
Log:
[distrSim,distrTEst] fixed some NAMESPACE issue with (indirectly) imported functions from startupmsg; updated NEWS files



Modified: branches/distr-2.6/pkg/distrSim/DESCRIPTION
===================================================================
--- branches/distr-2.6/pkg/distrSim/DESCRIPTION	2014-10-28 11:09:59 UTC (rev 977)
+++ branches/distr-2.6/pkg/distrSim/DESCRIPTION	2014-10-28 11:17:54 UTC (rev 978)
@@ -4,6 +4,7 @@
 Title: Simulation classes based on package distr
 Depends: R(>= 2.14.0), methods, graphics, setRNG(>= 2006.2-1), distr(>= 2.5.2)
 Suggests: distrEx(>= 2.2)
+Imports: startupmsg
 Author: Florian Camphausen, Matthias Kohl, Peter Ruckdeschel, Thomas Stabla
 Description: Simulation (S4-)classes based on package distr
 Maintainer: Peter Ruckdeschel <Peter.Ruckdeschel at itwm.fraunhofer.de>

Modified: branches/distr-2.6/pkg/distrSim/NAMESPACE
===================================================================
--- branches/distr-2.6/pkg/distrSim/NAMESPACE	2014-10-28 11:09:59 UTC (rev 977)
+++ branches/distr-2.6/pkg/distrSim/NAMESPACE	2014-10-28 11:17:54 UTC (rev 978)
@@ -2,6 +2,7 @@
 importFrom("stats", "simulate")
 importFrom("setRNG", "setRNG")
 import("distr")
+importFrom("startupmsg", "buildStartupMessage", "infoShow")
 
 export("cload", "Dataclass", "Simulation", "Contsimulation",
               "distrSimoptions", "getdistrSimOption", "SeqDataFrames", "distrSimMASK")

Modified: branches/distr-2.6/pkg/distrSim/inst/NEWS
===================================================================
--- branches/distr-2.6/pkg/distrSim/inst/NEWS	2014-10-28 11:09:59 UTC (rev 977)
+++ branches/distr-2.6/pkg/distrSim/inst/NEWS	2014-10-28 11:17:54 UTC (rev 978)
@@ -24,6 +24,7 @@
 
 under the hood:
 + added .Rbuildignore
++ enhanced imports in DESCRIPTION by explicating second order imports
 
 BUGFIXES:
 + moved generics to "distribution" and "samplesize" to pkg distr to avoid 

Modified: branches/distr-2.6/pkg/distrTEst/DESCRIPTION
===================================================================
--- branches/distr-2.6/pkg/distrTEst/DESCRIPTION	2014-10-28 11:09:59 UTC (rev 977)
+++ branches/distr-2.6/pkg/distrTEst/DESCRIPTION	2014-10-28 11:17:54 UTC (rev 978)
@@ -2,7 +2,8 @@
 Version: 2.6
 Date: 2013-09-18
 Title: Estimation and Testing classes based on package distr
-Depends: R(>= 2.6.0), methods, graphics, setRNG(>= 2006.2-1), distrSim(>= 2.2), startupmsg
+Depends: R(>= 2.6.0), methods, graphics, setRNG(>= 2006.2-1), distrSim(>= 2.2)
+Imports: startupmsg
 Suggests: distrEx(>= 2.2)
 Author: Florian Camphausen, Matthias Kohl, Peter Ruckdeschel, Thomas Stabla
 Description: Evaluation (S4-)classes based on package distr for evaluating procedures

Modified: branches/distr-2.6/pkg/distrTEst/NAMESPACE
===================================================================
--- branches/distr-2.6/pkg/distrTEst/NAMESPACE	2014-10-28 11:09:59 UTC (rev 977)
+++ branches/distr-2.6/pkg/distrTEst/NAMESPACE	2014-10-28 11:17:54 UTC (rev 978)
@@ -1,7 +1,7 @@
 import("methods")
-import("startupmsg")
 import("distrSim")
 import("setRNG")
+importFrom("startupmsg", "buildStartupMessage", "infoShow")
 
 export("EvaluationList", "distrTEstoptions", "getdistrTEstOption")
 exportClasses("numericorNULL", "Evaluation", "EvaluationList",

Modified: branches/distr-2.6/pkg/distrTEst/inst/NEWS
===================================================================
--- branches/distr-2.6/pkg/distrTEst/inst/NEWS	2014-10-28 11:09:59 UTC (rev 977)
+++ branches/distr-2.6/pkg/distrTEst/inst/NEWS	2014-10-28 11:17:54 UTC (rev 978)
@@ -16,6 +16,7 @@
 
 GENERAL ENHANCEMENTS:
 + cleaned DESCRIPTION and NAMESPACE file as to Imports/Depends
++ enhanced imports in DESCRIPTION by explicating second order imports
 
 under the hood:
 added .Rbuildignore



More information about the Distr-commits mailing list