Skip to content

Commit

Permalink
version 3000.82
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan Chalabi authored and gaborcsardi committed Mar 15, 2013
1 parent 81c1365 commit e2bee0d
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 38 deletions.
103 changes: 103 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 1,106 @@
2013-03-15 chalabi

* DESCRIPTION: Updated maintainer field, R version and version
number.
* R/builtin-xlsGdata.R: Removed depcreated .path.package()
* R/zzz.R: Removed deprecated .First.lib()

2012-03-20 chalabi

* DESCRIPTION: updated DESC file

2012-03-19 chalabi

* NAMESPACE: added NAMESPACE
* R/read-lines.R, man/read-lines.Rd: read.lines() is now a wrapper
for readLines().

2012-03-14 wuertz

* man/00fImport-package.Rd, man/provider-listings.Rd,
man/providerListings.Rd: minor updates in man pages
* R/builtin-xlsGdata.R, R/class-fWEBDATA.R, R/import-fred.R,
R/import-oanda.R, R/import-yahoo.R, R/methods-show.R,
R/read-download.R, R/read-lines.R, R/read-links.R, R/read-lynx.R,
R/read-split.R, R/read-w3m.R, R/read-xls.R, R/utils-yahoo.R,
R/zzz.R, man/class-fWEBDATA.Rd, man/providerListings.Rd,
man/read-links.Rd, man/utils-yahooBriefing.Rd,
man/utils-yahooKeystats.Rd: minor man pages updates
* man/import-fred.Rd, man/import-oanda.Rd, man/import-yahoo.Rd,
man/read-download.Rd, man/read-lines.Rd, man/read-links.Rd,
man/read-lynx.Rd, man/read-split.Rd, man/read-w3m.Rd,
man/read-xls.Rd, man/utils-yahoo.Rd, man/utils-yahooBriefing.Rd,
man/utils-yahooKeystats.Rd: minor updates in man pages
* DESCRIPTION: description updated
* R/utils-yahoo.R, R/yahoo-utils.R, man/fredImport.Rd,
man/import-fred.Rd, man/import-oanda.Rd, man/import-yahoo.Rd,
man/oandaImport.Rd, man/utils-yahoo.Rd,
man/utils-yahooKeystats.Rd, man/yahooBriefing.Rd,
man/yahooImport.Rd, man/yahooKeystats.Rd: smaller updates
* R/builtin-xlsGdata.R, R/class-fWEBDATA.R, R/import-fred.R,
R/import-oanda.R, R/import-yahoo.R, R/methods-show.R,
R/read-download.R, R/read-lines.R, R/read-links.R, R/read-lynx.R,
R/read-split.R, R/read-w3m.R, R/read-xls.R, R/yahoo-briefing.R,
R/yahoo-keystats.R, R/yahoo-utils.R, R/zzz.R: minor updates

2011-09-23 mmaechler

* DESCRIPTION: remove deprecated "LazyLoad" entry

2011-06-27 chaussep

* R/import-oanda.R: Modified oandaSeries to allow downloads of
series of any length

2010-09-22 wuertz

* R/read-links.R, R/read-xls.R: readers updated

2010-08-04 mmaechler

* R/yahoo-keystats.R: (uncommitted accidentally)
* R/yahoo-keystats.R, man/yahooKeystats.Rd: fix bug; add example (
cosmetic changes)

2010-07-23 chalabi

* inst/DocCopying.pdf: removed DocCopying.pdf license is already
specified in DESCRIPTION file

2010-05-28 wuertz

* R/fredImport.R, R/import-fred.R, R/import-oanda.R,
R/import-yahoo.R, R/oandaImport.R, R/utils-yahoo.R,
R/yahoo-briefing.R, R/yahoo-keystats.R, R/yahoo-utils.R,
R/yahooBriefing.R, R/yahooImport.R, R/yahooKeystats.R: files
renamed for better search of functions

2010-05-17 wuertz

