Skip to content

Commit

Permalink
version 2100.77
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmetrics Core Team authored and gaborcsardi committed Sep 28, 2009
1 parent 68969e0 commit a8f129e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 31 deletions.
27 changes: 3 additions & 24 deletions ChangeLog
@@ -1,26 +1,5 @@
2009-04-19 chalabi
2009-04-19 chalabi

* DESCRIPTION: added explicit version number in Depends field for
key packages

2009-04-02 chalabi

* DESCRIPTION: more explicit depends and suggests field in DESC
file.

2009-04-01 chalabi

* NAMESPACE: updated NAMESPACE

2009-04-01 chalabi

* DESCRIPTION: updated DESC file

2009-01-28 chalabi

* man/ArchimedeanCopulae.Rd, man/ArchimedeanDependency.Rd,
man/ArchimedeanModelling.Rd, man/EmpiricalCopulae.Rd,
man/ExtremeValueCopulae.Rd, man/ExtremeValueDependency.Rd,
man/ExtremeValueGenerator.Rd, man/ExtremeValueModelling.Rd:
updated manual pages to new Rd parser
* added explicit version number in Depends field for key packages

pkg/fCopulae/DESCRIPTION
12 changes: 6 additions & 6 deletions DESCRIPTION
@@ -1,11 +1,11 @@
Package: fCopulae
Version: 2100.76
Revision: 4093
Date: 2009-04-19
Version: 2100.77
Revision: 4285
Date: 2009-09-28
Title: Rmetrics - Dependence Structures with Copulas
Author: Diethelm Wuertz and many others, see the SOURCE file
Depends: R (>= 2.4.0), sn, adapt, methods, timeDate, timeSeries,
fBasics (>= 2100.77)
fBasics (>= 2100.78)
Suggests: RUnit, tcltk
Maintainer: Rmetrics Core Team <Rmetrics-core@r-project.org>
Description: Environment for teaching "Financial Engineering and
Expand All @@ -17,6 +17,6 @@ LazyLoad: yes
LazyData: yes
License: GPL (>= 2)
URL: http://www.rmetrics.org
Packaged: 2009-04-20 06:09:54 UTC; yankee
Packaged: 2009-09-28 12:27:27 UTC; yankee
Repository: CRAN
Date/Publication: 2009-04-20 09:26:21
Date/Publication: 2009-09-28 14:10:09
5 changes: 5 additions & 0 deletions NAMESPACE
Expand Up @@ -3,6 +3,11 @@
## import name space
################################################

import("sn")
import("methods")
import("timeDate")
import("timeSeries")
import("fBasics")

################################################
## S4 classes
Expand Down
2 changes: 1 addition & 1 deletion R/mv-distributions.R
Expand Up @@ -100,7 +100,7 @@ description = NULL, trace = FALSE, ...)
}

# Description Slot:
if (is.null(description)) description = .description()
if (is.null(description)) description = description()

# Return Value:
new("fMV",
Expand Down

0 comments on commit a8f129e

Please sign in to comment.