[Robast-commits] r1202 - in branches/robast-1.2/pkg: ROptEst ROptEst/man ROptEstOld ROptRegTS 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
Tue Mar 12 07:55:46 CET 2019


Author: stamats
Date: 2019-03-12 07:55:46 +0100 (Tue, 12 Mar 2019)
New Revision: 1202

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/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:
Update of required versions, should be now consistent accross distr- and RobASt-families

Modified: branches/robast-1.2/pkg/ROptEst/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/ROptEst/DESCRIPTION	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/ROptEst/DESCRIPTION	2019-03-12 06:55:46 UTC (rev 1202)
@@ -4,8 +4,8 @@
 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.7.0), distrEx(>= 2.8.0), distrMod(>= 2.8.0),
-        RandVar(>= 1.1.0), RobAStBase(>= 1.2.0)
+Depends: R(>= 2.14.0), methods, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.0),
+        RandVar(>= 1.2.0), RobAStBase(>= 1.2.0)
 Imports: startupmsg, MASS, stats, graphics, utils, grDevices
 Suggests: RobLox
 Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph"),

Modified: branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd
===================================================================
--- branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd	2019-03-12 06:55:46 UTC (rev 1202)
@@ -14,8 +14,8 @@
 Package: \tab ROptEst \cr
 Version: \tab 1.2.0 \cr
 Date: \tab 2019-03-10 \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
+Depends: \tab R(>= 2.14.0), methods, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.0),
+RandVar(>= 1.2.0), RobAStBase(>= 1.2.0) \cr
 Suggests: \tab RobLox\cr
 Imports: \tab startupmsg, MASS, stats, graphics, utils, grDevices \cr
 ByteCompile: \tab yes \cr

Modified: branches/robast-1.2/pkg/ROptEstOld/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/ROptEstOld/DESCRIPTION	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/ROptEstOld/DESCRIPTION	2019-03-12 06:55:46 UTC (rev 1202)
@@ -4,7 +4,7 @@
 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.
-Depends: R(>= 2.14.0), methods, distr(>= 2.7.0), distrEx(>= 2.7.0), RandVar(>= 1.1.0), evd
+Depends: R(>= 2.14.0), methods, distr(>= 2.8.0), distrEx(>= 2.8.0), RandVar(>= 1.2.0), evd
 Authors at R: person("Matthias", "Kohl", role=c("aut", "cre", "cph"),
         email="Matthias.Kohl at stamats.de")
 ByteCompile: yes

Modified: branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION	2019-03-12 06:55:46 UTC (rev 1202)
@@ -4,8 +4,8 @@
 Title: Optimally Robust Estimation for Regression-Type Models
 Description: Optimally robust estimation for regression-type models using S4 classes and
         methods.
-Depends: R (>= 2.14.0), methods, ROptEstOld(>= 1.1.0)
-Imports: distr(>= 2.7.0), distrEx(>= 2.7.0), RandVar(>= 1.1.0)
+Depends: R (>= 2.14.0), methods, ROptEstOld(>= 1.2.0)
+Imports: distr(>= 2.8.0), distrEx(>= 2.8.0), RandVar(>= 1.2.0)
 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")))

Modified: branches/robast-1.2/pkg/RandVar/man/0RandVar-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RandVar/man/0RandVar-package.Rd	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/RandVar/man/0RandVar-package.Rd	2019-03-12 06:55:46 UTC (rev 1202)
@@ -12,9 +12,9 @@
 \tabular{ll}{
 Package: \tab RandVar \cr
 Version: \tab 1.2.0 \cr
-Date: \tab 2019-03-10 \cr
-Depends: \tab R (>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>=
-2.5)\cr
+Date: \tab 2019-03-12 \cr
+Depends: \tab R (>= 2.14.0), methods, distr(>= 2.8), distrEx(>=
+2.8)\cr
 Imports: \tab startupmsg \cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr

Modified: branches/robast-1.2/pkg/RobAStBase/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobAStBase/DESCRIPTION	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/RobAStBase/DESCRIPTION	2019-03-12 06:55:46 UTC (rev 1202)
@@ -4,8 +4,8 @@
 Title: Robust Asymptotic Statistics
 Description: Base S4-classes and functions for robust asymptotic statistics.
 Depends: R(>= 2.14.0), methods, rrcov, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.0),
