Skip to content

Commit

Permalink
Merge pull request #461 from ropensci/fix_es
Browse files Browse the repository at this point in the history
fix for issue #460
  • Loading branch information
eduardszoecs committed Sep 25, 2015
2 parents 609db20 + 5564d9a commit 677fc40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/itis_downstream.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ itis_downstream <- function(tsns, downto, intermediate = FALSE, ...) {
stop_ <- "not"
}
}
intermed[[iter]] <- setNames(intermed[[iter]], tolower(names(intermed[[iter]])))
}
tmp <- ldply(out)
if (intermediate) {
Expand Down

0 comments on commit 677fc40

Please sign in to comment.