Package: taxlist
Version: 0.1.8
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"))
    )
Depends: R(>= 3.5.0)
Imports: foreign, methods, stats, taxa, taxize, stringdist, utils,
        vegdata
Suggests: devtools, goodpractice, knitr, stringi, testthat, rmarkdown,
        roxygen2, covr
LazyData: true
Description: Handling taxonomic lists through objects of class 'taxlist'.
    This package provides functions to import species lists from 'Turboveg'
    (<https://www.synbiosys.alterra.nl/turboveg>) and the possibility to create
    backups from resulting R-objects.
    Also quick displays are implemented as summary-methods.
License: GPL (>= 2)
URL: https://cran.r-project.org/package=taxlist,
        https://github.com/kamapu/taxlist
BugReports: https://github.com/kamapu/taxlist/issues
Collate: 'imports.R' 'NULLing.R' 'internal.R' 'deprecated-functions.R'
        'replace_x.R' 'dissect_name.R' 'clean_strings.R'
        'taxlist-class.R' 'clean.R' 'as.list.R' 'taxon_views.R'
        'count_taxa.R' 'taxon_names.R' 'taxon_relations.R'
        'taxon_traits.R' 'levels.R' 'accepted_name.R' 'get_children.R'
        'merge_taxa.R' 'Extract.R' 'subset.R' 'backup_object.R'
        'summary.R' 'df2taxlist.R' 'tv2taxlist.R' 'tnrs.R'
        'tax2traits.R' 'match_names.R' 'print_name.R'
        'taxlist2taxmap.R' 'Easplist-data.R' 'taxlist-package.R'
        'StartMessage.R'
VignetteBuilder: knitr
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-04-20 10:13:32 UTC; ma
Author: Miguel Alvarez [aut, cre] (<https://orcid.org/0000-0003-1500-1834>),
  Zachary Foster [ctb] (<https://orcid.org/0000-0002-5075-0948>)
Maintainer: Miguel Alvarez <kamapu78@gmail.com>
Repository: CRAN
Date/Publication: 2020-04-29 17:20:03 UTC
