Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Nov 5, 2024
1 parent 081825e commit eeb2030
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ export(bab)
export(baseFreq)
export(bootstrap.phyDat)
export(bootstrap.pml)
export(c.phyDat)
export(candidate_tree)
export(cbind.phyDat)
export(cladePar)
export(coalSpeciesTree)
export(codon2dna)
Expand Down
9 changes: 3 additions & 6 deletions R/phyDat.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ print.phyDat <- function (x, ...){
cat("The states are",attr(x,"levels"), "\n")
}


#' @export cbind.phyDat
#' @rdname phyDat
#' @export
cbind.phyDat <- function(..., gaps="-", compress=TRUE){
object <- as.list(substitute(list(...)))[-1]
Expand Down Expand Up @@ -160,8 +159,7 @@ cbind.phyDat <- function(..., gaps="-", compress=TRUE){
}


# @rdname phyDat
#' @export c.phyDat
#' @rdname phyDat
#' @export
rbind.phyDat <- function(...){
x <- list(...)
Expand Down Expand Up @@ -190,8 +188,7 @@ rbind.phyDat <- function(...){
}


# @rdname phyDat
#' @export c.phyDat
#' @rdname phyDat
#' @export
c.phyDat <- cbind.phyDat

Expand Down
7 changes: 7 additions & 0 deletions man/phyDat.Rd

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

0 comments on commit eeb2030

Please sign in to comment.