From 68ff06dd928eaa9eb34af021617451b2e5bbac85 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 4 Jan 2025 22:38:15 +0000 Subject: [PATCH] (finance/R-quantmod) Updated 0.4.22 to 0.4.26, NEWS.md not recent ### 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](https://github.com/joshuaulrich/quantmod/issues/392) [#393](https://github.com/joshuaulrich/quantmod/issues/393) [#395](https://github.com/joshuaulrich/quantmod/issues/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](https://github.com/joshuaulrich/quantmod/issues/255) 1. Add fields to `getQuote.yahoo()` that are returned when no fields are explicitly requested. Thanks to @Courvoisier13 for the report! [#335](https://github.com/joshuaulrich/quantmod/issues/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](https://github.com/joshuaulrich/quantmod/issues/351) [#381](https://github.com/joshuaulrich/quantmod/issues/381) [#399](https://github.com/joshuaulrich/quantmod/issues/399) 1. Add warning if `getSymbols()` is called with tickers that are reserved words because accessing them requires back-quotes (e.g. ``NA``). [#401](https://github.com/joshuaulrich/quantmod/issues/401) 1. Fix `allReturns()` when 'subset' is specified. Thanks to @Panagis1980 for the report! [#402](https://github.com/joshuaulrich/quantmod/issues/402) ### Changes in 0.4.24 (2023-07-17) 1. Fix `getSymbols.oanda()` URL. Thanks to @macray76 for the report. [#387](https://github.com/joshuaulrich/quantmod/issues/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](https://github.com/joshuaulrich/quantmod/issues/382) [#383](https://github.com/joshuaulrich/quantmod/issues/383) 1. Add `name` argument to `add_TA()`. Thanks to @SamoPP for the suggestion! [#377](https://github.com/joshuaulrich/quantmod/issues/377) [#205](https://github.com/joshuaulrich/quantmod/issues/205) --- finance/R-quantmod/Makefile | 11 +++++++++-- finance/R-quantmod/distinfo | 8 ++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/finance/R-quantmod/Makefile b/finance/R-quantmod/Makefile index 92ec2fe8e6a1..ee1663541d7d 100644 --- a/finance/R-quantmod/Makefile +++ b/finance/R-quantmod/Makefile @@ -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= minskim@NetBSD.org @@ -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" diff --git a/finance/R-quantmod/distinfo b/finance/R-quantmod/distinfo index b8d37144c47d..6381ab414412 100644 --- a/finance/R-quantmod/distinfo +++ b/finance/R-quantmod/distinfo @@ -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