* man/00fImport-package.Rd, man/class-fWEBDATA.Rd,
man/fredImport.Rd, man/methods-show.Rd, man/oandaImport.Rd,
man/providerListings.Rd, man/read-download.Rd, man/read-lines.Rd,
man/read-links.Rd, man/read-lynx.Rd, man/read-split.Rd,
man/read-w3m.Rd, man/read-xls.Rd, man/yahooBriefing.Rd,
man/yahooImport.Rd, man/yahooKeystats.Rd: ebook reference added
* tests: unnecessary tests directory removed
* R/read-links.R, inst/unitTests, man/read-links.Rd: old unit tests
removed, links reader added
* R/utils-yahoo.R: function from datafeed moved here

2010-05-13 wuertz

* R/read-w3m.R: options adapted
* R/read-lynx.R, R/read-w3m.R, man/providerListings.Rd,
man/read-lynx.Rd, man/read-w3m.Rd: w3m added

2010-04-16 chalabi

* inst/perl/html-parser/html-to-ascii.pl,
inst/perl/html-parser/html-to-rfc.pl: updated perl path
* DESCRIPTION: updated version number
* ChangeLog, DESCRIPTION: DESC and Changelog

2010-04-14 chalabi

* data/amexListing.csv, data/h15Listing.csv,
Expand Down
21 changes: 11 additions & 10 deletions DESCRIPTION
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
8 changes: 4 additions & 4 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
58b9da6f48188b5e6d340810eb5b5bca *ChangeLog
eec21aa2b68a63744aeeda9a0876e901 *DESCRIPTION
22709eaf431b727b40990525a60880ae *ChangeLog
2a5772be068edbee1f23387ff4cf5899 *DESCRIPTION
572c0bc4ab8114fe4564047da45f7704 *NAMESPACE
f46a20c2c7649c221cecb7c58a6e9c14 *R/builtin-xlsGdata.R
4943edaa3e07e213da1d4c4c2da250e4 *R/builtin-xlsGdata.R
ed967b1e07f635b23aee8e7903238314 *R/class-fWEBDATA.R
0dbf7b63f8b2e43bb2112051b09215a0 *R/import-fred.R
ddaeec726cb8aff6bde3bcd8bfbc1527 *R/import-oanda.R
Expand All @@ -15,7 15,7 @@ a2a223c51b49ca03c633c4f8c8c42384 *R/read-links.R
741b8c0c29e515f559e312b8a1d5e207 *R/read-w3m.R
822d2b5aadb43ce2c8fe9e7f980f786f *R/read-xls.R
eeea1f3173a8922eb62c6b40c3d0a364 *R/utils-yahoo.R
3d86f0706fb2c57b7771a666639f3098 *R/zzz.R
4e1bef3c6ce229ac6f7e6719c16a1960 *R/zzz.R
eb67e9393d7b73a41874d38d88598379 *data/amexListing.csv.gz
ffb69a6101e6aeb8bc9c656037d7a5f9 *data/h15Listing.csv.gz
2ee3619a6ce1fa8543e4c4829162c6fa *data/nasdaqListing.csv.gz
Expand Down
5 changes: 2 additions & 3 deletions R/builtin-xlsGdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -174,4 174,3 @@ function(x)


################################################################################

21 changes: 0 additions & 21 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 21,8 @@

################################################################################


.First.lib =
function(lib, pkg)
{
# # Startup Mesage and Desription:
# MSG <- if(getRversion() >= "2.5") packageStartupMessage else message
# dsc <- packageDescription(pkg)
# if(interactive() || getOption("verbose")) {
# # not in test scripts
# MSG(sprintf("Rmetrics Package %s (%s) loaded.", pkg, dsc$Version))
# }

# Load dll:
# library.dynam("fImport", pkg, lib)
}


# -----------------------------------------------------------------------------


if(!exists("Sys.setenv", mode = "function")) # pre R-2.5.0, use "old form"
Sys.setenv <- Sys.putenv


################################################################################

0 comments on commit e2bee0d

Please sign in to comment.