Skip to content

Commit 579fffc

Browse files
committed
updating warning message
1 parent 6abb942 commit 579fffc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/ppc-errors.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,7 @@ ppc_error_scatter_avg_vs_x <- function(
301301
) {
302302
check_ignored_arguments(...)
303303

304-
.Deprecated(new = "ppc_error_scatter_avg()",
305-
msg = "Use ppc_error_scatter_avg(x = x) instead of ppc_error_scatter_avg_vs_x().")
304+
.Deprecated(new = "ppc_error_scatter_avg(y, yrep, x)")
306305

307306
y <- validate_y(y)
308307
yrep <- validate_predictions(yrep, length(y))

0 commit comments

Comments
 (0)