Skip to content

Commit

Permalink
Bump version and update news
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaulrich committed Nov 28, 2023
1 parent 0b7299f commit d152a3f
Show file tree
Hide file tree
Showing 2 changed files with 7 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: TTR
Type: Package
Title: Technical Trading Rules
Version: 0.24.3.1
Version: 0.24.4
Authors@R: c(
person(given="Joshua", family="Ulrich", role=c("cre","aut"), email="[email protected]"),
person(given=c("Ethan","B."), family="Smith", role="ctb")
Expand Down
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changes in 0.24.X
# Changes in 0.24.4

* Added Ethan B. Smith as a contributor. Thanks Ethan!

Expand All @@ -11,9 +11,13 @@

### BUG FIXES

* Fix `stockSymbols()` for ticker "NA". `read.table()` converts the string "NA"
to a missing value (NA) because `na.strings = "NA"` by default. This causes
an issue because there's actually a company with "NA" for the ticker. (#128)

- `CTI()` did not pad its result with leading NA when the input was not
coerced to an xts object. This was different from other TTR functions
(e.g. `SMA()`, `RSI()`, `ROC()`). (#127).
(e.g. `SMA()`, `RSI()`, `ROC()`). (#127)

- Removed the `VMA()` function, which was never correct because the
results made no sense.
Expand Down

0 comments on commit d152a3f

Please sign in to comment.