-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
109 lines (109 loc) · 3.96 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Package: taxize
Title: Taxonomic Information from Around the Web
Description: Interacts with a suite of web application programming interfaces
(API) for taxonomic tasks, such as getting database specific taxonomic
identifiers, verifying species names, getting taxonomic hierarchies, fetching
downstream and upstream taxonomic names, getting taxonomic synonyms, converting
scientific to common names and vice versa, and more. Some of the services
supported include 'NCBI E-utilities' (<https://www.ncbi.nlm.nih.gov/books/NBK25501/>),
'Encyclopedia of Life' (<https://eol.org/docs/what-is-eol/data-services>),
'Global Biodiversity Information Facility' (<https://techdocs.gbif.org/en/openapi/>),
and many more. Links to the API documentation for other supported services are
available in the documentation for their respective functions in this package.
Version: 0.10.0
License: MIT + file LICENSE
URL: https://docs.ropensci.org/taxize/ (website),
https://github.com/ropensci/taxize (devel), https://taxize.dev
(user manual)
BugReports: https://github.com/ropensci/taxize/issues
Authors@R:
c(person(given = "Scott",
family = "Chamberlain",
role = c("aut"),
email = "[email protected]"),
person(given = "Eduard",
family = "Szoecs",
role = "aut"),
person(given = "Zachary",
family = "Foster",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Zebulun",
family = "Arendsee",
role = "aut"),
person(given = "Carl",
family = "Boettiger",
role = "ctb"),
person(given = "Karthik",
family = "Ram",
role = "ctb"),
person(given = "Ignasi",
family = "Bartomeus",
role = "ctb"),
person(given = "John",
family = "Baumgartner",
role = "ctb"),
person(given = "James",
family = "O'Donnell",
role = "ctb"),
person(given = "Jari",
family = "Oksanen",
role = "ctb"),
person(given = "Bastian Greshake",
family = "Tzovaras",
role = "ctb"),
person(given = "Philippe",
family = "Marchand",
role = "ctb"),
person(given = "Vinh",
family = "Tran",
role = "ctb"),
person(given = "Maëlle",
family = "Salmon",
role = "ctb"),
person(given = "Gaopeng",
family = "Li",
role = "ctb"),
person(given = "Matthias",
family = "Grenié",
role = "ctb"),
person(given = "rOpenSci",
role = "fnd"))
LazyLoad: yes
LazyData: true
Encoding: UTF-8
Language: en-US
Depends: R(>= 3.2.1)
Imports: graphics, methods, stats, utils, crul (>= 0.7.0), xml2 (>=
1.2.0), jsonlite, ape, zoo, data.table, tibble (>= 1.2),
rredlist, rotl (>= 3.0.0), ritis (>= 0.7.6), worrms (>= 0.4.0),
natserv (>= 1.0.0), wikitaxa (>= 0.3.0), R6, crayon, cli,
phangorn, lifecycle, curl, stringi
Suggests: testthat, vegan, vcr
RoxygenNote: 7.3.2
X-schema.org-applicationCategory: Taxonomy
X-schema.org-keywords: taxonomy, biology, nomenclature, JSON, API, web,
api-client, identifiers, species, names
X-schema.org-isPartOf: https://ropensci.org
NeedsCompilation: no
Packaged: 2025-02-06 19:53:50 UTC; fosterz
Author: Scott Chamberlain [aut],
Eduard Szoecs [aut],
Zachary Foster [aut, cre],
Zebulun Arendsee [aut],
Carl Boettiger [ctb],
Karthik Ram [ctb],
Ignasi Bartomeus [ctb],
John Baumgartner [ctb],
James O'Donnell [ctb],
Jari Oksanen [ctb],
Bastian Greshake Tzovaras [ctb],
Philippe Marchand [ctb],
Vinh Tran [ctb],
Maëlle Salmon [ctb],
Gaopeng Li [ctb],
Matthias Grenié [ctb],
rOpenSci [fnd]
Maintainer: Zachary Foster <[email protected]>
Repository: CRAN
Date/Publication: 2025-02-07 09:50:02 UTC