-        RandVar(>= 1.1.0)
-Suggests: ROptEst(>= 1.1.0), RUnit(>= 0.4.26)
+        RandVar(>= 1.2.0)
+Suggests: ROptEst(>= 1.2.0), 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")),

Modified: branches/robast-1.2/pkg/RobAStBase/man/0RobAStBase-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobAStBase/man/0RobAStBase-package.Rd	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/RobAStBase/man/0RobAStBase-package.Rd	2019-03-12 06:55:46 UTC (rev 1202)
@@ -13,9 +13,9 @@
 Package: \tab RobAStBase \cr
 Version: \tab 1.2.0 \cr
 Date: \tab 2019-03-10 \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
+Depends: \tab R(>= 2.14.0), methods, rrcov, distr(>= 2.8.0), distrEx(>= 2.8.0),
+        distrMod(>= 2.8.0), RandVar(>= 1.2.0)\cr
+Suggests: \tab ROptEst(>= 1.2.0), RUnit (>= 0.4.26)\cr
 Imports: \tab startupmsg, graphics, grDevices, stats\cr
 ByteCompile: \tab yes \cr
 Encoding: \tab  latin1 \cr

Modified: branches/robast-1.2/pkg/RobAStRDA/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobAStRDA/DESCRIPTION	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/RobAStRDA/DESCRIPTION	2019-03-12 06:55:46 UTC (rev 1202)
@@ -4,7 +4,7 @@
 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.
-Depends: R (>= 2.3.0)
+Depends: R (>= 2.14.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

Modified: branches/robast-1.2/pkg/RobAStRDA/man/0RobRDA-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobAStRDA/man/0RobRDA-package.Rd	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/RobAStRDA/man/0RobRDA-package.Rd	2019-03-12 06:55:46 UTC (rev 1202)
@@ -33,7 +33,7 @@
 Package: \tab RobAStRDA \cr
 Version: \tab 1.2.0 \cr
 Date: \tab 2019-03-10 \cr
-Depends: \tab R (>= 2.3.0) \cr
+Depends: \tab R (>= 2.14.0) \cr
 LazyData: \tab yes \cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr

Modified: branches/robast-1.2/pkg/RobExtremes/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobExtremes/DESCRIPTION	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/RobExtremes/DESCRIPTION	2019-03-12 06:55:46 UTC (rev 1202)
@@ -8,7 +8,7 @@
 Depends: R(>= 2.14.0), methods, distrMod(>= 2.8.0), ROptEst(>= 1.2.0), robustbase, evd
 Suggests: RUnit(>= 0.4.26), ismev(>= 1.39)
 Enhances: fitdistrplus(>= 1.0-9)
-Imports: RobAStRDA, distr, distrEx(>= 2.8.0), RandVar, RobAStBase(>= 1.2.0), startupmsg, actuar
+Imports: RobAStRDA, distr(>= 2.8.0), distrEx(>= 2.8.0), RandVar(>= 1.2.0), RobAStBase(>= 1.2.0), 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

Modified: branches/robast-1.2/pkg/RobExtremes/man/0RobExtremes-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobExtremes/man/0RobExtremes-package.Rd	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/RobExtremes/man/0RobExtremes-package.Rd	2019-03-12 06:55:46 UTC (rev 1202)
@@ -108,10 +108,10 @@
 Description: \tab Optimally robust estimation for extreme value distributions
 using S4 classes and methods \cr
 \tab (based on packages distr, distrEx, distrMod, RobAStBase, and ROptEst). \cr
-Depends:\tab R (>= 2.14.0), methods, distrMod(>= 2.5.2), ROptEst(>= 1.0), robustbase(>= 0.8-0),
+Depends:\tab R (>= 2.14.0), methods, distrMod(>= 2.8.0), ROptEst(>= 1.2.0), robustbase(>= 0.8-0),
         evd \cr
 Suggests: \tab RUnit (>= 0.4.26), ismev (>= 1.39) \cr
-Imports: \tab actuar, RobAStRDA, distr, distrEx, RandVar, RobAStBase, startupmsg \cr
+Imports: \tab actuar, RobAStRDA, distr(>= 2.8.0), distrEx(>= 2.8.0), RandVar(>= 1.2.0), RobAStBase(>= 2.8.0), startupmsg \cr
 Authors:
 \tab Bernhard Spangl [contributed smoothed grid values of the Lagrange multipliers]\cr
 \tab Sascha Desmettre [contributed smoothed grid values of the Lagrange multipliers]\cr

Modified: branches/robast-1.2/pkg/RobLox/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobLox/DESCRIPTION	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/RobLox/DESCRIPTION	2019-03-12 06:55:46 UTC (rev 1202)
@@ -5,7 +5,7 @@
 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.8.0), RobAStBase(>= 1.2.0)
