Skip to content

Commit

Permalink
bug fix for bug fix on issue #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Justison committed Sep 6, 2024
1 parent 0ed32ea commit 7e2c415
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/read.net.R
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ as.evonet.phylo2 <- function(x, ...)
read.net <- function(file = "", text = NULL, comment.char = "", ...)
{
x <- read.tree2(file = file, text = text, comment.char = comment.char, ...)
as.evonet.phylo2(x[[1]])
if("multiPhylo" %in% class(x)){
lapply(x,as.evonet.phylo2)
}else{
Expand Down

0 comments on commit 7e2c415

Please sign in to comment.