Skip to content

Commit

Permalink
fix: disable build in zzz
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse committed Dec 4, 2024
1 parent a7801c3 commit 6c30ed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#R

.onLoad <- function(lib, pkg){
if(interactive()){
.buildOnLoad()
}
#if(interactive()){
# .buildOnLoad()
# }
}

#' @importFrom utils packageVersion
Expand Down

0 comments on commit 6c30ed7

Please sign in to comment.