[Robast-commits] r1059 - in branches/robast-1.2/pkg: ROptEst ROptEst/man ROptEstOld ROptRegTS RandVar RandVar/man RobAStBase RobAStBase/man RobAStRDA RobAStRDA/man RobExtremes RobExtremes/man RobLox RobLox/man RobLoxBioC RobLoxBioC/man RobRex

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jul 25 13:42:58 CEST 2018


Author: ruckdeschel
Date: 2018-07-25 13:42:58 +0200 (Wed, 25 Jul 2018)
New Revision: 1059

Modified:
   branches/robast-1.2/pkg/ROptEst/DESCRIPTION
   branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd
   branches/robast-1.2/pkg/ROptEstOld/DESCRIPTION
   branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION
   branches/robast-1.2/pkg/RandVar/DESCRIPTION
   branches/robast-1.2/pkg/RandVar/man/0RandVar-package.Rd
   branches/robast-1.2/pkg/RobAStBase/DESCRIPTION
   branches/robast-1.2/pkg/RobAStBase/man/0RobAStBase-package.Rd
   branches/robast-1.2/pkg/RobAStRDA/DESCRIPTION
   branches/robast-1.2/pkg/RobAStRDA/man/0RobRDA-package.Rd
   branches/robast-1.2/pkg/RobExtremes/DESCRIPTION
   branches/robast-1.2/pkg/RobExtremes/man/0RobExtremes-package.Rd
   branches/robast-1.2/pkg/RobLox/DESCRIPTION
   branches/robast-1.2/pkg/RobLox/man/0RobLox-package.Rd
   branches/robast-1.2/pkg/RobLoxBioC/DESCRIPTION
   branches/robast-1.2/pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd
   branches/robast-1.2/pkg/RobRex/DESCRIPTION
Log:
changed version number, date and revision number in branch 1.2

Modified: branches/robast-1.2/pkg/ROptEst/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/ROptEst/DESCRIPTION	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/ROptEst/DESCRIPTION	2018-07-25 11:42:58 UTC (rev 1059)
@@ -1,22 +1,18 @@
 Package: ROptEst
-Version: 1.1.0
-Date: 2018-07-17
+Version: 1.2.0
+Date: 2018-07-25
 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)
+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)
 Imports: startupmsg, MASS, stats, graphics, utils
 Suggests: RobLox
-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$}
-VCS/SVNRevision: 940
+VCS/SVNRevision: 1058