-Imports: methods, lattice, RColorBrewer, Biobase, RandVar(>= 1.1.0), distr(>= 2.8.0)
+Imports: methods, lattice, RColorBrewer, Biobase, RandVar(>= 1.2.0), distr(>= 2.8.0)
 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",

Modified: branches/robast-1.2/pkg/RobLox/man/0RobLox-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobLox/man/0RobLox-package.Rd	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/RobLox/man/0RobLox-package.Rd	2019-03-12 06:55:46 UTC (rev 1202)
@@ -14,8 +14,8 @@
 Package: \tab RobLox \cr
 Version: \tab 1.2.0 \cr
 Date: \tab 2019-03-10 \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
+Depends: \tab R(>= 2.14.0), stats, distrMod(>= 2.8.0), RobAStBase(>= 1.2.0) \cr
+Imports: \tab lattice, RColorBrewer, Biobase, RandVar(>= 1.2.0), distr(>= 2.8.0) \cr
 Suggests: \tab MASS\cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr

Modified: branches/robast-1.2/pkg/RobLoxBioC/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobLoxBioC/DESCRIPTION	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/RobLoxBioC/DESCRIPTION	2019-03-12 06:55:46 UTC (rev 1202)
@@ -4,8 +4,8 @@
 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.
-Depends: R(>= 2.14.0), methods, distr(>= 2.7.0), affy
-Imports: Biobase, BiocGenerics, beadarray, RobLox(>= 1.1.0), distrMod(>= 2.7.0), lattice,
+Depends: R(>= 2.14.0), methods, distr(>= 2.8.0), affy
+Imports: Biobase, BiocGenerics, beadarray, RobLox(>= 1.2.0), distrMod(>= 2.8.0), lattice,
         RColorBrewer, AnnotationDbi
 Suggests: affydata, hgu95av2cdf, beadarrayExampleData, illuminaHumanv3.db
 Authors at R: person("Matthias", "Kohl", role=c("aut", "cre", "cph"),

Modified: branches/robast-1.2/pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd	2019-03-12 06:55:46 UTC (rev 1202)
@@ -14,8 +14,8 @@
 Package: \tab RobLoxBioC \cr
 Version: \tab 1.2.0 \cr
 Date: \tab 2019-03-10 \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
+Depends:\tab R(>= 2.14.0), methods, distr(>= 2.8.0), affy \cr
+Imports:\tab Biobase, BiocGenerics, beadarray, RobLox(>= 1.2.0), distrMod(>= 2.8.0), lattice, RColorBrewer \cr
 Suggests:\tab affydata, hgu95av2cdf, beadarrayExampleData, illuminaHumanv3.db \cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr

Modified: branches/robast-1.2/pkg/RobRex/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobRex/DESCRIPTION	2019-03-11 20:04:57 UTC (rev 1201)
+++ branches/robast-1.2/pkg/RobRex/DESCRIPTION	2019-03-12 06:55:46 UTC (rev 1202)
@@ -5,8 +5,8 @@
 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(>= 1.1.0)
-Imports: distr(>= 2.8.0), RandVar(>= 1.1.0), RobAStBase(>= 1.2.0), methods
+Depends: R (>= 2.14.0), ROptRegTS(>= 1.2.0)
+Imports: distr(>= 2.8.0), RandVar(>= 1.2.0), RobAStBase(>= 1.2.0), methods
 Authors at R: person("Matthias", "Kohl", role=c("aut", "cre", "cph"),
         email="Matthias.Kohl at stamats.de")
 ByteCompile: yes



More information about the Robast-commits mailing list