[Robast-commits] r832 - branches/robast-1.0/pkg/RobRex

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun May 3 19:36:52 CEST 2015


Author: stamats
Date: 2015-05-03 19:36:52 +0200 (Sun, 03 May 2015)
New Revision: 832

Modified:
   branches/robast-1.0/pkg/RobRex/DESCRIPTION
   branches/robast-1.0/pkg/RobRex/NAMESPACE
Log:
updates to DESCRIPTION and NAMESPACE

Modified: branches/robast-1.0/pkg/RobRex/DESCRIPTION
===================================================================
--- branches/robast-1.0/pkg/RobRex/DESCRIPTION	2015-05-03 16:52:25 UTC (rev 831)
+++ branches/robast-1.0/pkg/RobRex/DESCRIPTION	2015-05-03 17:36:52 UTC (rev 832)
@@ -1,13 +1,13 @@
 Package: RobRex
 Version: 1.0
-Date: 2013-09-12
+Date: 2015-05-03
 Title: Optimally Robust Influence Curves for Regression and Scale
 Description: Functions for the determination of optimally robust influence curves in case of
         linear regression with unknown scale and standard normal distributed errors where the
         regressor is random.
 Depends: R (>= 2.14.0), ROptRegTS(>= 0.9.2)
+Imports: distr(>= 2.5.2), RandVar(>= 0.9.2), RobAStBase(>= 0.9)
 Authors at R: person("Matthias", "Kohl", role=c("cre", "cph"), email="Matthias.Kohl at stamats.de")
-LazyLoad: yes
 ByteCompile: yes
 License: LGPL-3
 Encoding: latin1

Modified: branches/robast-1.0/pkg/RobRex/NAMESPACE
===================================================================
--- branches/robast-1.0/pkg/RobRex/NAMESPACE	2015-05-03 16:52:25 UTC (rev 831)
+++ branches/robast-1.0/pkg/RobRex/NAMESPACE	2015-05-03 17:36:52 UTC (rev 832)
@@ -1,3 +1,6 @@
+import(distr)
+import(RandVar)
+importFrom("RobAStBase", "IC", "ContNeighborhood")
 import(ROptRegTS)
 export(rgsOptIC.AL, 
        rgsOptIC.M, 



More information about the Robast-commits mailing list