### 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 ```r Level.calculate(r, seedValue=1000) ```