You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see table.TrailingPeriodsRel is listed under the Index and under the
table.RollingPeriods {PerformanceAnalytics}, but in package version 2.0.4 when I try to use this it shows:
Error: object 'table.TrailingPeriodsRel' not found
I want to calculate a trailing active returns table for a number of funds with benchmarks.
Looking at your code, it seems this has been deprecated/renamed to table.RollingPeriods but I was wondering if there is a problem passing this to this new function*, or do you need to change the documentation (which I am happy to help with - as it is not clear table.RollingPeriods takes Rb and not just R)?
I would appreciate a steer of what to do.
Thanks for a fantastic package.
P.S. Using R version 4.0.3
*P.P.S. Are you missing a #' @export table.TrailingPeriodsRel in your package as the code is there?
The text was updated successfully, but these errors were encountered:
micstr
changed the title
table.TrailingPeriodsRel Error: object 'table.TrailingPeriodsRel' not found
Missing function Error: object 'table.TrailingPeriodsRel' not found (not exported?)
Feb 5, 2021
I see
table.TrailingPeriodsRel
is listed under the Index and under thetable.RollingPeriods {PerformanceAnalytics}, but in package version 2.0.4 when I try to use this it shows:
I want to calculate a trailing active returns table for a number of funds with benchmarks.
Looking at your code, it seems this has been deprecated/renamed to table.RollingPeriods but I was wondering if there is a problem passing this to this new function*, or do you need to change the documentation (which I am happy to help with - as it is not clear table.RollingPeriods takes Rb and not just R)?
I would appreciate a steer of what to do.
Thanks for a fantastic package.
P.S. Using R version 4.0.3
*P.P.S. Are you missing a
#' @export table.TrailingPeriodsRel
in your package as the code is there?The text was updated successfully, but these errors were encountered: