-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81c1365
commit e2bee0d
Showing
5 changed files
with
120 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 1,21 @@ | ||
Package: fImport | ||
Version: 2160.81 | ||
Revision: 4826 | ||
Date: 2012-03-14 | ||
Version: 3000.82 | ||
Revision: 5455 | ||
Date: 2013-03-15 | ||
Title: Rmetrics - Economic and Financial Data Import | ||
Author: Diethelm Wuertz and many others | ||
Depends: R (>= 2.6.0), methods, timeDate, timeSeries | ||
Depends: R (>= 2.13.0), methods, timeDate, timeSeries | ||
Suggests: RUnit | ||
Maintainer: Rmetrics Core Team <Rmetrics-core@r-project.org> | ||
Maintainer: Yohan Chalabi <yohan.chalabi@rmetrics.org> | ||
Description: Environment for teaching "Financial Engineering and | ||
Computational Finance" | ||
NOTE: SEVERAL PARTS ARE STILL PRELIMINARY AND MAY BE CHANGED IN THE | ||
FUTURE. THIS TYPICALLY INCLUDES FUNCTION AND ARGUMENT NAMES, AS | ||
WELL AS DEFAULTS FOR ARGUMENTS AND RETURN VALUES. | ||
Note: Several parts are still preliminary and may be changed in the | ||
future. this typically includes function and argument names, as | ||
well as defaults for arguments and return values. | ||
LazyData: yes | ||
License: GPL (>= 2) | ||
URL: http://www.rmetrics.org | ||
Packaged: 2012-03-20 08:27:23 UTC; yankee | ||
Packaged: 2013-03-15 12:46:58 UTC; yankee | ||
NeedsCompilation: no | ||
Repository: CRAN | ||
Date/Publication: 2012-03-20 10:05:38 | ||
Date/Publication: 2013-03-15 14:54:11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 14,7 @@ | |
# Free Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
# MA 02111-1307 USA | ||
|
||
# Copyrights (C) for this R-port: | ||
# Copyrights (C) for this R-port: | ||
# 1999 - 2012 Diethelm Wuertz, Zurich, <[email protected]> | ||
# 2009 - 2012 Rmetrics Association, Zurich, www.rmetrics.org | ||
|
||
|
@@ -60,7 60,7 @@ function(x) | |
# FUNCTION: | ||
|
||
# Directories: | ||
package.dir <- .path.package('fImport') | ||
package.dir <- path.package('fImport') | ||
perl.dir <- file.path(package.dir,'perl') | ||
|
||
# Files: | ||
|
@@ -174,4 174,3 @@ function(x) | |
|
||
|
||
################################################################################ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters