Skip to content

Commit

Permalink
CRAN release 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Oct 28, 2023
1 parent ee0a1b8 commit 1ca7505
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion vignettes/reference.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down

0 comments on commit 1ca7505

Please sign in to comment.