[Robast-commits] r877 - branches/robast-1.0/pkg/RobAStBase

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Sep 1 15:12:33 CEST 2016


Author: ruckdeschel
Date: 2016-09-01 15:12:33 +0200 (Thu, 01 Sep 2016)
New Revision: 877

Modified:
   branches/robast-1.0/pkg/RobAStBase/DESCRIPTION
   branches/robast-1.0/pkg/RobAStBase/NAMESPACE
Log:
DESCRIPTION and NAMESPACE updated

Modified: branches/robast-1.0/pkg/RobAStBase/DESCRIPTION
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/DESCRIPTION	2016-09-01 13:07:14 UTC (rev 876)
+++ branches/robast-1.0/pkg/RobAStBase/DESCRIPTION	2016-09-01 13:12:33 UTC (rev 877)
@@ -1,23 +1,23 @@
 Package: RobAStBase
 Version: 1.0
-Date: 2015-05-03
+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.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("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'"))
+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
 License: LGPL-3
 Encoding: latin1
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-SVNRevision: -Inf
+SVNRevision: 874

Modified: branches/robast-1.0/pkg/RobAStBase/NAMESPACE
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/NAMESPACE	2016-09-01 13:07:14 UTC (rev 876)
+++ branches/robast-1.0/pkg/RobAStBase/NAMESPACE	2016-09-01 13:12:33 UTC (rev 877)
@@ -5,6 +5,12 @@
 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", 



More information about the Robast-commits mailing list