Skip to content

Commit

Permalink
CRAN release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Dec 8, 2022
1 parent 9608a56 commit 65d9681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.2.9000
Version: 1.4.3
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 All @@ -28,7 +28,7 @@ URL: https://shikokuchuo.net/ichimoku/, https://github.com/shikokuchuo/ichimoku/
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.2)
R (>= 3.3)
Imports:
ggplot2 (>= 3.4.0),
nanonext (>= 0.7.0),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ichimoku 1.4.2.9000 (development)
# ichimoku 1.4.3

#### New features:

Expand All @@ -9,7 +9,7 @@
* Improved performance and reliability of `oanda_stream()`. Returned dataframe no longer contains the column 'type', which was always 'PRICE'.
* Fixes to `ichimoku()` validation code for POSIXct handling changes in upcoming R 4.3.0.
* No longer attempts to plot a single row (subset) ichimoku object.
* Required version of 'ggplot2' increased to 3.4.0 due to API changes in the former.
* API changes in 'ggplot2' require version >= 3.4.0; R version requirement consequently raised to 3.3.
* Improved stability of OANDA functions requiring nanonext >= 0.7.0.
* Switch from 'jsonlite' to 'RcppSimdJson' for JSON parsing.
* Internal performance enhancements.
Expand Down

0 comments on commit 65d9681

Please sign in to comment.