Skip to content

Commit

Permalink
CRAN release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Feb 5, 2024
1 parent 796f5b0 commit f1d6372
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.13.9000
Version: 1.5.0
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
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ichimoku 1.4.13.9000 (development)
# ichimoku 1.5.0

#### New features:

Expand Down
2 changes: 1 addition & 1 deletion R/ichimoku-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@
if (i %in% c(1:3, 11:13)) Sys.sleep(0.03) else Sys.sleep(0.08)
}
cat("\n")
invisible(substitute())
invisible(quote(expr=))
}

0 comments on commit f1d6372

Please sign in to comment.