Skip to content

Commit

Permalink
[skip actions] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 14, 2023
1 parent 1ec6575 commit 1e424d9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions R/Simulations-validity.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ v_simulations <- function(object) {

v$check(
checkmate::test_matrix(object@stop_report,
mode = "logical",
nrows = nSims,
min.cols = 1,
any.missing = FALSE
mode = "logical",
nrows = nSims,
min.cols = 1,
any.missing = FALSE
),
"stop_report must be a matrix of mode logical in which the number of rows equals the number of simulations
and which must not contain any missing values"
Expand Down Expand Up @@ -184,5 +184,3 @@ v_da_simulations <- function(object) {

v$result()
}


0 comments on commit 1e424d9

Please sign in to comment.