Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau committed Jan 23, 2024
1 parent 0fa1115 commit 802fb45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand

S3method(drawDetails,bubLegend)
export("[")
export("edgeLabels<-")
export("edgeLength<-")
export("labels<-")
Expand Down Expand Up @@ -73,7 +74,6 @@ exportClasses(phylo4)
exportClasses(phylo4d)
exportClasses(phylo4vcov)
exportMethods("[")
exportMethods(`[`)
exportMethods(head)
exportMethods(labels)
exportMethods(names)
Expand Down
2 changes: 1 addition & 1 deletion R/phylobase-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
##' @importFrom ade4 newick2phylog
##' @importFrom rncl rncl
##'
##' @exportMethod print head tail reorder plot summary `[`
##' @exportMethod print head tail reorder plot summary
##'
## exportMethod should only be used for generics defined outside the package!
## @exportMethod phylo4 phylo4d
Expand Down
1 change: 1 addition & 0 deletions R/subset-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ setMethod("subset", "phylo4", function(x, tips.include=NULL,

##' @rdname subset-methods
##' @exportMethod "["
##' @export
setGeneric("[")

##### -------- phylo4 '[' methods
Expand Down

0 comments on commit 802fb45

Please sign in to comment.