-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor and update TTR #6
Comments
I'd like to do something similar with TTR, but it would stay in a different package like it is now.
|
Updated the title of the issue because 'tidy' makes me shiver. |
I guess the rule would be something like: TTR function should not loop over multi-column input. The looping should be done explicitly by the caller. |
think this is an example of this issue, or at least related joshuaulrich/xts#366 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
not sure if TTR is in scope for this or not, but one of the things i'd like to see is some of technical calculations:
diff.xts
NA
if the input is too short, like run* functions optionally return all NA if nrow(x) < n TTR#68The text was updated successfully, but these errors were encountered: