[Robast-commits] r1036 - in pkg/RobRex: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 23 22:29:47 CEST 2018


Author: ruckdeschel
Date: 2018-07-23 22:29:47 +0200 (Mon, 23 Jul 2018)
New Revision: 1036

Modified:
   pkg/RobRex/DESCRIPTION
   pkg/RobRex/NAMESPACE
   pkg/RobRex/inst/NEWS
Log:
[RobRex] merged branch 1.1 into trunk 

Modified: pkg/RobRex/DESCRIPTION
===================================================================
--- pkg/RobRex/DESCRIPTION	2018-07-23 20:28:27 UTC (rev 1035)
+++ pkg/RobRex/DESCRIPTION	2018-07-23 20:29:47 UTC (rev 1036)
@@ -1,18 +1,17 @@
 Package: RobRex
-Version: 0.9
-Date: 2013-09-12
-Title: Optimally robust influence curves for regression and scale
+Version: 1.1.0
+Date: 2018-07-17
+Title: Optimally Robust Influence Curves for Regression and Scale
 Description: Functions for the determination of optimally robust influence curves in case of
         linear regression with unknown scale and standard normal distributed errors where the
         regressor is random.
-Depends: R (>= 2.14.0), ROptRegTS(>= 0.9)
-Author: Matthias Kohl <Matthias.Kohl at stamats.de>
-Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
-LazyLoad: yes
+Depends: R (>= 2.14.0), ROptRegTS(>= 0.9.2)
+Imports: distr(>= 2.5.2), RandVar(>= 0.9.2), RobAStBase(>= 0.9), methods
+Authors at R: person("Matthias", "Kohl", role=c("aut", "cre", "cph"), email="Matthias.Kohl at stamats.de")
 ByteCompile: yes
 License: LGPL-3
 Encoding: latin1
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-SVNRevision: 696
+VCS/SVNRevision: 940

Modified: pkg/RobRex/NAMESPACE
===================================================================
--- pkg/RobRex/NAMESPACE	2018-07-23 20:28:27 UTC (rev 1035)
+++ pkg/RobRex/NAMESPACE	2018-07-23 20:29:47 UTC (rev 1036)
@@ -1,3 +1,10 @@
+import(distr)
+import(RandVar)
+importFrom("RobAStBase", "IC", "ContNeighborhood")
+importFrom("methods", "is")
+importFrom("stats", "dnorm", "integrate", "optim", "optimize", "pnorm",
+             "stepfun", "uniroot")
+import(ROptRegTS)
 export(rgsOptIC.AL, 
        rgsOptIC.M, 
        rgsOptIC.MK, 

Modified: pkg/RobRex/inst/NEWS
===================================================================
--- pkg/RobRex/inst/NEWS	2018-07-23 20:28:27 UTC (rev 1035)
+++ pkg/RobRex/inst/NEWS	2018-07-23 20:29:47 UTC (rev 1036)
@@ -8,6 +8,13 @@
  information)
 
 #######################################
+version 1.1
+#######################################
+
+user-visible CHANGES:
++ DESCRIPTION tag SVNRevision changed to VCS/SVNRevision
+
+#######################################
 version 0.9
 #######################################
 
@@ -79,4 +86,4 @@
 #######################################
 
 + 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