[Robast-commits] r816 - branches/robast-1.0/pkg/RobLox

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun May 3 15:27:15 CEST 2015


Author: stamats
Date: 2015-05-03 15:27:14 +0200 (Sun, 03 May 2015)
New Revision: 816

Modified:
   branches/robast-1.0/pkg/RobLox/NAMESPACE
Log:
some imports were missing

Modified: branches/robast-1.0/pkg/RobLox/NAMESPACE
===================================================================
--- branches/robast-1.0/pkg/RobLox/NAMESPACE	2015-05-03 12:40:52 UTC (rev 815)
+++ branches/robast-1.0/pkg/RobLox/NAMESPACE	2015-05-03 13:27:14 UTC (rev 816)
@@ -1,7 +1,7 @@
 importFrom("Biobase", "rowMedians")
 importFrom("lattice","stripplot")
 importFrom("RColorBrewer","brewer.pal")
-importFrom("distr", "q","Reals")
+importFrom("distr", "p", "q", "r", "Reals")
 importClassesFrom("distr","Reals")
 importFrom("RandVar", "EuclRandVarList", "RealRandVariable")		 
 importClassesFrom("RandVar", "EuclRandVarList", "RealRandVariable")		 
@@ -9,7 +9,7 @@
 importClassesFrom("distrMod", "L2LocationFamily", "NormLocationFamily", "NormLocationScaleFamily")
 importMethodsFrom("distrMod", "distribution", "main", "addInfo<-", "Infos", "Infos<-",
                   "normtype", "biastype","normtype<-","biastype<-", "estimate")
-importFrom("RobAStBase","generateIC","ContNeighborhood")
+importFrom("RobAStBase","generateIC","ContNeighborhood", "IC")
 importClassesFrom("RobAStBase", "HampelWeight", "ALEstimate", "kStepEstimate", "ContNeighborhood")
 importMethodsFrom("RobAStBase", "clip", "cent", "stand", "weight", "clip<-", "cent<-", "stand<-", "weight<-", 
          "getweight", "makeIC", "CallL2Fam", "CallL2Fam<-", "neighborRadius", "modifyIC", "addInfo<-")



More information about the Robast-commits mailing list