Skip to content

Commit

Permalink
Really fix #121
Browse files Browse the repository at this point in the history
* after retesting on R 3.6.3
  • Loading branch information
jefferis committed May 9, 2020
1 parent f5bddb2 commit 7660285
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/info.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ neuprint_ROI_hierarchy <- function(root=NULL, rval=c("edgelist","graph"),
as.character(x)
else
x
}, simplify = FALSE))
}, simplify = FALSE), stringsAsFactors=FALSE)
g=igraph::graph_from_data_frame(el, directed = TRUE)
if(!is.null(root)) {
if(isFALSE(root%in%names(igraph::V(g))))
Expand Down
Binary file modified tests/testthat/testdata/hemibrain_neuprint_ROI_hierarchy.rds
Binary file not shown.

0 comments on commit 7660285

Please sign in to comment.