Skip to content

Commit

Permalink
fix note
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Oct 16, 2024
1 parent 6e7fa24 commit 128cd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ importFrom(stats,sd)
importFrom(stats,stepfun)
importFrom(stats,update)
importFrom(stats,xtabs)
importFrom(utils,citation)
importFrom(utils,combn)
importFrom(utils,download.file)
importFrom(utils,head)
Expand Down
1 change: 1 addition & 0 deletions R/pml_generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ print.pml <- function(x, ...) {
#' fit <- pml_bb(woodmouse, "JC", rearrangement = "none")
#' write.pml(fit, "woodmouse")
#' unlink(c("woodmouse_pml.txt", "woodmouse_tree.nwk"))
#' @importFrom utils citation
#' @export
write.pml <- function(x, file="pml", save_rds=TRUE, ...){
digits <- -1
Expand Down

0 comments on commit 128cd7c

Please sign in to comment.