Modified: branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd
===================================================================
--- branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd	2018-07-25 11:42:58 UTC (rev 1059)
@@ -12,8 +12,8 @@
 \details{
 \tabular{ll}{
 Package: \tab ROptEst \cr
-Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \cr
+Version: \tab 1.2.0 \cr
+Date: \tab 2018-07-25 \cr
 Depends: \tab R(>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5), distrMod(>= 2.5.2), 
 RandVar(>= 0.9.2), RobAStBase(>= 1.0) \cr
 Suggests: \tab RobLox, MASS \cr
@@ -21,7 +21,7 @@
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1040 \cr
+VCS/SVNRevision: \tab 1058 \cr
 }
 }
 \author{

Modified: branches/robast-1.2/pkg/ROptEstOld/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/ROptEstOld/DESCRIPTION	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/ROptEstOld/DESCRIPTION	2018-07-25 11:42:58 UTC (rev 1059)
@@ -1,9 +1,8 @@
 Package: ROptEstOld
-Version: 1.1.0
-Date: 2018-07-23
+Version: 1.2.0
+Date: 2018-07-25
 Title: Optimally Robust Estimation - Old Version
-Description: Optimally robust estimation using S4 classes and methods. Old version still needed for current versions of
-          ROptRegTS and RobRex.
+Description: Optimally robust estimation using S4 classes and methods. Old version still needed for current versions of ROptRegTS and RobRex.
 Depends: R(>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.2), RandVar(>= 0.9.2), evd
 Authors at R: person("Matthias", "Kohl", role=c("aut", "cre", "cph"), email="Matthias.Kohl at stamats.de")
 ByteCompile: yes
@@ -12,4 +11,4 @@
 Encoding: latin1
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1040
+VCS/SVNRevision: 1058

Modified: branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION	2018-07-25 11:42:58 UTC (rev 1059)
@@ -1,18 +1,16 @@
 Package: ROptRegTS
-Version: 1.1.0
-Date: 2018-07-23
+Version: 1.2.0
+Date: 2018-07-25
 Title: Optimally Robust Estimation for Regression-Type Models
-Description: Optimally robust estimation for regression-type models using S4 classes and
-        methods.
+Description: Optimally robust estimation for regression-type models using S4 classes and methods.
 Depends: R (>= 2.14.0), methods, ROptEstOld(>= 0.9.1)
 Imports: distr(>= 2.5.2), distrEx(>= 2.5), RandVar(>= 0.9.2)
-Authors at R: c(person("Matthias", "Kohl", role=c("cre", "aut", "cph"),
-        email="Matthias.Kohl at stamats.de"), person("Peter", "Ruckdeschel", role=c("aut",
-        "cph")))
+Authors at R: c(person("Matthias", "Kohl", role=c("cre", "aut", "cph"), email="Matthias.Kohl at stamats.de"), person("Peter", "Ruckdeschel",
+            role=c("aut", "cph")))
 ByteCompile: yes
 License: LGPL-3
 Encoding: latin1
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1040
+VCS/SVNRevision: 1058

Modified: branches/robast-1.2/pkg/RandVar/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RandVar/DESCRIPTION	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RandVar/DESCRIPTION	2018-07-25 11:42:58 UTC (rev 1059)
@@ -1,12 +1,12 @@
 Package: RandVar
-Version: 1.1.0
-Date: 2018-07-23
+Version: 1.2.0
+Date: 2018-07-25
 Title: Implementation of Random Variables
 Description: Implements random variables by means of S4 classes and methods.
 Depends: R (>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5)
 Imports: startupmsg
-Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph", "aut"), email="Matthias.Kohl at stamats.de"), person("Peter",
-          "Ruckdeschel", role=c("aut", "cph")))
+Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph", "aut"), email="Matthias.Kohl at stamats.de"), person("Peter", "Ruckdeschel",
+            role=c("aut", "cph")))
 ByteCompile: yes
 LazyLoad: yes
 License: LGPL-3
@@ -14,4 +14,4 @@
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1040
+VCS/SVNRevision: 1058

Modified: branches/robast-1.2/pkg/RandVar/man/0RandVar-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RandVar/man/0RandVar-package.Rd	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RandVar/man/0RandVar-package.Rd	2018-07-25 11:42:58 UTC (rev 1059)
@@ -11,15 +11,15 @@
 \details{
 \tabular{ll}{
 Package: \tab RandVar \cr
-Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \cr
+Version: \tab 1.2.0 \cr
+Date: \tab 2018-07-25 \cr
 Depends: \tab R (>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>=
 2.5)\cr
 Imports: \tab startupmsg \cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1040 \cr
+VCS/SVNRevision: \tab 1058 \cr
 }
 }
 \author{

Modified: branches/robast-1.2/pkg/RobAStBase/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobAStBase/DESCRIPTION	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RobAStBase/DESCRIPTION	2018-07-25 11:42:58 UTC (rev 1059)
@@ -1,22 +1,19 @@
 Package: RobAStBase
-Version: 1.1.0
-Date: 2018-07-08
+Version: 1.2.0
+Date: 2018-07-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)
+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, graphics, grDevices, stats
-Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph", "aut"),
-        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("R Core Team", role = c("ctb", "cph"), comment="for source
-        file 'format.perc'"))
+Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph", "aut"), 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("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$}
-VCS/SVNRevision: 940
+VCS/SVNRevision: 1058

