[Distr-commits] r977 - in branches/distr-2.6/pkg/distrMod: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Oct 28 12:10:00 CET 2014


Author: ruckdeschel
Date: 2014-10-28 12:09:59 +0100 (Tue, 28 Oct 2014)
New Revision: 977

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


Modified: branches/distr-2.6/pkg/distrMod/DESCRIPTION
===================================================================
--- branches/distr-2.6/pkg/distrMod/DESCRIPTION	2014-10-28 10:57:56 UTC (rev 976)
+++ branches/distr-2.6/pkg/distrMod/DESCRIPTION	2014-10-28 11:09:59 UTC (rev 977)
@@ -10,6 +10,7 @@
 		comment="for source file 'format.perc'"))
 Depends: R(>= 2.14.0), distr(>= 2.5.2), distrEx(>= 2.4), RandVar(>= 0.6.3), MASS, stats4,
         methods
+Imports: startupmsg
 Suggests: ismev, evd, RobExtremes
 ByteCompile: yes
 License: LGPL-3

Modified: branches/distr-2.6/pkg/distrMod/NAMESPACE
===================================================================
--- branches/distr-2.6/pkg/distrMod/NAMESPACE	2014-10-28 10:57:56 UTC (rev 976)
+++ branches/distr-2.6/pkg/distrMod/NAMESPACE	2014-10-28 11:09:59 UTC (rev 977)
@@ -3,8 +3,11 @@
 import("distr")
 import("distrEx")
 import("RandVar")
+importFrom("startupmsg", "buildStartupMessage")
+importFrom("startupmsg", "infoShow")
+importFrom("stats4","profile")
+importFrom("sfsmisc", "D2ss", "D1ss")
 
-importFrom("stats4","profile")
 exportClasses("MatrixorFunction", "OptionalNumericOrMatrixOrCall",
               "OptionalDistrListOrCall", "OptionalNumericOrMatrix", 
 			  "ShowDetails",

Modified: branches/distr-2.6/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.6/pkg/distrMod/inst/NEWS	2014-10-28 10:57:56 UTC (rev 976)
+++ branches/distr-2.6/pkg/distrMod/inst/NEWS	2014-10-28 11:09:59 UTC (rev 977)
@@ -33,9 +33,14 @@
      seen as "fitted" objects...)
    * additional argument added.points.CI to allow for  additional evaluation 
      points for the confidence intervals in the range of the seen data	 
+   * now by default has datax = TRUE
+   * fixed issue with labeling
+   * issues with datax fixed
 + returnlevelplot
    * similar as qqplot as to additional methods
    * returnlevelplot now gains an argument threshold for POT
+   * set datax argument in case it is missing in returnlevelplot ...	  
+   * issues with datax fixed
 + new internal method  .checkEstClassForParamFamily-method to be called 
   immediately before returning an Estimate object (in functions Estimator(), 
   MCEstimator(), MDEstimator(), MLEstimator()); this allows to return an
@@ -44,6 +49,7 @@
   objects of class "GEVMCEstimate", i.e. which inherit from both 
   "MCEstimate" and "GEVEstimate", so that a diag-method for 
   "GEVEstimate" becomes available for this class.
++ enhanced imports in DESCRIPTION by explicating second order imports
 
   BUGFIXES:
 



More information about the Distr-commits mailing list