Package: taxlist Version: 0.3.6 Encoding: UTF-8 Title: Handling Taxonomic Lists Authors@R: c( person("Miguel", "Alvarez", email="kamapu78@gmail.com", role=c("aut","cre"), comment=c(ORCID="0000-0003-1500-1834")), person("Zachary", "Foster", email="zacharyfoster1989@gmail.com", role="ctb", comment=c(ORCID = "0000-0002-5075-0948")), person("Sam", "Levin", email="levisc8@gmail.com", role="rev"), person("Margaret", "Siple", email="siplem@uw.edu", role="rev") ) Depends: R(>= 4.3) Imports: biblio (>= 0.0.8), foreign, methods, stats, stringdist, stringi, stringr, tools, utils Suggests: ape, knitr, rmarkdown, taxa, testthat LazyData: true Description: Handling taxonomic lists through objects of class 'taxlist'. This package provides functions to import species lists from 'Turboveg' () and the possibility to create backups from resulting R-objects. Also quick displays are implemented as summary-methods. License: GPL (>= 2) Roxygen: list(markdown = TRUE) URL: https://cran.r-project.org/package=taxlist, https://github.com/ropensci/taxlist, https://docs.ropensci.org/taxlist/ BugReports: https://github.com/ropensci/taxlist/issues Collate: 'imports.R' 'internal.R' 'sort_taxa.R' 'levels.R' 'prune_levels.R' 'deprecated-functions.R' 'id_generator.R' 'replace_x.R' 'reindex.R' 'insert_rows.R' 'dissect_name.R' 'clean_strings.R' 'taxlist-class.R' 'matched_names-class.R' 'clean.R' 'coerce-methods.R' 'taxon_views.R' 'count_taxa.R' 'taxon_names.R' 'taxon_relations.R' 'add_concept.R' 'taxon_traits.R' 'accepted_name.R' 'get_children.R' 'merge_to_parent.R' 'merge_taxa.R' 'Extract.R' 'subset.R' 'backup_object.R' 'summary.R' 'df2taxlist.R' 'tv2taxlist.R' 'tax2traits.R' 'match_names.R' 'print_name.R' 'indented_list.R' 'Easplist-data.R' 'taxlist-package.R' 'taxlist2df.R' 'parents.R' VignetteBuilder: knitr RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-02-03 07:50:01 UTC RemoteUrl: https://github.com/ropensci/taxlist RemoteRef: main RemoteSha: 7e74a1b4203eeee4319964d287e860795f585d80 NeedsCompilation: no Packaged: 2026-07-01 08:27:28 UTC; root Author: Miguel Alvarez [aut, cre] (ORCID: ), Zachary Foster [ctb] (ORCID: ), Sam Levin [rev], Margaret Siple [rev] Maintainer: Miguel Alvarez