Skip to content

Commit 6751ab8

Browse files
Set progressr.delay=0.01 when running R CMD check
1 parent b7467ae commit 6751ab8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

R/zzz.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.onLoad <- function(libname, pkgname) {
2+
if (in_r_cmd_check()) {
3+
options(progressr.delay = 0.01)
4+
}
5+
}

0 commit comments

Comments
 (0)