[Robast-commits] r793 - in branches/robast-1.0/pkg: ROptEst ROptEst/inst RandVar RandVar/inst RobAStBase RobAStBase/inst RobAStRDA RobAStRDA/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Oct 28 12:45:18 CET 2014
Author: ruckdeschel
Date: 2014-10-28 12:45:18 +0100 (Tue, 28 Oct 2014)
New Revision: 793
Modified:
branches/robast-1.0/pkg/ROptEst/DESCRIPTION
branches/robast-1.0/pkg/ROptEst/NAMESPACE
branches/robast-1.0/pkg/ROptEst/inst/NEWS
branches/robast-1.0/pkg/RandVar/DESCRIPTION
branches/robast-1.0/pkg/RandVar/NAMESPACE
branches/robast-1.0/pkg/RandVar/inst/NEWS
branches/robast-1.0/pkg/RobAStBase/DESCRIPTION
branches/robast-1.0/pkg/RobAStBase/NAMESPACE
branches/robast-1.0/pkg/RobAStBase/inst/NEWS
branches/robast-1.0/pkg/RobAStRDA/DESCRIPTION
branches/robast-1.0/pkg/RobAStRDA/NAMESPACE
branches/robast-1.0/pkg/RobAStRDA/inst/NEWS
Log:
[RandVar, RobAStBase, ROptEst, RobAStRDA]: fixed some issue with (second-order) imported NAMESPACE (from pkg. startupmsg) and updated NEWS file
Modified: branches/robast-1.0/pkg/ROptEst/DESCRIPTION
===================================================================
--- branches/robast-1.0/pkg/ROptEst/DESCRIPTION 2014-10-21 17:59:35 UTC (rev 792)
+++ branches/robast-1.0/pkg/ROptEst/DESCRIPTION 2014-10-28 11:45:18 UTC (rev 793)
@@ -6,6 +6,7 @@
classes and methods.
Depends: R(>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5), distrMod(>= 2.5.2),
RandVar(>= 0.9.2), RobAStBase(>= 0.9)
+Imports: startupmsg
Suggests: RobLox, MASS
Author: Matthias Kohl, Peter Ruckdeschel
Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
Modified: branches/robast-1.0/pkg/ROptEst/NAMESPACE
===================================================================
--- branches/robast-1.0/pkg/ROptEst/NAMESPACE 2014-10-21 17:59:35 UTC (rev 792)
+++ branches/robast-1.0/pkg/ROptEst/NAMESPACE 2014-10-28 11:45:18 UTC (rev 793)
@@ -4,6 +4,7 @@
import("RandVar")
import("distrMod")
import("RobAStBase")
+importFrom("startupmsg", "buildStartupMessage", "infoShow")
exportClasses("asAnscombe", "asL1", "asL4")
exportMethods("optIC",
Modified: branches/robast-1.0/pkg/ROptEst/inst/NEWS
===================================================================
--- branches/robast-1.0/pkg/ROptEst/inst/NEWS 2014-10-21 17:59:35 UTC (rev 792)
+++ branches/robast-1.0/pkg/ROptEst/inst/NEWS 2014-10-28 11:45:18 UTC (rev 793)
@@ -23,6 +23,7 @@
+ removed ::: internal dependencies (within distr&robast-Fam's of pkgs) by
copying respective routines
+ adjusted plot-Method for ICs to include the new argument x.vec
++ enhanced imports in DESCRIPTION by explicating second order imports
BUGFIXES:
@@ -35,7 +36,9 @@
+ fixed issue with points plotting in Cniperpoint-plots
+ in wrapper function CniperPointPlot, arguments 'data' and 'alpha.trsp' had not
been passed on correctly
-
++ some changes in wrapper to cniperpointplot
++ fixed an error in cniperPointPlot() -- default for argument risk had not
+ been passed on correctly to cniperCont()
#######################################
version 0.9
#######################################
Modified: branches/robast-1.0/pkg/RandVar/DESCRIPTION
===================================================================
--- branches/robast-1.0/pkg/RandVar/DESCRIPTION 2014-10-21 17:59:35 UTC (rev 792)
+++ branches/robast-1.0/pkg/RandVar/DESCRIPTION 2014-10-28 11:45:18 UTC (rev 793)
@@ -4,6 +4,7 @@
Title: Implementation of random variables
Description: Implementation of random variables by means of S4 classes and methods
Depends: R (>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5)
+Imports: startupmsg
Author: Matthias Kohl, Peter Ruckdeschel
Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
ByteCompile: yes
Modified: branches/robast-1.0/pkg/RandVar/NAMESPACE
===================================================================
--- branches/robast-1.0/pkg/RandVar/NAMESPACE 2014-10-21 17:59:35 UTC (rev 792)
+++ branches/robast-1.0/pkg/RandVar/NAMESPACE 2014-10-28 11:45:18 UTC (rev 793)
@@ -1,6 +1,7 @@
import("methods")
import("distr")
import("distrEx")
+importFrom("startupmsg", "buildStartupMessage", "infoShow")
exportClasses("OptionalrSpace")
exportClasses("RandVariable",
Modified: branches/robast-1.0/pkg/RandVar/inst/NEWS
===================================================================
--- branches/robast-1.0/pkg/RandVar/inst/NEWS 2014-10-21 17:59:35 UTC (rev 792)
+++ branches/robast-1.0/pkg/RandVar/inst/NEWS 2014-10-28 11:45:18 UTC (rev 793)
@@ -8,6 +8,13 @@
information)
#######################################
+version 1.0
+#######################################
+
+under the hood:
+enhanced imports in DESCRIPTION by explicating second order imports
+
+#######################################
version 0.9
#######################################
Modified: branches/robast-1.0/pkg/RobAStBase/DESCRIPTION
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/DESCRIPTION 2014-10-21 17:59:35 UTC (rev 792)
+++ branches/robast-1.0/pkg/RobAStBase/DESCRIPTION 2014-10-28 11:45:18 UTC (rev 793)
@@ -6,6 +6,7 @@
Depends: R(>= 2.14.0), methods, rrcov, distr(>= 2.5.2), distrEx(>= 2.5), distrMod(>= 2.5.2),
RandVar(>= 0.9.2)
Suggests: ROptEst, RUnit (>= 0.4.26)
+Imports: startupmsg
Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph"), email="Matthias.Kohl at stamats.de"),
person("Peter", "Ruckdeschel", role=c("aut", "cph")),
person("R Core Team", role = c("ctb", "cph"),
Modified: branches/robast-1.0/pkg/RobAStBase/NAMESPACE
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/NAMESPACE 2014-10-21 17:59:35 UTC (rev 792)
+++ branches/robast-1.0/pkg/RobAStBase/NAMESPACE 2014-10-28 11:45:18 UTC (rev 793)
@@ -4,6 +4,7 @@
import("distrEx")
import("distrMod")
import("RandVar")
+importFrom("startupmsg", "buildStartupMessage", "infoShow")
exportClasses("Neighborhood",
"UncondNeighborhood",
Modified: branches/robast-1.0/pkg/RobAStBase/inst/NEWS
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/inst/NEWS 2014-10-21 17:59:35 UTC (rev 792)
+++ branches/robast-1.0/pkg/RobAStBase/inst/NEWS 2014-10-28 11:45:18 UTC (rev 793)
@@ -62,6 +62,7 @@
objects of class "GEVkStepEstimate", i.e. which inherit from both
"kStepEstimate", so that a diag-method for "GEVEstimate" becomes
available for this class.
++ enhanced imports in DESCRIPTION by explicating second order imports
BUGFIXES:
Modified: branches/robast-1.0/pkg/RobAStRDA/DESCRIPTION
===================================================================
--- branches/robast-1.0/pkg/RobAStRDA/DESCRIPTION 2014-10-21 17:59:35 UTC (rev 792)
+++ branches/robast-1.0/pkg/RobAStRDA/DESCRIPTION 2014-10-28 11:45:18 UTC (rev 793)
@@ -5,6 +5,7 @@
Description: sysdata.rda for packages of RobASt - Family of Pkgs; is currently used by pkg
RobExtremes only.
Depends: R (>= 2.14.0), methods
+Imports: startupmsg
Author: Peter Ruckdeschel, Matthias Kohl
Maintainer: Peter Ruckdeschel <peter.ruckdeschel at itwm.fraunhofer.de>
LazyData: yes
Modified: branches/robast-1.0/pkg/RobAStRDA/NAMESPACE
===================================================================
--- branches/robast-1.0/pkg/RobAStRDA/NAMESPACE 2014-10-21 17:59:35 UTC (rev 792)
+++ branches/robast-1.0/pkg/RobAStRDA/NAMESPACE 2014-10-28 11:45:18 UTC (rev 793)
@@ -1 +1,2 @@
-import(methods)
\ No newline at end of file
+import(methods)
+importFrom("startupmsg", "buildStartupMessage", "infoShow")
Modified: branches/robast-1.0/pkg/RobAStRDA/inst/NEWS
===================================================================
--- branches/robast-1.0/pkg/RobAStRDA/inst/NEWS 2014-10-21 17:59:35 UTC (rev 792)
+++ branches/robast-1.0/pkg/RobAStRDA/inst/NEWS 2014-10-28 11:45:18 UTC (rev 793)
@@ -17,6 +17,7 @@
under the hood:
+ warning methods about not importing from methods ...
++ enhanced imports in DESCRIPTION by explicating second order imports
BUGFIXES:
More information about the Robast-commits
mailing list