From 1ca7505ff1c91cb08e199552049d5af74694e95e Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Sat, 28 Oct 2023 11:03:44 +0100 Subject: [PATCH] CRAN release 1.4.10 --- DESCRIPTION | 2 +- NEWS.md | 4 ++-- vignettes/reference.Rmd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 93b62cf6..2925110f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ichimoku Type: Package Title: Visualization and Tools for Ichimoku Kinko Hyo Strategies -Version: 1.4.9.9000 +Version: 1.4.10 Description: An implementation of 'Ichimoku Kinko Hyo', also commonly known as 'cloud charts'. Static and interactive visualizations with tools for creating, backtesting and development of quantitative 'ichimoku' strategies. diff --git a/NEWS.md b/NEWS.md index 5c6ecf93..56379f34 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ -# ichimoku 1.4.9.9000 (development) +# ichimoku 1.4.10 -* Improved handling for OANDA API errors. +* Improves handling of OANDA API errors. # ichimoku 1.4.9 diff --git a/vignettes/reference.Rmd b/vignettes/reference.Rmd index df009bb6..8d2888dd 100644 --- a/vignettes/reference.Rmd +++ b/vignettes/reference.Rmd @@ -162,7 +162,7 @@ The input object may contain additional data not required for ichimoku analysis, ```{r ichimokupreserve} kumo <- ichimoku(TKR, keep.data = TRUE) -print(kumo[, "volume"], plot = FALSE) +kumo[, "volume"] ``` This consolidates all relevant data into a single object. The additional data can now also be plotted as a sub-plot beneath the main ichimoku cloud chart (see [custom sub-plots](#custom-sub-plots)).