-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: taxa
Type: Package
Title: Classes for Storing and Manipulating Taxonomic Data
Description: Provides classes for storing and manipulating taxonomic data.
Most of the classes can be treated like base R vectors (e.g. can be used
in tables as columns and can be named). Vectorized classes can store taxon names
and authorities, taxon IDs from databases, taxon ranks, and other types of
information. More complex classes are provided to store taxonomic trees and
user-defined data associated with them.
Version: 0.4.3
Authors@R: c(
person("Scott", "Chamberlain", role = "aut",
email = "[email protected]", comment = c(ORCID = "0000-0003-1444-9135")),
person("Zachary", "Foster", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-5075-0948"))
)
Depends:
R (>= 3.0.2),
vctrs
LazyLoad: yes
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://docs.ropensci.org/taxa/, https://github.com/ropensci/taxa
BugReports: https://github.com/ropensci/taxa/issues
Roxygen: list(markdown = TRUE)
Imports:
dplyr,
magrittr,
tibble,
rlang,
stringr,
crayon,
utils,
pillar,
methods,
viridisLite,
cli
Suggests:
roxygen2 (>= 6.0.1),
testthat,
rmarkdown (>= 0.9.6)
RoxygenNote: 7.3.1
X-schema.org-applicationCategory: Taxonomy
X-schema.org-keywords: taxonomy, biology, hierarchy