[Robast-commits] r608 - branches/robast-0.9/pkg/ROptEstOld branches/robast-0.9/pkg/RandVar pkg/RandVar
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Feb 16 15:26:32 CET 2013
Author: ruckdeschel
Date: 2013-02-16 15:26:32 +0100 (Sat, 16 Feb 2013)
New Revision: 608
Modified:
branches/robast-0.9/pkg/ROptEstOld/DESCRIPTION
branches/robast-0.9/pkg/RandVar/DESCRIPTION
pkg/RandVar/DESCRIPTION
Log:
changed depends to R(>= 2.14.0) for RandVar (because of vignette in folder vignettes...)
changed version number in branch 0.9 to 0.9.1 for RandVar and ROptEstOld (as they are already on CRAN as 0.9)
Modified: branches/robast-0.9/pkg/ROptEstOld/DESCRIPTION
===================================================================
--- branches/robast-0.9/pkg/ROptEstOld/DESCRIPTION 2013-02-16 14:08:59 UTC (rev 607)
+++ branches/robast-0.9/pkg/ROptEstOld/DESCRIPTION 2013-02-16 14:26:32 UTC (rev 608)
@@ -1,5 +1,5 @@
Package: ROptEstOld
-Version: 0.9
+Version: 0.9.1
Date: 2010-12-03
Title: Optimally robust estimation - old version
Description: Optimally robust estimation using S4 classes and methods. Old version still needed
Modified: branches/robast-0.9/pkg/RandVar/DESCRIPTION
===================================================================
--- branches/robast-0.9/pkg/RandVar/DESCRIPTION 2013-02-16 14:08:59 UTC (rev 607)
+++ branches/robast-0.9/pkg/RandVar/DESCRIPTION 2013-02-16 14:26:32 UTC (rev 608)
@@ -1,9 +1,9 @@
Package: RandVar
-Version: 0.9
+Version: 0.9.1
Date: 2013-01-15
Title: Implementation of random variables
Description: Implementation of random variables by means of S4 classes and methods
-Depends: R (>= 2.12.0), methods, startupmsg, distr(>= 2.0), distrEx(>= 2.0)
+Depends: R (>= 2.14.0), methods, startupmsg, distr(>= 2.0), distrEx(>= 2.0)
Author: Matthias Kohl, Peter Ruckdeschel
Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
ByteCompile: yes
Modified: pkg/RandVar/DESCRIPTION
===================================================================
--- pkg/RandVar/DESCRIPTION 2013-02-16 14:08:59 UTC (rev 607)
+++ pkg/RandVar/DESCRIPTION 2013-02-16 14:26:32 UTC (rev 608)
@@ -3,7 +3,7 @@
Date: 2013-02-08
Title: Implementation of random variables
Description: Implementation of random variables by means of S4 classes and methods
-Depends: R (>= 2.12.0), methods, startupmsg, distr(>= 2.0), distrEx(>= 2.0)
+Depends: R (>= 2.14.0), methods, startupmsg, distr(>= 2.0), distrEx(>= 2.0)
Author: Matthias Kohl, Peter Ruckdeschel
Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
ByteCompile: yes
More information about the Robast-commits
mailing list