[Robast-commits] r1041 - 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
Mon Jul 23 23:07:41 CEST 2018
Author: ruckdeschel
Date: 2018-07-23 23:07:41 +0200 (Mon, 23 Jul 2018)
New Revision: 1041
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:
updated Date and Version and SVNRevision info in trunk
Modified: pkg/ROptEst/DESCRIPTION
===================================================================
--- pkg/ROptEst/DESCRIPTION 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/ROptEst/DESCRIPTION 2018-07-23 21:07:41 UTC (rev 1041)
@@ -1,22 +1,20 @@
Package: ROptEst
Version: 1.1.0
-Date: 2018-07-17
+Date: 2018-07-23
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
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$}
-VCS/SVNRevision: 940
+VCS/SVNRevision: 1040
Modified: pkg/ROptEst/man/0ROptEst-package.Rd
===================================================================
--- pkg/ROptEst/man/0ROptEst-package.Rd 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/ROptEst/man/0ROptEst-package.Rd 2018-07-23 21:07:41 UTC (rev 1041)
@@ -13,7 +13,7 @@
\tabular{ll}{
Package: \tab ROptEst \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-16 \cr
+Date: \tab 2018-07-23 \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 940 \cr
+VCS/SVNRevision: \tab 1040 \cr
}
}
\author{
Modified: pkg/ROptEstOld/DESCRIPTION
===================================================================
--- pkg/ROptEstOld/DESCRIPTION 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/ROptEstOld/DESCRIPTION 2018-07-23 21:07:41 UTC (rev 1041)
@@ -1,9 +1,9 @@
Package: ROptEstOld
Version: 1.1.0
-Date: 2018-07-17
+Date: 2018-07-23
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: 940
+VCS/SVNRevision: 1040
Modified: pkg/ROptRegTS/DESCRIPTION
===================================================================
--- pkg/ROptRegTS/DESCRIPTION 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/ROptRegTS/DESCRIPTION 2018-07-23 21:07:41 UTC (rev 1041)
@@ -1,9 +1,9 @@
Package: ROptEstOld
Version: 1.1.0
-Date: 2018-07-17
+Date: 2018-07-23
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: 940
+VCS/SVNRevision: 1040
Modified: pkg/RandVar/DESCRIPTION
===================================================================
--- pkg/RandVar/DESCRIPTION 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RandVar/DESCRIPTION 2018-07-23 21:07:41 UTC (rev 1041)
@@ -1,13 +1,12 @@
Package: RandVar
Version: 1.1.0
-Date: 2018-07-08
+Date: 2018-07-23
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
@@ -15,4 +14,4 @@
URL: http://robast.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 940
+VCS/SVNRevision: 1040
Modified: pkg/RandVar/man/0RandVar-package.Rd
===================================================================
--- pkg/RandVar/man/0RandVar-package.Rd 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RandVar/man/0RandVar-package.Rd 2018-07-23 21:07:41 UTC (rev 1041)
@@ -12,14 +12,14 @@
\tabular{ll}{
Package: \tab RandVar \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-08 \cr
+Date: \tab 2018-07-23 \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 940 \cr
+VCS/SVNRevision: \tab 1040 \cr
}
}
\author{
Modified: pkg/RobAStBase/DESCRIPTION
===================================================================
--- pkg/RobAStBase/DESCRIPTION 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RobAStBase/DESCRIPTION 2018-07-23 21:07:41 UTC (rev 1041)
@@ -1,22 +1,19 @@
Package: RobAStBase
Version: 1.1.0
-Date: 2018-07-08
+Date: 2018-07-23
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
-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: 1040
Modified: pkg/RobAStBase/man/0RobAStBase-package.Rd
===================================================================
--- pkg/RobAStBase/man/0RobAStBase-package.Rd 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RobAStBase/man/0RobAStBase-package.Rd 2018-07-23 21:07:41 UTC (rev 1041)
@@ -12,7 +12,7 @@
\tabular{ll}{
Package: \tab RobAStBase \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-08 \cr
+Date: \tab 2018-07-23 \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 940 \cr
+VCS/SVNRevision: \tab 1040 \cr
}
}
\author{
Modified: pkg/RobAStRDA/DESCRIPTION
===================================================================
--- pkg/RobAStRDA/DESCRIPTION 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RobAStRDA/DESCRIPTION 2018-07-23 21:07:41 UTC (rev 1041)
@@ -1,25 +1,23 @@
Package: RobAStRDA
Version: 1.1.0
-Date: 2018-07-18
+Date: 2018-07-23
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: 2011-09-30 11:10:33 +0200 (Fr, 30 Sep 2011) $}
-LastChangedRevision: {$LastChangedRevision: 453 $}
-VCS/SVNRevision: 940
+LastChangedDate: {$LastChangedDate$}
+LastChangedRevision: {$LastChangedRevision$}
+VCS/SVNRevision: 1040
Property changes on: pkg/RobAStRDA/DESCRIPTION
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision URL Header
Modified: pkg/RobAStRDA/man/0RobRDA-package.Rd
===================================================================
--- pkg/RobAStRDA/man/0RobRDA-package.Rd 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RobAStRDA/man/0RobRDA-package.Rd 2018-07-23 21:07:41 UTC (rev 1041)
@@ -32,13 +32,13 @@
\tabular{ll}{
Package: \tab RobAStRDA \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-18 \cr
-Depends: \tab R (>= 3.3.0) \cr
+Date: \tab 2018-07-23 \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 940 \cr
+VCS/SVNRevision: \tab 1040 \cr
}
}
Modified: pkg/RobExtremes/DESCRIPTION
===================================================================
--- pkg/RobExtremes/DESCRIPTION 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RobExtremes/DESCRIPTION 2018-07-23 21:07:41 UTC (rev 1041)
@@ -1,28 +1,26 @@
Package: RobExtremes
Version: 1.1.0
-Date: 2018-07-19
+Date: 2018-07-23
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
Encoding: latin1
URL: http://robast.r-forge.r-project.org/
-LastChangedDate: {$LastChangedDate: 2011-09-30 11:10:33 +0200 (Fr, 30 Sep 2011) $}
-LastChangedRevision: {$LastChangedRevision: 453 $}
-VCS/SVNRevision: 990
+LastChangedDate: {$LastChangedDate$}
+LastChangedRevision: {$LastChangedRevision$}
+VCS/SVNRevision: 1040
Property changes on: pkg/RobExtremes/DESCRIPTION
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision URL Header
Modified: pkg/RobExtremes/man/0RobExtremes-package.Rd
===================================================================
--- pkg/RobExtremes/man/0RobExtremes-package.Rd 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RobExtremes/man/0RobExtremes-package.Rd 2018-07-23 21:07:41 UTC (rev 1041)
@@ -39,7 +39,7 @@
\tabular{ll}{
Package: \tab RobExtremes \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-19 \cr
+Date: \tab 2018-07-23 \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 940 \cr
+VCS/SVNRevision: \tab 1040 \cr
}
}
\section{Classes}{
Modified: pkg/RobLox/DESCRIPTION
===================================================================
--- pkg/RobLox/DESCRIPTION 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RobLox/DESCRIPTION 2018-07-23 21:07:41 UTC (rev 1041)
@@ -1,19 +1,18 @@
Package: RobLox
Version: 1.1.0
-Date: 2018-07-17
+Date: 2018-07-23
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: 940
+VCS/SVNRevision: 1040
Modified: pkg/RobLox/man/0RobLox-package.Rd
===================================================================
--- pkg/RobLox/man/0RobLox-package.Rd 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RobLox/man/0RobLox-package.Rd 2018-07-23 21:07:41 UTC (rev 1041)
@@ -13,14 +13,14 @@
\tabular{ll}{
Package: \tab RobLox \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-08 \cr
+Date: \tab 2018-07-23 \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 940 \cr
+VCS/SVNRevision: \tab 1040 \cr
}
}
\author{Matthias Kohl \email{matthias.kohl at stamats.de}}
Modified: pkg/RobLoxBioC/DESCRIPTION
===================================================================
--- pkg/RobLoxBioC/DESCRIPTION 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RobLoxBioC/DESCRIPTION 2018-07-23 21:07:41 UTC (rev 1041)
@@ -1,12 +1,11 @@
Package: RobLoxBioC
Version: 1.1.0
-Date: 2018-07-17
+Date: 2018-07-23
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
@@ -15,4 +14,4 @@
Encoding: latin1
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 940
+VCS/SVNRevision: 1040
Modified: pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd
===================================================================
--- pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd 2018-07-23 21:07:41 UTC (rev 1041)
@@ -13,14 +13,14 @@
\tabular{ll}{
Package: \tab RobLoxBioC \cr
Version: \tab 1.1.0 \cr
-Date: \tab 2018-07-17 \cr
+Date: \tab 2018-07-23 \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 940 \cr
+VCS/SVNRevision: \tab 1040 \cr
Encoding: \tab latin1 \cr
}
}
Modified: pkg/RobRex/DESCRIPTION
===================================================================
--- pkg/RobRex/DESCRIPTION 2018-07-23 20:56:48 UTC (rev 1040)
+++ pkg/RobRex/DESCRIPTION 2018-07-23 21:07:41 UTC (rev 1041)
@@ -1,10 +1,9 @@
Package: RobRex
Version: 1.1.0
-Date: 2018-07-17
+Date: 2018-07-23
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")
@@ -14,4 +13,4 @@
URL: http://robast.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 940
+VCS/SVNRevision: 1040
More information about the Robast-commits
mailing list