[Robast-commits] r878 - branches/robast-1.1/pkg/RobAStBase
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Sep 1 15:13:08 CEST 2016
Author: ruckdeschel
Date: 2016-09-01 15:13:08 +0200 (Thu, 01 Sep 2016)
New Revision: 878
Modified:
branches/robast-1.1/pkg/RobAStBase/DESCRIPTION
branches/robast-1.1/pkg/RobAStBase/NAMESPACE
Log:
DESCRIPTION and NAMESPACE in branches 1.1 updated
Modified: branches/robast-1.1/pkg/RobAStBase/DESCRIPTION
===================================================================
--- branches/robast-1.1/pkg/RobAStBase/DESCRIPTION 2016-09-01 13:12:33 UTC (rev 877)
+++ branches/robast-1.1/pkg/RobAStBase/DESCRIPTION 2016-09-01 13:13:08 UTC (rev 878)
@@ -1,23 +1,23 @@
Package: RobAStBase
-Version: 1.0
-Date: 2015-05-03
+Version: 1.1
+Date: 2016-04-25
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.1/pkg/RobAStBase/NAMESPACE
===================================================================
--- branches/robast-1.1/pkg/RobAStBase/NAMESPACE 2016-09-01 13:12:33 UTC (rev 877)
+++ branches/robast-1.1/pkg/RobAStBase/NAMESPACE 2016-09-01 13:13:08 UTC (rev 878)
@@ -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