Skip to content

Commit

Permalink
Update R/as_result_data.R
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Fischer <[email protected]>
  • Loading branch information
be-marc and sebffischer authored Dec 4, 2024
1 parent 1e00462 commit 1559518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/as_result_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ as_result_data = function(
}

if (!is.null(data_extra) && length(data_extra) != N) {
stopf("Number of data_extra (%i) must match the number of resampling iterations (%i)", length(data_extra), N)
stopf("Length of data_extra (%i) must match the number of resampling iterations (%i)", length(data_extra), N)
}

ResultData$new(data.table(
Expand Down

0 comments on commit 1559518

Please sign in to comment.