Modified: branches/robast-1.2/pkg/RobAStBase/man/0RobAStBase-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobAStBase/man/0RobAStBase-package.Rd	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RobAStBase/man/0RobAStBase-package.Rd	2018-07-25 11:42:58 UTC (rev 1059)
@@ -11,8 +11,8 @@
 \details{
 \tabular{ll}{
 Package: \tab RobAStBase \cr
-Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \cr
+Version: \tab 1.2.0 \cr
+Date: \tab 2018-07-25 \cr
 Depends: \tab R(>= 2.14.0), methods, rrcov, distr(>= 2.5.2), distrEx(>= 2.5), distrMod(>= 2.5.2),
 RandVar(>= 0.9.2) \cr
 Suggests: \tab ROptEst, RUnit (>= 0.4.26)\cr
@@ -20,7 +20,7 @@
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1040 \cr
+VCS/SVNRevision: \tab 1058 \cr
 }
 }
 \author{

Modified: branches/robast-1.2/pkg/RobAStRDA/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobAStRDA/DESCRIPTION	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RobAStRDA/DESCRIPTION	2018-07-25 11:42:58 UTC (rev 1059)
@@ -1,23 +1,20 @@
 Package: RobAStRDA
-Version: 1.1.0
-Date: 2018-07-23
+Version: 1.2.0
+Date: 2018-07-25
 Title: Interpolation Grids for Packages of the 'RobASt' - Family of Packages
-Description: Includes 'sysdata.rda' file for packages of the 'RobASt' - family of packages; is currently used by package
-          'RobExtremes' only.
+Description: Includes 'sysdata.rda' file for packages of the 'RobASt' - family of packages; is currently used by package 'RobExtremes' only.
 Depends: R (>= 2.3.0)
-Authors at R: c(person("Matthias", "Kohl", role=c("aut", "cph")), person("Bernhard", "Spangl",role="ctb",
-          comment="contributed smoothed grid values of the Lagrange multipliers"), person("Sascha", "Desmettre",
-          role="ctb", comment="contributed smoothed grid values of the Lagrange multipliers"), person("Eugen",
-          "Massini", role="ctb", comment="contributed an interactive smoothing routine for smoothing the Lagrange
-          multipliers and smoothed grid values of the Lagrange multipliers"), person("Mykhailo", "Pupashenko",
-          role="ctb", comment="helped with manual smoothing of the interpolators"), person("Daria", "Pupashenko",
-          role="ctb", comment="helped with manual smoothing of the interpolators"), person("Gerald", "Kroisandt",
-          role="ctb", comment="helped with manual smoothing of the interpolators"), person("Peter", "Ruckdeschel",
-          role=c("cre", "cph", "aut"), email="peter.ruckdeschel at uni-oldenburg.de"))
+Authors at R: c(person("Matthias", "Kohl", role=c("aut", "cph")), person("Bernhard", "Spangl",role="ctb", comment="contributed smoothed grid values
+            of the Lagrange multipliers"), person("Sascha", "Desmettre", role="ctb", comment="contributed smoothed grid values of the Lagrange
+            multipliers"), person("Eugen", "Massini", role="ctb", comment="contributed an interactive smoothing routine for smoothing the
+            Lagrange multipliers and smoothed grid values of the Lagrange multipliers"), person("Mykhailo", "Pupashenko", role="ctb",
+            comment="helped with manual smoothing of the interpolators"), person("Daria", "Pupashenko", role="ctb", comment="helped with manual
+            smoothing of the interpolators"), person("Gerald", "Kroisandt", role="ctb", comment="helped with manual smoothing of the
+            interpolators"), person("Peter", "Ruckdeschel", role=c("cre", "cph", "aut"), email="peter.ruckdeschel at uni-oldenburg.de"))
 LazyData: yes
 ByteCompile: yes
 License: LGPL-3
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1040
+VCS/SVNRevision: 1058

Modified: branches/robast-1.2/pkg/RobAStRDA/man/0RobRDA-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobAStRDA/man/0RobRDA-package.Rd	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RobAStRDA/man/0RobRDA-package.Rd	2018-07-25 11:42:58 UTC (rev 1059)
@@ -31,14 +31,14 @@
 \details{
 \tabular{ll}{
 Package: \tab RobAStRDA \cr
-Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \cr
+Version: \tab 1.2.0 \cr
+Date: \tab 2018-07-25 \cr
 Depends: \tab R (>= 2.3.0) \cr
 LazyData: \tab yes \cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1040 \cr
+VCS/SVNRevision: \tab 1058 \cr
 }
 }
 

Modified: branches/robast-1.2/pkg/RobExtremes/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobExtremes/DESCRIPTION	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RobExtremes/DESCRIPTION	2018-07-25 11:42:58 UTC (rev 1059)
@@ -1,21 +1,19 @@
 Package: RobExtremes
-Version: 1.1.0
-Date: 2018-07-23
+Version: 1.2.0
+Date: 2018-07-25
 Title: Optimally Robust Estimation for Extreme Value Distributions
-Description: Optimally robust estimation for extreme value distributions using S4 classes and methods (based on packages
-          distr, distrEx, distrMod, RobAStBase, and ROptEst).
+Description: Optimally robust estimation for extreme value distributions using S4 classes and methods (based on packages distr, distrEx,
+            distrMod, RobAStBase, and ROptEst).
 Depends: R (>= 2.14.0), methods, distrMod(>= 2.5.2), ROptEst(>= 1.0), robustbase, evd
 Suggests: RUnit (>= 0.4.26), ismev (>= 1.39)
 Imports: RobAStRDA, distr, distrEx, RandVar, RobAStBase, startupmsg, actuar
-Authors at R: c(person("Nataliya", "Horbenko", role=c("aut","cph")), person("Bernhard", "Spangl", role="ctb",
-          comment="contributed smoothed grid values of the Lagrange multipliers"), person("Sascha", "Desmettre",
-          role="ctb", comment="contributed smoothed grid values of the Lagrange multipliers"), person("Eugen",
-          "Massini", role="ctb", comment="contributed an interactive smoothing routine for smoothing the Lagrange
-          multipliers and smoothed grid values of the Lagrange multipliers"), person("Daria", "Pupashenko", role="ctb",
-          comment="contributed MDE-estimation for GEV distribution in the framework of her PhD thesis 2011--14"),
-          person("Gerald", "Kroisandt", role="ctb", comment="contributed testing routines"), person("Matthias", "Kohl",
-          role=c("aut", "cph")), person("Peter", "Ruckdeschel", role=c("cre", "aut", "cph"),
-          email="peter.ruckdeschel at uni-oldenburg.de"))
+Authors at R: c(person("Nataliya", "Horbenko", role=c("aut","cph")), person("Bernhard", "Spangl", role="ctb", comment="contributed smoothed grid
+            values of the Lagrange multipliers"), person("Sascha", "Desmettre", role="ctb", comment="contributed smoothed grid values of the
+            Lagrange multipliers"), person("Eugen", "Massini", role="ctb", comment="contributed an interactive smoothing routine for smoothing
+            the Lagrange multipliers and smoothed grid values of the Lagrange multipliers"), person("Daria", "Pupashenko", role="ctb",
+            comment="contributed MDE-estimation for GEV distribution in the framework of her PhD thesis 2011--14"), person("Gerald",
+            "Kroisandt", role="ctb", comment="contributed testing routines"), person("Matthias", "Kohl", role=c("aut", "cph")), person("Peter",
+            "Ruckdeschel", role=c("cre", "aut", "cph"), email="peter.ruckdeschel at uni-oldenburg.de"))
 ByteCompile: yes
 LazyLoad: yes
 License: LGPL-3
@@ -23,4 +21,4 @@
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1040
+VCS/SVNRevision: 1058

Modified: branches/robast-1.2/pkg/RobExtremes/man/0RobExtremes-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobExtremes/man/0RobExtremes-package.Rd	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RobExtremes/man/0RobExtremes-package.Rd	2018-07-25 11:42:58 UTC (rev 1059)
@@ -38,8 +38,8 @@
 \details{
 \tabular{ll}{
 Package: \tab RobExtremes \cr
-Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \cr
+Version: \tab 1.2.0 \cr
+Date: \tab 2018-07-25 \cr
 Title: \tab Optimally Robust Estimation for Extreme Value Distributions\cr
 Description: \tab Optimally robust estimation for extreme value distributions
 using S4 classes and methods \cr
@@ -65,7 +65,7 @@
 License: \tab LGPL-3 \cr
 URL: \tab http://robast.r-forge.r-project.org/\cr
 Encoding: \tab latin1 \cr
-VCS/SVNRevision: \tab 1040 \cr
+VCS/SVNRevision: \tab 1058 \cr
 }
 }
 \section{Classes}{

Modified: branches/robast-1.2/pkg/RobLox/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobLox/DESCRIPTION	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RobLox/DESCRIPTION	2018-07-25 11:42:58 UTC (rev 1059)
@@ -1,18 +1,17 @@
 Package: RobLox
-Version: 1.1.0
-Date: 2018-07-23
+Version: 1.2.0
+Date: 2018-07-25
 Title: Optimally Robust Influence Curves and Estimators for Location and Scale
-Description: Functions for the determination of optimally robust influence curves and estimators in case of normal
-          location and/or scale.
+Description: Functions for the determination of optimally robust influence curves and estimators in case of normal location and/or scale.
 Depends: R(>= 2.14.0), stats, distrMod(>= 2.5.2), RobAStBase(>= 0.9)
 Imports: methods, lattice, RColorBrewer, Biobase, RandVar(>= 0.9.2), distr(>= 2.5.2)
 Suggests: MASS
-Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph"), email="Matthias.Kohl at stamats.de"), 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("Peter", "Ruckdeschel", role=c("aut",
+            "cph")))
 ByteCompile: yes
 License: LGPL-3
 Encoding: latin1
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1040
+VCS/SVNRevision: 1058

Modified: branches/robast-1.2/pkg/RobLox/man/0RobLox-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobLox/man/0RobLox-package.Rd	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RobLox/man/0RobLox-package.Rd	2018-07-25 11:42:58 UTC (rev 1059)
@@ -12,15 +12,15 @@
 \details{
 \tabular{ll}{
 Package: \tab RobLox \cr
-Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \cr
+Version: \tab 1.2.0 \cr
+Date: \tab 2018-07-25 \cr
 Depends: \tab R(>= 2.14.0), stats, distrMod(>= 2.5.2), RobAStBase(>= 0.9) \cr
 Imports: \tab lattice, RColorBrewer, Biobase, RandVar(>= 0.9.2), distr(>= 2.5.2) \cr
 Suggests: \tab MASS\cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1040 \cr
+VCS/SVNRevision: \tab 1058 \cr
 }
 }
 \author{Matthias Kohl  \email{matthias.kohl at stamats.de}}

Modified: branches/robast-1.2/pkg/RobLoxBioC/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobLoxBioC/DESCRIPTION	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RobLoxBioC/DESCRIPTION	2018-07-25 11:42:58 UTC (rev 1059)
@@ -1,9 +1,9 @@
 Package: RobLoxBioC
-Version: 1.1.0
-Date: 2018-07-23
+Version: 1.2.0
+Date: 2018-07-25
 Title: Infinitesimally Robust Estimators for Preprocessing -Omics Data
-Description: Functions for the determination of optimally robust influence curves and estimators for preprocessing omics
-          data, in particular gene expression data.
+Description: Functions for the determination of optimally robust influence curves and estimators for preprocessing omics data, in particular
+            gene expression data.
 Depends: R(>= 2.14.0), methods, distr(>= 2.5.2), affy
 Imports: Biobase, BiocGenerics, beadarray, RobLox(>= 0.9.2), distrMod(>= 2.5.2), lattice, RColorBrewer, AnnotationDbi
 Suggests: affydata, hgu95av2cdf, beadarrayExampleData, illuminaHumanv3.db
@@ -14,4 +14,4 @@
 Encoding: latin1
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1040
+VCS/SVNRevision: 1058

Modified: branches/robast-1.2/pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd	2018-07-25 11:42:58 UTC (rev 1059)
@@ -12,15 +12,15 @@
 \details{
 \tabular{ll}{
 Package: \tab RobLoxBioC \cr
-Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \cr
+Version: \tab 1.2.0 \cr
+Date: \tab 2018-07-25 \cr
 Depends:\tab R(>= 2.14.0), methods, distr(>= 2.5.2), affy \cr
 Imports:\tab Biobase, BiocGenerics, beadarray, RobLox(>= 0.9.2), distrMod(>= 2.5.2), lattice, RColorBrewer \cr
 Suggests:\tab affydata, hgu95av2cdf, beadarrayExampleData, illuminaHumanv3.db \cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1040 \cr
+VCS/SVNRevision: \tab 1058 \cr
 Encoding: \tab latin1 \cr
 }
 }

Modified: branches/robast-1.2/pkg/RobRex/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobRex/DESCRIPTION	2018-07-24 22:47:11 UTC (rev 1058)
+++ branches/robast-1.2/pkg/RobRex/DESCRIPTION	2018-07-25 11:42:58 UTC (rev 1059)
@@ -1,9 +1,9 @@
 Package: RobRex
-Version: 1.1.0
-Date: 2018-07-23
+Version: 1.2.0
+Date: 2018-07-25
 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.
+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.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")
@@ -13,4 +13,4 @@
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1040
+VCS/SVNRevision: 1058



More information about the Robast-commits mailing list