Skip to content

Commit

Permalink
ichimoku 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Apr 10, 2024
1 parent 95378d6 commit c47c0d9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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.5.0.9000
Version: 1.5.1
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: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# ichimoku 1.5.0.9000 (development)
# ichimoku 1.5.1

* Fixes `oanda_studio()` so that the live chart no longer greys out when updating (with recent Shiny versions).

# ichimoku 1.5.0

Expand Down
1 change: 1 addition & 0 deletions R/oanda.R
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ oanda_studio <- function(instrument = "USD_JPY",
tags$head(tags$style("
#chart {height: calc(100vh - 147px) !important}
.control-label {font-weight: 400}
.recalculating {opacity: 1.0}
")),
fillPage(
padding = 20,
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ An implementation of 'Ichimoku Kinko Hyo', also commonly known as 'cloud charts'

## Installation

Install the released version of ichimoku from CRAN:
Install the latest release of ichimoku from CRAN:

``` r
install.packages("ichimoku")
```

Or the latest development version from rOpenSci R-universe:
Or the development version from R-universe:

``` r
install.packages("ichimoku", repos = "https://shikokuchuo.r-universe.dev")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ government bonds and stock indices.

## Installation

Install the released version of ichimoku from CRAN:
Install the latest release of ichimoku from CRAN:

``` r
install.packages("ichimoku")
```

Or the latest development version from rOpenSci R-universe:
Or the development version from R-universe:

``` r
install.packages("ichimoku", repos = "https://shikokuchuo.r-universe.dev")
Expand Down

0 comments on commit c47c0d9

Please sign in to comment.