1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
2010-04-14 chalabi
* data/amexListing.csv, data/h15Listing.csv,
data/nasdaqListing.csv, data/nyseListing.csv,
data/oandaListing.csv, data/stoxxListing.csv,
data/swxListing.csv: cleaned datasets
2010-03-30 chalabi
* R/read-lynx.R, man/read-lynx.Rd: read.lynx can now returns a pipe
command.
2010-03-29 chalabi
* R/builtin-xlsGdata.R: changed reference to package path
2010-03-25 chalabi
* R/read-lynx.R, man/read-lynx.Rd: read.lynx can now pass arguments
to lynx binary via ...
2010-03-24 chalabi
* R/builtin-xlsGdata.R, R/read-download.R, R/read-lines.R,
R/read-lynx.R, R/read-split.R, R/read-xls.R, inst/perl,
man/read-download.Rd, man/read-lines.Rd, man/read-lynx.Rd,
man/read-split.Rd, man/read-xls.Rd: moved new read.<> functions
from fBasics to fImport
2010-03-07 wuertz
* data/oandaListing.csv: oandaListing updated
2010-03-02 wuertz
* data/h15Listing.csv: white space in data file removed
* man/providerListings.Rd: provider listings added
* data/swxListing.csv: umlaut in description modified
* data, data/amexListing.csv, data/h15Listing.csv,
data/nasdaqListing.csv, data/nyseListing.csv,
data/oandaListing.csv, data/stoxxListing.csv,
data/swxListing.csv: data listings added
2010-01-06 chalabi
* DESCRIPTION: updated version number
* ChangeLog, DESCRIPTION: updated Changelog and DESC file
* R/fredImport.R, R/oandaImport.R: missing file name when saving
data set to file. Thanks to Nicolas Chapados !
2009-09-30 chalabi
* DESCRIPTION: updated version number
2009-09-29 chalabi
* ChangeLog, DESCRIPTION: updated DESC and ChangeLog
2009-04-02 chalabi
* DESCRIPTION: more explicit depends and suggests field in DESC
file.
2009-04-01 chalabi
* DESCRIPTION: updated DESC file
* R/yahooKeystats.R: yahooKeystats now returns NA if there is no
data is available from Yahoo
2009-03-31 chalabi
* R/yahooKeystats.R: yahooKeystats returns 'NA' when there is no
data for a give query.
2009-01-28 chalabi
* DESCRIPTION: updated version number
* DESCRIPTION: changed version number to match version on CRAN + 1
2009-01-11 wuertz
* man/00fImport-package.Rd: typo removed
* DESCRIPTION: next version number
* man/fredImport.Rd, man/oandaImport.Rd, man/yahooImport.Rd:
* DESCRIPTION: next Version number
* R/economagicImport.R, inst/unitTests/runit.economagicImport.R,
man/00fImport-package.Rd, man/economagicImport.Rd: economagic
download function removed
* man/economagicImport.Rd, man/fredImport.Rd, man/oandaImport.Rd,
man/yahooImport.Rd: spaces in >item{} {
2009-01-04 chalabi
* R/economagicImport.R: update function because of new format
2009-01-03 wuertz
* R/economagicImport.R: DW: Economagic has introduced ramdom
centered dots for numeric values, let's take care of this
|