Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Feb 14, 2024
1 parent 88fa224 commit 5e53e16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,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 @@ -230,7 +231,6 @@ export(tidy)
export(transferBootstrap)
export(treedist)
export(upgma)
export(vcov.pml)
export(wRF.dist)
export(wpgma)
export(write.nexus.dist)
Expand Down
1 change: 1 addition & 0 deletions R/pml_generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ anova.pml <- function(object, ...) {
}


#' @rdname pml
#' @export
vcov.pml <- function(object, ...) {
FI <- score(object, FALSE)[[2]]
Expand Down
5 changes: 4 additions & 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 5e53e16

Please sign in to comment.