[Prob-commits] r44 - in pkg: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Nov 20 21:55:26 CET 2013
Author: gkerns
Date: 2013-11-20 21:55:25 +0100 (Wed, 20 Nov 2013)
New Revision: 44
Modified:
pkg/DESCRIPTION
pkg/man/prob-package.Rd
Log:
moved Suggests line to Depends in response to issue first reported by
David Manheim 2013-11-18
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2013-10-27 22:29:16 UTC (rev 43)
+++ pkg/DESCRIPTION 2013-11-20 20:55:25 UTC (rev 44)
@@ -1,11 +1,10 @@
Package: prob
-Version: 0.9-4
-Date: 2013-10-27
+Version: 0.9-5
+Date: 2013-11-20
Title: Elementary Probability on Finite Sample Spaces
Author: G. Jay Kerns <gkerns at ysu.edu>
Maintainer: G. Jay Kerns <gkerns at ysu.edu>
-Depends:
-Suggests: combinat, fAsianOptions, hypergeo, VGAM
+Depends: combinat, fAsianOptions, hypergeo, VGAM
Description:
This package provides a framework for performing elementary probability
calculations on finite sample spaces, which may be represented by data frames
Modified: pkg/man/prob-package.Rd
===================================================================
--- pkg/man/prob-package.Rd 2013-10-27 22:29:16 UTC (rev 43)
+++ pkg/man/prob-package.Rd 2013-11-20 20:55:25 UTC (rev 44)
@@ -21,10 +21,9 @@
\details{
\tabular{ll}{
Package: \tab prob\cr
-Version: \tab 0.9-4\cr
-Date: \tab 2013-10-27\cr
-Depends: \tab R (>= 2.1.0)\cr
-Suggests: \tab combinat, fAsianOptions, hypergeo, VGAM\cr
+Version: \tab 0.9-5\cr
+Date: \tab 2013-11-20\cr
+Depends: \tab combinat, fAsianOptions, hypergeo, VGAM\cr
LazyLoad: \tab no\cr
License: \tab GPL version 3 or newer\cr
URL: \tab http://prob.r-forge.r-project.org,
More information about the Prob-commits
mailing list