Describe the bug
The likelihood column returned by convert_output() should be numeric not a character.
Describe how to reproduce the bug
asar_output <- asar::convert_output(
"https://raw.githubusercontent.com/pfmc-assessments/petrale/refs/heads/main/models/2023.a034.001/Report.sso",
model = "SS3"
)
class(asar_output[["likelihood"]])
[1] "character"
Screenshots
No response
Which OS are you seeing the problem on?
Windows
Which version of asar are you seeing the problem on?
asar_1.5.0
Additional Context
No response