Skip to content

Commit

Permalink
more testing webr
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Sep 23, 2024
1 parent bf6d9d9 commit ac941b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ S3method(unique,dist)
S3method(unique,phyDat)
S3method(unique,splits)
S3method(update,pml)
S3method(vcov,pml)
export(AICc)
export(Ancestors)
export(CI)
Expand Down Expand Up @@ -245,7 +246,6 @@ export(tidy)
export(transferBootstrap)
export(treedist)
export(upgma)
export(vcov.pml)
export(wRF.dist)
export(wpgma)
export(write.ancestral)
Expand Down
3 changes: 1 addition & 2 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@


chk <- requireNamespace("fastmatch", quietly = TRUE)
if(!chk) fmatch <- match

fmatch <- ifelse(chk, fastmatch::fmatch, base::match)

loadModule("Fitch_mod", TRUE)

Expand Down
2 changes: 1 addition & 1 deletion man/pml.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac941b6

Please sign in to comment.