# Create an empty BorgRisk object (no risks detected)
show(new("BorgRisk",
risks = list(),
n_hard = 0L,
n_soft = 0L,
is_valid = TRUE,
train_indices = 1:80,
test_indices = 81:100,
timestamp = Sys.time(),
call = quote(borg_inspect(x))
))
Run the code above in your browser using DataLab