Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Sep 23, 2024
1 parent 8be37ee commit 830ce2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


chk <- requireNamespace("fastmatch", quietly = TRUE)
fmatch <- ifelse(chk, fastmatch::fmatch, base::match)
fmatch <- ifelse(chk, fastmatch::fmatch, function(x, ...)match(x, ...))

loadModule("Fitch_mod", TRUE)

Expand Down

0 comments on commit 830ce2b

Please sign in to comment.