-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.02 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
Package: fishrfun
Title: Fish-specific R functions
Version: 0.0.0.9000
Authors@R:
person("Mattia", "Ghilardi", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9592-7252"))
Description: A tool to facilitate and accelerate the analysis of fish
community data, which can derive from a variety of survey techniques
and often include taxa identified to different taxonomic levels.
License: MIT + file LICENSE
URL: https://github.com/mattiaghilardi/fishrfun
BugReports: https://github.com/mattiaghilardi/fishrfun/issues
Depends:
R (>= 4.0)
Imports:
ape,
cli (>= 3.0.0),
curl,
dplyr (>= 1.1.0),
fishtree,
magrittr (>= 1.5),
memoise,
purrr,
RCurl,
rfishbase (>= 3.1.9),
rlang,
stringdist,
stringi,
taxadb (>= 0.2.1),
tibble,
tidyr (>= 1.0.0)
Suggests:
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Language: en-US