[Robast-commits] r953 - in branches/robast-1.1/pkg/ROptEst: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jul 17 09:55:53 CEST 2018
Author: ruckdeschel
Date: 2018-07-17 09:55:52 +0200 (Tue, 17 Jul 2018)
New Revision: 953
Modified:
branches/robast-1.1/pkg/ROptEst/DESCRIPTION
branches/robast-1.1/pkg/ROptEst/NAMESPACE
branches/robast-1.1/pkg/ROptEst/inst/NEWS
Log:
[ROptEst] branch 1.1 NEWS and DESCRIPTION updated
Modified: branches/robast-1.1/pkg/ROptEst/DESCRIPTION
===================================================================
--- branches/robast-1.1/pkg/ROptEst/DESCRIPTION 2018-07-17 07:52:57 UTC (rev 952)
+++ branches/robast-1.1/pkg/ROptEst/DESCRIPTION 2018-07-17 07:55:52 UTC (rev 953)
@@ -1,21 +1,22 @@
Package: ROptEst
-Version: 1.1
-Date: 2015-05-03
+Version: 1.1.0
+Date: 2018-07-17
Title: Optimally Robust Estimation
Description: Optimally robust estimation in general smoothly parameterized models using S4
classes and methods.
-Depends: R(>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5), distrMod(>= 2.5.2),
- RandVar(>= 0.9.2), RobAStBase(>= 1.0)
+Depends: R(>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5), distrMod(>= 2.5.2),
+ RandVar(>= 0.9.2), RobAStBase(>= 1.0)
Imports: startupmsg
Suggests: RobLox, MASS
-Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph"), email="Matthias.Kohl at stamats.de"),
- 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")))
+Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph"),
+ email="Matthias.Kohl at stamats.de"), 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")))
ByteCompile: yes
License: LGPL-3
URL: http://robast.r-forge.r-project.org/
Encoding: latin1
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-SVNRevision: -Inf
+SVNRevision: 940
Modified: branches/robast-1.1/pkg/ROptEst/NAMESPACE
===================================================================
--- branches/robast-1.1/pkg/ROptEst/NAMESPACE 2018-07-17 07:52:57 UTC (rev 952)
+++ branches/robast-1.1/pkg/ROptEst/NAMESPACE 2018-07-17 07:55:52 UTC (rev 953)
@@ -46,4 +46,4 @@
export("cniperCont", "cniperPoint", "cniperPointPlot")
export(".generateInterpGrid",".getLMGrid",".saveGridToCSV", ".readGridFromCSV")
export(".RMXE.th",".OMSE.th", ".MBRE.th")
-export("CniperPointPlot")
\ No newline at end of file
+export("CniperPointPlot")
Modified: branches/robast-1.1/pkg/ROptEst/inst/NEWS
===================================================================
--- branches/robast-1.1/pkg/ROptEst/inst/NEWS 2018-07-17 07:52:57 UTC (rev 952)
+++ branches/robast-1.1/pkg/ROptEst/inst/NEWS 2018-07-17 07:55:52 UTC (rev 953)
@@ -8,6 +8,21 @@
information)
#######################################
+version 1.1
+#######################################
+
+user-visible CHANGES:
++ plot-methods now have arguments .nonlb to only plot (but not label) some points
++ plot-methods are vectorized to a higher extent in all arguments
++ plot methods now return an S3 object of class \code{c("plotInfo","DiagnInfo")}, i.e., a list containing the
+information needed to produce the respective plot, which at a later stage could be used by different graphic engines (like, e.g.
+\code{ggplot}) to produce the plot in a different framework. A more detailed description will follow in a subsequent version.
+
+under the hood:
++ wherever possible also use q.l internally instead of q to
+ provide functionality in IRKernel
+
+#######################################
version 1.0.1
#######################################
user-visible CHANGES:
@@ -451,4 +466,4 @@
+ use of on.exit() to restore old settings for options() and par() at the end
of functions
+ introduction of NEWS-file
-+ update of CITATION-file (based on code provided by A. Zeileis on R help)
\ No newline at end of file
++ update of CITATION-file (based on code provided by A. Zeileis on R help)
More information about the Robast-commits
mailing list