[Robast-commits] r882 - pkg/RobAStBase

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Sep 1 16:00:13 CEST 2016


Author: ruckdeschel
Date: 2016-09-01 16:00:13 +0200 (Thu, 01 Sep 2016)
New Revision: 882

Modified:
   pkg/RobAStBase/DESCRIPTION
   pkg/RobAStBase/NAMESPACE
Log:
updated from branch to trunk

Modified: pkg/RobAStBase/DESCRIPTION
===================================================================
--- pkg/RobAStBase/DESCRIPTION	2016-09-01 13:30:41 UTC (rev 881)
+++ pkg/RobAStBase/DESCRIPTION	2016-09-01 14:00:13 UTC (rev 882)
@@ -1,17 +1,23 @@
 Package: RobAStBase
-Version: 0.9.1
-Date: 2013-09-11
+Version: 1.0
+Date: 2016-09-01
 Title: Robust Asymptotic Statistics
 Description: Base S4-classes and functions for robust asymptotic statistics.
-Depends: R(>= 2.14.0), methods, rrcov, distr(>= 2.5.2), distrEx(>= 2.4), distrMod(>= 2.5.2), RandVar(>= 0.9.2)
+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)
-Author: Matthias Kohl, Peter Ruckdeschel
-Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
+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("Mykhailo", "Pupashenko", role="ctb", comment="contributed wrapper
+        functions for diagnostic plots"), person("Gerald", "Kroisandt", role="ctb",
+        comment="contributed testing routines"), person("Peter", "Ruckdeschel", role=c("aut",
+        "cph")), person("R Core Team", role = c("ctb", "cph"), comment="for source file
+        'format.perc'"))
 ByteCompile: yes
-LazyLoad: yes
 License: LGPL-3
 Encoding: latin1
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-SVNRevision: 694
+SVNRevision: 874

Modified: pkg/RobAStBase/NAMESPACE
===================================================================
--- pkg/RobAStBase/NAMESPACE	2016-09-01 13:30:41 UTC (rev 881)
+++ pkg/RobAStBase/NAMESPACE	2016-09-01 14:00:13 UTC (rev 882)
@@ -4,6 +4,13 @@
 import("distrEx")
 import("distrMod")
 import("RandVar")
+importFrom("startupmsg", "buildStartupMessage", "infoShow")
+importFrom("grDevices", "colorRamp", "grey", "rgb")
+importFrom("graphics", "abline", "axis", "box", "lines", "matlines",
+           "matpoints", "mtext", "par", "points", "text", "title")
+importFrom("stats", "complete.cases", "dbinom", "dnorm", "fft",
+           "na.omit", "pbinom", "pnorm", "qnorm", "quantile",
+           "uniroot", "approxfun")
 
 exportClasses("Neighborhood", 
               "UncondNeighborhood", 
@@ -72,7 +79,7 @@
 export("InfluenceCurve", "IC", "ContIC", "TotalVarIC")
 export(".eq", ".getDistr", "getBoundedIC")
 export("RobAStBaseOptions", "getRobAStBaseOption")
-export("cutoff","cutoff.chisq","cutoff.sememp")
+export("cutoff","cutoff.chisq","cutoff.sememp", "cutoff.quant")
 export("outlyingPlotIC", "RobAStBaseMASK")
 export("OMSRRisk","MBRRisk","RMXRRisk")
 export("getRiskFctBV")



More information about the Robast-commits mailing list