Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Nov 22, 2024
1 parent f539cfb commit 5bdb928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/pml_generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ print.pml <- function(x, ...) {
#' data(woodmouse)
#' fit <- pml_bb(woodmouse, "JC", rearrangement = "none")
#' write.pml(fit, "woodmouse")
#' unlink(c("woodmouse_pml.txt", "woodmouse_tree.nwk", "woodmouse.rds"))
#' unlink(c("woodmouse.txt", "woodmouse_tree.nwk", "woodmouse_align.fasta"))
#' @importFrom utils citation
#' @export
write.pml <- function(x, file="pml", save_rds=FALSE, ...){
Expand Down
4 changes: 2 additions & 2 deletions man/write.pml.Rd

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

0 comments on commit 5bdb928

Please sign in to comment.