Skip to content

Commit

Permalink
revert compiled check
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebaron committed Sep 24, 2024
1 parent 5dc2327 commit 1d02ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/funset.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ which_loaded <- function(x) {
}

funs_loaded <- function(x,crump=TRUE) {
main_loaded(x) && x@shlib$compiled
main_loaded(x) && compiled.mrgmod(x)
}

all_loaded <- function(x) all(which_loaded(x))
Expand Down

0 comments on commit 1d02ff2

Please sign in to comment.