Releases: shikokuchuo/ichimoku
Releases · shikokuchuo/ichimoku
ichimoku 1.5.5
New features:
oanda_studio()
adds option 'multi.session' to facilitate multiple sessions to be used with the Shiny app (for example more than one browser page).
Updates:
- Optimizes package load efficiency with
mirai
andRcppSimdJson
only loaded the first time they are used.
ichimoku 1.5.4
ichimoku 1.5.3
Updates:
- Internal performance enhancements.
- Requires secretbase >= 1.0.0.
ichimoku 1.5.2
Updates:
- Requires nanonext >= 1.0.0 and mirai >= 1.0.0.
archive()
reverts to using SHA256.
ichimoku 1.5.1
- Fixes
oanda_studio()
so that the live chart no longer greys out when updating (with recent Shiny versions).
CRAN release 1.5.0
ichimoku 1.5.0
New features:
archive()
updated to use the fast and memory-efficient implementation of SHA3-256 from {secretbase} for data verification.- Note: archive files created using earlier package versions can no longer be verified using
archive()
but may nevertheless be loaded usingreadRDS()
.
- Note: archive files created using earlier package versions can no longer be verified using
Updates:
- Requires secretbase.
CRAN release 1.4.13
ichimoku 1.4.13
Updates:
oanda_quote()
now correctly writes a new line after each quote.- Internal performance enhancements.
- Requires nanonext >= 0.12.0 and mirai >= 0.12.0.
CRAN release 1.4.12
ichimoku 1.4.12
Updates:
- Uses 'mirai' to run
oanda_studio(new.process = TRUE)
- Fixes
oanda_switch()
after a regression in 1.4.11. - Updates internal OANDA instruments list.
- Internal performance enhancements.
CRAN release 1.4.11
ichimoku 1.4.11
- Allows using the environment variable 'OANDA_API_KEY' as an alternative to the 'keyring' package.
- Arguments 'keep.data' and 'keep.attrs' across the package now have an explicit default value of FALSE (no resultant change in behaviour).
- Internal performance enhancements.
- Requires nanonext >= 0.11.0.
CRAN release 1.4.10
ichimoku 1.4.10
- Improves handling of OANDA API errors.