-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.16 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
Package: rFishTaxa
Type: Package
Title: R Interface to 'Eschmeyer's Catalog of Fishes'
Version: 0.1.0
Date: 2022-09-08
Authors@R: c(person(given = "Liuyong", family = "Ding", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID="0000-0002-5490-182X")),
person(given = "Zhixin", family = "Zhang", email = "[email protected]", role = "ctb")
)
Maintainer: Liuyong Ding <[email protected]>
Description: `Eschmeyer's Catalog of Fishes` <https://www.calacademy.org/scientists/projects/catalog-of-fishes> is the authoritative reference for taxonomic fish names, featuring a searchable online database. This package helps users to query valid taxonomic fish information for biodiversity estimates, conservation issues, etc.
Depends: R (>= 4.0.0)
Imports:
httr,
tibble,
magrittr,
xml2,
dplyr,
stringr,
rvest,
janitor
Suggests:
utils,
testthat,
rmarkdown,
knitr,
prettydoc,
devtools
VignetteBuilder:
knitr,
rmarkdown
License: Artistic-2.0
URL: https://otoliths.github.io/rFishTaxa/
BugReports: https://github.com/Otoliths/rFishTaxa/issues
Encoding: UTF-8
RoxygenNote: 7.1.2