Skip to content

Commit 0f8a34c

Browse files
committed
Fix check NOTE
1 parent 2212901 commit 0f8a34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/cec.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,6 @@ cec.interactive <- function(x,
510510
ignore <- readline(prompt = "Press <Enter>:")
511511
}
512512

513-
par(old.ask)
513+
graphics::par(old.ask)
514514
Z
515515
}

0 commit comments

Comments
 (0)