[Robast-commits] r730 - in branches/robast-1.0/pkg/RobLox: . inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Mar 23 16:06:29 CET 2014


Author: stamats
Date: 2014-03-23 16:06:29 +0100 (Sun, 23 Mar 2014)
New Revision: 730

Modified:
   branches/robast-1.0/pkg/RobLox/DESCRIPTION
   branches/robast-1.0/pkg/RobLox/NAMESPACE
   branches/robast-1.0/pkg/RobLox/inst/CITATION
   branches/robast-1.0/pkg/RobLox/man/0RobLox-package.Rd
Log:
some minor updates for version 1.0

Modified: branches/robast-1.0/pkg/RobLox/DESCRIPTION
===================================================================
--- branches/robast-1.0/pkg/RobLox/DESCRIPTION	2014-03-23 14:43:01 UTC (rev 729)
+++ branches/robast-1.0/pkg/RobLox/DESCRIPTION	2014-03-23 15:06:29 UTC (rev 730)
@@ -4,10 +4,10 @@
 Title: Optimally robust influence curves and estimators for location and scale
 Description: Functions for the determination of optimally robust influence curves and
         estimators in case of normal location and/or scale
-Depends: R(>= 2.14.0), stats, lattice, RColorBrewer, RandVar(>= 0.9.2), Biobase, 
-         distr(>= 2.5.2), distrMod(>= 2.5.2), RobAStBase(>= 0.9.2)
+Depends: R(>= 2.14.0), stats, distrMod(>= 2.5.2), RobAStBase(>= 0.9)
+Imports: lattice, RColorBrewer, Biobase, RandVar(>= 0.9.2), distr(>= 2.5.2)
 Suggests: MASS
-Author: Matthias Kohl <Matthias.Kohl at stamats.de>
+Author: Matthias Kohl, Peter Ruckdeschel
 Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
 LazyLoad: yes
 ByteCompile: yes

Modified: branches/robast-1.0/pkg/RobLox/NAMESPACE
===================================================================
--- branches/robast-1.0/pkg/RobLox/NAMESPACE	2014-03-23 14:43:01 UTC (rev 729)
+++ branches/robast-1.0/pkg/RobLox/NAMESPACE	2014-03-23 15:06:29 UTC (rev 730)
@@ -5,14 +5,14 @@
 importClassesFrom("distr","Reals")
 importFrom("RandVar", "EuclRandVarList", "RealRandVariable")		 
 importClassesFrom("RandVar", "EuclRandVarList", "RealRandVariable")		 
-importFrom("distrMod","NormLocationFamily","NormLocationScaleFamily","symmetricBias", "NormType")
-importClassesFrom("distrMod","L2LocationFamily","NormLocationFamily","NormLocationScaleFamily")
-importMethodsFrom("distrMod","distribution","main", "addInfo<-", "Infos", "Infos<-",
+importFrom("distrMod", "NormLocationFamily", "NormLocationScaleFamily", "symmetricBias", "NormType")
+importClassesFrom("distrMod", "L2LocationFamily", "NormLocationFamily", "NormLocationScaleFamily")
+importMethodsFrom("distrMod", "distribution", "main", "addInfo<-", "Infos", "Infos<-",
                   "normtype", "biastype","normtype<-","biastype<-", "estimate")
 importFrom("RobAStBase","generateIC","ContNeighborhood")
-importClassesFrom("RobAStBase","HampelWeight","ALEstimate","kStepEstimate","ContNeighborhood")
-importMethodsFrom("RobAStBase","clip","cent","stand","weight", "clip<-","cent<-","stand<-","weight<-", 
-         "getweight","makeIC","CallL2Fam","CallL2Fam<-", "neighborRadius", "modifyIC", "addInfo<-")
+importClassesFrom("RobAStBase", "HampelWeight", "ALEstimate", "kStepEstimate", "ContNeighborhood")
+importMethodsFrom("RobAStBase", "clip", "cent", "stand", "weight", "clip<-", "cent<-", "stand<-", "weight<-", 
+         "getweight", "makeIC", "CallL2Fam", "CallL2Fam<-", "neighborRadius", "modifyIC", "addInfo<-")
 
 export(finiteSampleCorrection,
        rlsOptIC.AL, 

Modified: branches/robast-1.0/pkg/RobLox/inst/CITATION
===================================================================
--- branches/robast-1.0/pkg/RobLox/inst/CITATION	2014-03-23 14:43:01 UTC (rev 729)
+++ branches/robast-1.0/pkg/RobLox/inst/CITATION	2014-03-23 15:06:29 UTC (rev 730)
@@ -6,13 +6,14 @@
 
 citEntry(entry="Manual",
          title = "RobLox: Optimally robust influence curves and estimators for location and scale",
-         author = personList(as.person("M. Kohl")),
+         author = personList(as.person("M. Kohl"),
+                             as.person("P. Ruckdeschel")),
          language = "English",
          year = year,
          note = note,
          type = "R package",
          url = "http://robast.r-forge.r-project.org/",
-         textVersion = paste("Kohl, M.",
+         textVersion = paste("Kohl, M., and Ruckdeschel, P.",
                              sprintf("(%s).", year),
                              "RobLox: Optimally robust influence curves and estimators for location and scale.",
                              paste(note, ".", sep = ""),

Modified: branches/robast-1.0/pkg/RobLox/man/0RobLox-package.Rd
===================================================================
--- branches/robast-1.0/pkg/RobLox/man/0RobLox-package.Rd	2014-03-23 14:43:01 UTC (rev 729)
+++ branches/robast-1.0/pkg/RobLox/man/0RobLox-package.Rd	2014-03-23 15:06:29 UTC (rev 730)
@@ -14,8 +14,8 @@
 Package: \tab RobLox \cr
 Version: \tab 1.0 \cr
 Date: \tab 2013-09-12 \cr
-Depends: \tab R(>= 2.7.0), stats, lattice, RColorBrewer, RandVar, Biobase, distr, distrMod,
-RobAStBase \cr
+Depends: \tab R(>= 2.14.0), stats, distrMod(>= 2.5.2), RobAStBase(>= 0.9) \cr
+Imports: \tab lattice, RColorBrewer, Biobase, RandVar(>= 0.9.2), distr(>= 2.5.2) \cr
 Suggests: \tab MASS\cr
 LazyLoad: \tab yes \cr
 ByteCompile: \tab yes \cr



More information about the Robast-commits mailing list