Package: taxlist
Version: 0.1.7
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,
        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: 'NULLing.R''auxiliary_functions.R''deprecated-functions.R'
        'replace_x.R''dissect_name.R''clean_strings.R'
        'taxlist-class.R''clean.R''as.list.R''taxon_views.R''add_view.R'
        'count_taxa.R''taxon_names.R''taxon_relations.R''taxon_traits.R'
        'levels.R''add_concept.R''update_concept.R''add_synonym.R'
        'accepted_name.R''synonyms.R''basionym.R''update_name.R''delete_name.R'
        'get_children.R' 'change_concept.R''Extract.R''subset.R'
        'merge_taxa.R''backup_object.R''load_last.R''summary.R'
        'df2taxlist.R''tv2taxlist.R''tnrs.R''tax2traits.R''match_names.R''print_name.R'
        'StartMessage.R'
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-01-10 09:20:13 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-01-10 16:30:02 UTC
