Skip to content

Commit

Permalink
Update R/calculate.scaling.R
Browse files Browse the repository at this point in the history
Co-authored-by: Takafumi Yamaguchi <[email protected]>
  • Loading branch information
maotian06 and tyamaguchi-ucla authored Aug 19, 2024
1 parent 33e295b commit 2ccc89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/calculate.scaling.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ calculate.scaling <- function(data.matrices) {
return(scaling.factors);
} else {
# if not a list or a matrix return an error message to let the user know how to correct the input
stop('data.matrices needs to be a matrix, or a data.frame, or a list');
stop('`data.matrices` must be a matrix, a data frame or a list');
}
}

0 comments on commit 2ccc89f

Please sign in to comment.