Skip to content

Commit 6c30ed7

Browse files
committed
fix: disable build in zzz
1 parent a7801c3 commit 6c30ed7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/zzz.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#R
22

33
.onLoad <- function(lib, pkg){
4-
if(interactive()){
5-
.buildOnLoad()
6-
}
4+
#if(interactive()){
5+
# .buildOnLoad()
6+
# }
77
}
88

99
#' @importFrom utils packageVersion

0 commit comments

Comments
 (0)