Skip to content

Commit

Permalink
Disable automatic summary of node tables upon printing
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed May 2, 2023
1 parent 2dd1214 commit 01af510
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Expand Up @@ -3,7 +3,6 @@
S3method(as.phylo,slendr_phylo)
S3method(print,slendr_map)
S3method(print,slendr_model)
S3method(print,slendr_nodes)
S3method(print,slendr_pop)
S3method(print,slendr_region)
S3method(print,slendr_ts)
Expand Down
4 changes: 2 additions & 2 deletions R/print.R
Expand Up @@ -95,8 +95,8 @@ print.slendr_model <- function(x, ...) {
}


#' @rdname print.slendr_pop
#' @export
# @rdname print.slendr_pop
# @export
print.slendr_nodes <- function(x, ...) {
model <- attr(x, "model")
type <- attr(x, "type")
Expand Down
3 changes: 0 additions & 3 deletions man/print.slendr_pop.Rd

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

0 comments on commit 01af510

Please sign in to comment.