summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Villemot <sebastien@debian.org>2018-11-18 10:26:44 +0100
committerSébastien Villemot <sebastien@debian.org>2018-11-18 10:26:44 +0100
commit06d2cd9deaff371e437dfd9ba608f923c0914779 (patch)
treecb04bbd75772f9b43ab83490575c9ccff6314b36
parent2fbf76a8735552cba2668cb51e4e150d55a5768b (diff)
parentdd5f4371613f34c360c4615f83e62ce085d54389 (diff)
Merge tag 'upstream/0.5.3'
Upstream version 0.5.3
-rw-r--r--DESCRIPTION4
-rw-r--r--INDEX3
-rw-r--r--NEWS6
-rw-r--r--inst/private/fetch.m (renamed from inst/fetch.m)0
-rw-r--r--inst/private/fetch_google.m2
-rw-r--r--inst/private/google.m (renamed from inst/google.m)0
-rw-r--r--inst/private/yahoo.m (renamed from inst/yahoo.m)0
7 files changed, 10 insertions, 5 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index ee2be23..fa552a2 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
Name: financial
-Version: 0.5.2
-Date: 2017-12-14
+Version: 0.5.3
+Date: 2018-10-22
Author: Bill Denney, Kurt Hornik
Maintainer: Parsiad Azimzadeh <parsiad.azimzadeh@gmail.com>
Title: Financial
diff --git a/INDEX b/INDEX
index 27588e5..f41d545 100644
--- a/INDEX
+++ b/INDEX
@@ -5,10 +5,8 @@ Financial
corr2cov
cov2corr
effrr
- fetch
fvl
fv
- google
hhigh
irr
llow
@@ -28,7 +26,6 @@ Financial
rsindex
taxedrr
vol
- yahoo
Chart Financial Data
bolling
candle
diff --git a/NEWS b/NEWS
index c630fbf..9c39ae0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Summary of important user-visible changes for financial 0.5.3:
+--------------------------------------------------------------
+
+ ** Due to Google retiring the option to download financial
+ data, the `fetch` function has been removed entirely.
+
Summary of important user-visible changes for financial 0.5.1:
--------------------------------------------------------------
diff --git a/inst/fetch.m b/inst/private/fetch.m
index 63a1d9b..63a1d9b 100644
--- a/inst/fetch.m
+++ b/inst/private/fetch.m
diff --git a/inst/private/fetch_google.m b/inst/private/fetch_google.m
index 4252ba7..9cedbcc 100644
--- a/inst/private/fetch_google.m
+++ b/inst/private/fetch_google.m
@@ -40,6 +40,8 @@
function [data fields] = fetch_google (conn=[], symbol="",
fromdate, todate, period="d")
+ error ("Google Finance no longer supports downloading stock data");
+
pkg load io;
if strcmpi(period, "w")
diff --git a/inst/google.m b/inst/private/google.m
index 3397c4a..3397c4a 100644
--- a/inst/google.m
+++ b/inst/private/google.m
diff --git a/inst/yahoo.m b/inst/private/yahoo.m
index 1088d5b..1088d5b 100644
--- a/inst/yahoo.m
+++ b/inst/private/yahoo.m