-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 2.18 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
Package: SP2000
Type: Package
Title: Catalogue of Life Toolkit
Version: 0.2.0
Date: 2020-10-26
Authors@R: c(
person(given = "Liuyong", family = "Ding", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID="0000-0002-5490-182X")),
person(given = "Minrui", family = "Huang", email = "[email protected]", role = "ctb"),
person(given = "Ke", family = "Yang", email = "[email protected]", role = "ctb"),
person(given = "Jun", family = "Wang", email = "[email protected]", role = "ctb", comment = c(ORCID="0000-0003-2481-1409")),
person(given = "Juan", family = "Tao", email = "[email protected]", role = "ctb"),
person(given = "Chengzhi", family = "Ding", email = "[email protected]", role = "ctb", comment = c(ORCID="0000-0001-5215-7374")),
person(given = "Daming", family = "He", email = "[email protected]", role = "ctb")
)
Maintainer: Liuyong Ding <[email protected]>
Description: A programmatic interface to <http://sp2000.org.cn>, re-written based on an accompanying 'Species 2000' API. Access tables describing catalogue of the Chinese known species of animals, plants, fungi, micro-organisms, and more. This package also supports access to catalogue of life global <http://catalogueoflife.org>, China animal scientific database <http://zoology.especies.cn> and catalogue of life Taiwan <https://taibnet.sinica.edu.tw/home_eng.php>. The development of 'SP2000' package were supported by Biodiversity Survey and Assessment Project of the Ministry of Ecology and Environment, China <2019HJ2096001006>,Yunnan University's "Double First Class" Project <C176240405> and Yunnan University's Research Innovation Fund for Graduate Students <2019227>.
Depends: R (>= 3.0.0)
Imports:
jsonlite,
tibble,
pbmcapply,
purrr,
rlist,
XML,
xml2,
DT,
urltools
Suggests:
utils,
testthat
License: Artistic-2.0
URL: https://otoliths.github.io/SP2000/
BugReports: https://github.com/Otoliths/SP2000/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1