Skip to content

Commit

Permalink
fix #847 add epifamily rank to rank_ref_zoo dataset, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Sep 28, 2020
1 parent 63cc187 commit b8c948c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: Interacts with a suite of web 'APIs' for taxonomic tasks,
species names, getting taxonomic hierarchies, fetching downstream and
upstream taxonomic names, getting taxonomic synonyms, converting
scientific to common names and vice versa, and more.
Version: 0.9.98.91
Version: 0.9.98.92
License: MIT + file LICENSE
URL: https://docs.ropensci.org/taxize/ (website),
https://github.com/ropensci/taxize (devel),
Expand Down
2 changes: 1 addition & 1 deletion R/worms_downstream.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ worms_downstream <- function(id, downto, intermediate = FALSE, start = 1,
while (stop_ == "not") {
iter <- iter + 1
tt <- dt2df(lapply(id, function(x)
worms_children(x, start = start, ...)), idcol = FALSE)
worms_children(x, start = start)), idcol = FALSE)
tt <- prune_too_low(tt, downto, zoo = TRUE)

if (NROW(tt) == 0) {
Expand Down
Binary file modified data/rank_ref_zoo.RData
Binary file not shown.
4 changes: 2 additions & 2 deletions inst/ignore/rank_ref_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ids_zoo <- c(
'83','84','85','86','87', # cohort
'90','100','110','120','125', # order
'126','127', # section/subsection
'130','140','150', # family
'130','135','140','150', # family
'155','160','170', # tribe
'180','190','215','217', # genus
'220','225','230', # species/etc.
Expand All @@ -64,7 +64,7 @@ ranks_zoo <- c(
'megacohort','supercohort','cohort','subcohort','infracohort', # cohort
'superorder','order','suborder','infraorder','parvorder', # order
'section','subsection', # section/subsection
'superfamily','family','subfamily', # family
'superfamily','epifamily','family','subfamily', # family
'supertribe','tribe','subtribe', # tribe
'genus','subgenus','species group,series','species subgroup', # genus
'species','infraspecies','subspecies,forma specialis', # species/etc.
Expand Down

0 comments on commit b8c948c

Please sign in to comment.