Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 14, 2024
1 parent e6209b6 commit 08eb9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check_residuals.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ check_residuals.performance_simres <- function(x,
alternative <- match.arg(alternative)
ts <- suppressWarnings(

Check warning on line 42 in R/check_residuals.R

View workflow job for this annotation

GitHub Actions / lint-changed-files / lint-changed-files

file=R/check_residuals.R,line=42,col=3,[object_overwrite_linter] 'ts' is an exported object from package 'stats'. Avoid re-using such symbols.
stats::ks.test(
stats::residuals(simulated_residuals),
stats::residuals(x),
"punif",
alternative = alternative,
...
Expand Down

0 comments on commit 08eb9e0

Please sign in to comment.