-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
executable file
·49 lines (49 loc) · 1.56 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
Package: ridigbio
Title: Interface to the iDigBio Data API
Version: 0.4.1
Date: 2024-9-27
Encoding: UTF-8
Authors@R: c(person("Francois", "Michonneau", comment="Original Author", role=c("aut", "cph"),
email="[email protected]"),
person("Matthew", "Collins", comment="Original Author", role=c("aut"),
email="[email protected]"),
person("Scott", "Chamberlain", role="ctb",
email="[email protected]"),
person("Kevin", "Love", role="ctb",
email="[email protected]"),
person("Hem Nalini", "Morzaria-Luna", role="ctb",
email="[email protected]"),
person("Michelle L.", "Gaynor", role=c("ctb", "aut"),
email="[email protected]"),
person("Jesse Bennett", comment="Maintainer", role=c("cre"),
email="[email protected]"))
Description: An interface to iDigBio's search API that allows downloading
specimen records. Searches are returned as a data.frame. Other functions
such as the metadata end points return lists of information. iDigBio is a US
project focused on digitizing and serving museum specimen collections on the
web. See <https://www.idigbio.org> for information on iDigBio.
URL: https://github.com/iDigBio/ridigbio, https://idigbio.github.io/ridigbio/
BugReports: https://github.com/iDigBio/ridigbio/issues
Depends:
R (>= 3.0.1)
Imports:
stats,
plyr,
httr,
jsonlite,
leaflet,
kableExtra,
tidyverse,
cowplot
License: MIT + file LICENSE
LazyData: true
Suggests:
testthat,
markdown,
knitr,
utils,
rmarkdown
VignetteBuilder: knitr
Repository: CRAN
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)