-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1001 Bytes
/
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
Package: taxastand
Title: Taxonomic Name Standardization
Version: 1.0.0
Authors@R:
person(given = "Joel",
family = "Nitta",
role = c("aut", "cre"),
email = "[email protected]")
Description: Matches species names to a taxonomic standard. Resolves synonyms consistently and reproducibly.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
SystemRequirements:
parsenames (<https://github.com/camwebb/taxon-tools>),
matchnames (<https://github.com/camwebb/taxon-tools>)
Imports:
assertr,
assertthat,
digest,
dplyr,
fs,
glue,
magrittr,
processx,
tibble,
tidyr
Roxygen: list(
markdown = TRUE,
roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet"))
RoxygenNote: 7.1.2
Depends: R (>= 4.1.0)
Suggests:
rmarkdown,
knitr,
roxyglobals (>= 0.2.1),
testthat (>= 3.0.0),
babelwhale
Config/testthat/edition: 3
Remotes:
anthonynorth/roxyglobals
VignetteBuilder: knitr