Skip to content

Commit

Permalink
(finance/R-quantmod) Updated 0.4.22 to 0.4.26, NEWS.md not recent
Browse files Browse the repository at this point in the history
### Changes in 0.4.25 (2023-08-21)

1. Fix `getQuote.yahoo()` for API changes. Thanks to Ethan B. Smith for the
    report and patch! Also add error message for users in GDPR countries, since
    we cannot automatically consent to GDPR and the request fails without
    consent.
    [#392](joshuaulrich/quantmod#392)
    [#393](joshuaulrich/quantmod#393)
    [#395](joshuaulrich/quantmod#395)

1. Fix `getQuote.yahoo()` when the user only requested metrics that do not have
    have a value for 'regularMarketTime'. Set the value to NA in these cases
    so the output remains the same regardless of whether the endpoint returns
    a 'regularMarketTime' or not. Thanks to @mehdiMBH for the report!
    [#255](joshuaulrich/quantmod#255)

1. Add fields to `getQuote.yahoo()` that are returned when no fields are
    explicitly requested. Thanks to @Courvoisier13 for the report!
    [#335](joshuaulrich/quantmod#335)

1. Add intraday endpoint to `getSymbols.yahoo()`. Thanks to @kapsner for the
    report and patch! Also allow suppressing the warning if more than 7 days
    of data are requested (@eddelbuettel).
    [#351](joshuaulrich/quantmod#351)
    [#381](joshuaulrich/quantmod#381)
    [#399](joshuaulrich/quantmod#399)

1. Add warning if `getSymbols()` is called with tickers that are reserved words
    because accessing them requires back-quotes (e.g. ``NA``).
    [#401](joshuaulrich/quantmod#401)

1. Fix `allReturns()` when 'subset' is specified. Thanks to @Panagis1980 for
    the report!
    [#402](joshuaulrich/quantmod#402)

### Changes in 0.4.24 (2023-07-17)

1. Fix `getSymbols.oanda()` URL. Thanks to @macray76 for the report.
    [#387](joshuaulrich/quantmod#387)

### Changes in 0.4.23 (2023-06-14)

1. Fix `getQuote.yahoo()` error. Thanks to Ethan B. Smith for the report and
    patch!
    [#382](joshuaulrich/quantmod#382)
    [#383](joshuaulrich/quantmod#383)

1. Add `name` argument to `add_TA()`. Thanks to @SamoPP for the suggestion!
    [#377](joshuaulrich/quantmod#377)
    [#205](joshuaulrich/quantmod#205)
  • Loading branch information
mef committed Jan 4, 2025
1 parent 9e8d685 commit 68ff06d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions finance/R-quantmod/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2023/06/11 23:10:03 mef Exp $
# $NetBSD: Makefile,v 1.7 2025/01/04 22:38:15 mef Exp $

R_PKGNAME= quantmod
R_PKGVER= 0.4.22
R_PKGVER= 0.4.26
CATEGORIES= finance

MAINTAINER= [email protected]
Expand All @@ -14,6 +14,13 @@ DEPENDS+= R-TTR>=0.2:../../finance/R-TTR
DEPENDS+= R-xts>=0.9.0:../../math/R-xts
DEPENDS+= R-zoo>=1.8.6:../../math/R-zoo

# Packages suggested but not available: 'RMySQL', 'downloader'
TEST_DEPENDS+= R-DBI-[0-9]*:../../math/R-DBI
TEST_DEPENDS+= R-RSQLite-[0-9]*:../../databases/R-RSQLite
TEST_DEPENDS+= R-timeSeries-[0-9]*:../../finance/R-timeSeries
TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2


USE_LANGUAGES= # none

.include "../../math/R/Makefile.extension"
Expand Down
8 changes: 4 additions & 4 deletions finance/R-quantmod/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2023/06/11 23:10:03 mef Exp $
$NetBSD: distinfo,v 1.7 2025/01/04 22:38:15 mef Exp $

BLAKE2s (R/quantmod_0.4.22.tar.gz) = 81b726acd9c87a4b0c96eeecbf838a71b88c0b79245fdbf93de0ddebc6fb41ab
SHA512 (R/quantmod_0.4.22.tar.gz) = efdb8bef6fd978ef7da30ed0b7541c0fca9785ce448ec21788f1e46f69a80ecb7d2bdf7d030c46796f9ebeba2893ec310898cc705e2e7e4d95b000b6b1bed4f3
Size (R/quantmod_0.4.22.tar.gz) = 157912 bytes
BLAKE2s (R/quantmod_0.4.26.tar.gz) = 4b3e700ca22f3d5c9c0c141af84ac5db7781c8fcf5dfda5f024cebb329640b55
SHA512 (R/quantmod_0.4.26.tar.gz) = 39521672360f366bfab038283672c0de29e64b79fa389e62d45a634358876e7a90b6fc6419c2e4835f9e7a694a065a788a528509fc25d9d51597833c10f08b61
Size (R/quantmod_0.4.26.tar.gz) = 155454 bytes

0 comments on commit 68ff06d

Please sign in to comment.