[Distr-commits] r1471 - branches/distr-2.9/pkg/distrMod branches/distr-2.9/pkg/distrMod/inst pkg/distrMod pkg/distrMod/inst pkg/distrMod/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Sep 3 18:51:36 CEST 2024
Author: ruckdeschel
Date: 2024-09-03 18:51:35 +0200 (Tue, 03 Sep 2024)
New Revision: 1471
Modified:
branches/distr-2.9/pkg/distrMod/DESCRIPTION
branches/distr-2.9/pkg/distrMod/inst/NEWS
pkg/distrMod/DESCRIPTION
pkg/distrMod/inst/NEWS
pkg/distrMod/man/0distrMod-package.Rd
Log:
[distrMod] trunk and branch distr-2.9: before submission included RobAStBase into "Enhances" in order to make sure xrefs in Rd across pkgs work (and mentioned the changes in NEWS)
Modified: branches/distr-2.9/pkg/distrMod/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrMod/DESCRIPTION 2024-09-02 16:24:37 UTC (rev 1470)
+++ branches/distr-2.9/pkg/distrMod/DESCRIPTION 2024-09-03 16:51:35 UTC (rev 1471)
@@ -11,7 +11,7 @@
methods
Imports: startupmsg, sfsmisc, graphics, stats, grDevices
Suggests: ismev, evd,
-Enhances: RobExtremes
+Enhances: RobExtremes, RobAStBase
ByteCompile: yes
License: LGPL-3
URL: https://r-forge.r-project.org/projects/distr/
Modified: branches/distr-2.9/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/NEWS 2024-09-02 16:24:37 UTC (rev 1470)
+++ branches/distr-2.9/pkg/distrMod/inst/NEWS 2024-09-03 16:51:35 UTC (rev 1471)
@@ -8,6 +8,14 @@
information)
##############
+v 2.9.4
+##############
+
+under the hood:
+fixes an issue as to version discrepancies in distrEx, RandVar, and distrMod as
+to comparisons with reference output
+
+##############
v 2.9.3
##############
Modified: pkg/distrMod/DESCRIPTION
===================================================================
--- pkg/distrMod/DESCRIPTION 2024-09-02 16:24:37 UTC (rev 1470)
+++ pkg/distrMod/DESCRIPTION 2024-09-03 16:51:35 UTC (rev 1471)
@@ -1,6 +1,6 @@
Package: distrMod
Version: 2.9.4
-Date: 2024-09-02
+Date: 2024-09-03
Title: Object Oriented Implementation of Probability Models
Description: Implements S4 classes for probability models based on packages 'distr' and
'distrEx'.
@@ -11,10 +11,10 @@
methods
Imports: startupmsg, sfsmisc, graphics, stats, grDevices
Suggests: ismev, evd,
-Enhances: RobExtremes
+Enhances: RobExtremes, RobAStBase
ByteCompile: yes
License: LGPL-3
URL: http://distr.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1469
+VCS/SVNRevision: 1470
Modified: pkg/distrMod/inst/NEWS
===================================================================
--- pkg/distrMod/inst/NEWS 2024-09-02 16:24:37 UTC (rev 1470)
+++ pkg/distrMod/inst/NEWS 2024-09-03 16:51:35 UTC (rev 1471)
@@ -8,6 +8,14 @@
information)
##############
+v 2.9.4
+##############
+
+under the hood:
+fixes an issue as to version discrepancies in distrEx, RandVar, and distrMod as
+to comparisons with reference output
+
+##############
v 2.9.3
##############
Modified: pkg/distrMod/man/0distrMod-package.Rd
===================================================================
--- pkg/distrMod/man/0distrMod-package.Rd 2024-09-02 16:24:37 UTC (rev 1470)
+++ pkg/distrMod/man/0distrMod-package.Rd 2024-09-03 16:51:35 UTC (rev 1471)
@@ -14,7 +14,7 @@
\tabular{ll}{
Package: \tab distrMod \cr
Version: \tab 2.9.4 \cr
-Date: \tab 2024-09-02 \cr
+Date: \tab 2024-09-03 \cr
Depends: \tab R(>= 3.4), distr(>= 2.8.0), distrEx(>= 2.8.0), RandVar(>= 1.2.0), MASS, stats4,methods \cr
Imports: \tab startupmsg, sfsmisc, graphics, stats, grDevices \cr
Suggests: \tab ismev, evd, \cr
@@ -22,7 +22,7 @@
ByteCompile: \tab yes \cr
License: \tab LGPL-3 \cr
URL: \tab https://distr.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1469 \cr
+VCS/SVNRevision: \tab 1470 \cr
}}
\section{Classes}{
\preformatted{
More information about the Distr-commits
mailing list