[Robast-commits] r1058 - in 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 00:47:11 CEST 2018
Author: ruckdeschel
Date: 2018-07-25 00:47:11 +0200 (Wed, 25 Jul 2018)
New Revision: 1058
Modified:
pkg/ROptEst/DESCRIPTION
pkg/ROptEst/man/0ROptEst-package.Rd
pkg/ROptEstOld/DESCRIPTION
pkg/ROptRegTS/DESCRIPTION
pkg/RandVar/DESCRIPTION
pkg/RandVar/man/0RandVar-package.Rd
pkg/RobAStBase/DESCRIPTION
pkg/RobAStBase/man/0RobAStBase-package.Rd
pkg/RobAStRDA/DESCRIPTION
pkg/RobAStRDA/man/0RobRDA-package.Rd
pkg/RobExtremes/DESCRIPTION
pkg/RobExtremes/man/0RobExtremes-package.Rd
pkg/RobLox/DESCRIPTION
pkg/RobLox/man/0RobLox-package.Rd
pkg/RobLoxBioC/DESCRIPTION
pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd
pkg/RobRex/DESCRIPTION
Log:
fixed date and Revision number in trunk
Modified: pkg/ROptEst/DESCRIPTION
===================================================================
--- pkg/ROptEst/DESCRIPTION 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/ROptEst/DESCRIPTION 2018-07-24 22:47:11 UTC (rev 1058)
@@ -1,22 +1,21 @@
Package: ROptEst
Version: 1.1.0
-Date: 2018-07-17
+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: 1057
Modified: pkg/ROptEst/man/0ROptEst-package.Rd
===================================================================
--- pkg/ROptEst/man/0ROptEst-package.Rd 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/ROptEst/man/0ROptEst-package.Rd 2018-07-24 22:47:11 UTC (rev 1058)
@@ -13,7 +13,7 @@
\tabular{ll}{
Package: \tab ROptEst \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \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 1057 \cr
}
}
\author{
Modified: pkg/ROptEstOld/DESCRIPTION
===================================================================
--- pkg/ROptEstOld/DESCRIPTION 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/ROptEstOld/DESCRIPTION 2018-07-24 22:47:11 UTC (rev 1058)
@@ -1,9 +1,9 @@
Package: ROptEstOld
Version: 1.1.0
-Date: 2018-07-23
+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 +12,4 @@
Encoding: latin1
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1040
+VCS/SVNRevision: 1057
Modified: pkg/ROptRegTS/DESCRIPTION
===================================================================
--- pkg/ROptRegTS/DESCRIPTION 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/ROptRegTS/DESCRIPTION 2018-07-24 22:47:11 UTC (rev 1058)
@@ -1,18 +1,16 @@
Package: ROptRegTS
Version: 1.1.0
-Date: 2018-07-23
+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: 1057
Modified: pkg/RandVar/DESCRIPTION
===================================================================
--- pkg/RandVar/DESCRIPTION 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RandVar/DESCRIPTION 2018-07-24 22:47:11 UTC (rev 1058)
@@ -1,12 +1,12 @@
Package: RandVar
Version: 1.1.0
-Date: 2018-07-23
+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: 1057
Modified: pkg/RandVar/man/0RandVar-package.Rd
===================================================================
--- pkg/RandVar/man/0RandVar-package.Rd 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RandVar/man/0RandVar-package.Rd 2018-07-24 22:47:11 UTC (rev 1058)
@@ -12,14 +12,14 @@
\tabular{ll}{
Package: \tab RandVar \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \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 1057 \cr
}
}
\author{
Modified: pkg/RobAStBase/DESCRIPTION
===================================================================
--- pkg/RobAStBase/DESCRIPTION 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RobAStBase/DESCRIPTION 2018-07-24 22:47:11 UTC (rev 1058)
@@ -1,22 +1,21 @@
Package: RobAStBase
Version: 1.1.0
-Date: 2018-07-08
+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: 1057
Modified: pkg/RobAStBase/man/0RobAStBase-package.Rd
===================================================================
--- pkg/RobAStBase/man/0RobAStBase-package.Rd 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RobAStBase/man/0RobAStBase-package.Rd 2018-07-24 22:47:11 UTC (rev 1058)
@@ -12,7 +12,7 @@
\tabular{ll}{
Package: \tab RobAStBase \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \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 1057 \cr
}
}
\author{
Modified: pkg/RobAStRDA/DESCRIPTION
===================================================================
--- pkg/RobAStRDA/DESCRIPTION 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RobAStRDA/DESCRIPTION 2018-07-24 22:47:11 UTC (rev 1058)
@@ -1,23 +1,24 @@
Package: RobAStRDA
Version: 1.1.0
-Date: 2018-07-23
+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"))
+ 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: 1057
Modified: pkg/RobAStRDA/man/0RobRDA-package.Rd
===================================================================
--- pkg/RobAStRDA/man/0RobRDA-package.Rd 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RobAStRDA/man/0RobRDA-package.Rd 2018-07-24 22:47:11 UTC (rev 1058)
@@ -32,13 +32,13 @@
\tabular{ll}{
Package: \tab RobAStRDA \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \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 1057 \cr
}
}
Modified: pkg/RobExtremes/DESCRIPTION
===================================================================
--- pkg/RobExtremes/DESCRIPTION 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RobExtremes/DESCRIPTION 2018-07-24 22:47:11 UTC (rev 1058)
@@ -1,21 +1,22 @@
Package: RobExtremes
Version: 1.1.0
-Date: 2018-07-23
+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"))
+ 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 +24,4 @@
URL: http://robast.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1040
+VCS/SVNRevision: 1057
Modified: pkg/RobExtremes/man/0RobExtremes-package.Rd
===================================================================
--- pkg/RobExtremes/man/0RobExtremes-package.Rd 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RobExtremes/man/0RobExtremes-package.Rd 2018-07-24 22:47:11 UTC (rev 1058)
@@ -39,7 +39,7 @@
\tabular{ll}{
Package: \tab RobExtremes \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \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 1057 \cr
}
}
\section{Classes}{
Modified: pkg/RobLox/DESCRIPTION
===================================================================
--- pkg/RobLox/DESCRIPTION 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RobLox/DESCRIPTION 2018-07-24 22:47:11 UTC (rev 1058)
@@ -1,18 +1,18 @@
Package: RobLox
Version: 1.1.0
-Date: 2018-07-23
+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: 1057
Modified: pkg/RobLox/man/0RobLox-package.Rd
===================================================================
--- pkg/RobLox/man/0RobLox-package.Rd 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RobLox/man/0RobLox-package.Rd 2018-07-24 22:47:11 UTC (rev 1058)
@@ -13,14 +13,14 @@
\tabular{ll}{
Package: \tab RobLox \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \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 1057 \cr
}
}
\author{Matthias Kohl \email{matthias.kohl at stamats.de}}
Modified: pkg/RobLoxBioC/DESCRIPTION
===================================================================
--- pkg/RobLoxBioC/DESCRIPTION 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RobLoxBioC/DESCRIPTION 2018-07-24 22:47:11 UTC (rev 1058)
@@ -1,11 +1,12 @@
Package: RobLoxBioC
Version: 1.1.0
-Date: 2018-07-23
+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
+Imports: Biobase, BiocGenerics, beadarray, RobLox(>= 0.9.2), distrMod(>= 2.5.2), lattice, RColorBrewer,
+ AnnotationDbi
Suggests: affydata, hgu95av2cdf, beadarrayExampleData, illuminaHumanv3.db
Authors at R: person("Matthias", "Kohl", role=c("aut", "cre", "cph"), email="Matthias.Kohl at stamats.de")
ByteCompile: yes
@@ -14,4 +15,4 @@
Encoding: latin1
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1040
+VCS/SVNRevision: 1057
Modified: pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd
===================================================================
--- pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd 2018-07-24 22:47:11 UTC (rev 1058)
@@ -13,14 +13,14 @@
\tabular{ll}{
Package: \tab RobLoxBioC \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-23 \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 1057 \cr
Encoding: \tab latin1 \cr
}
}
Modified: pkg/RobRex/DESCRIPTION
===================================================================
--- pkg/RobRex/DESCRIPTION 2018-07-24 22:44:57 UTC (rev 1057)
+++ pkg/RobRex/DESCRIPTION 2018-07-24 22:47:11 UTC (rev 1058)
@@ -1,9 +1,9 @@
Package: RobRex
Version: 1.1.0
-Date: 2018-07-23
+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: 1057
More information about the Robast-commits
mailing list