PerformanceAnalytics icon indicating copy to clipboard operation
PerformanceAnalytics copied to clipboard

Level.calculate() is not being exported

Open cortinah opened this issue 4 years ago • 0 comments

Description

Level.calculate() is not being exported

Solution:

Add #' @export to line 41 of Level.calculate.R

Expected behavior

Level.calculate() is documented but not exported

Minimal, reproducible example

Level.calculate(r, seedValue=1000)

cortinah avatar Jul 07 '21 00:07 cortinah