Skip to content

Commit

Permalink
Merge pull request #88 from phylotastic/reltime-fix
Browse files Browse the repository at this point in the history
Reltime fix
  • Loading branch information
LunaSare committed Dec 16, 2023
2 parents 52005cd + c575746 commit c668b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/opentree_chronograms.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ phylo_has_brlen <- function(phy) {
get_opentree_chronograms <- function(max_tree_count = "all") {
options(warn = 1)
start_time <- Sys.time() # to register run time
chronogram_matches <- rotl::studies_find_trees(property = "ot:branchLengthMode",
value = "ot:time",
chronogram_matches <- rotl::studies_find_trees(property = "ot:branchLengthTimeUnit",
value = "Myr",
detailed = TRUE,
verbose = FALSE)
# rotl::studies_find_trees throws this Warning in rbind(c(n_trees = "1", tree_ids = "tree6160", candidate = "tree6160", :
Expand Down

0 comments on commit c668b40

Please sign in to comment.