-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
63 lines (63 loc) · 1.89 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
Package: occCite
Type: Package
Title: Querying and Managing Large Biodiversity Occurrence Datasets
Version: 0.5.9
Authors@R: c(
person(given = "Hannah L.", family = "Owens", ,"hannah.owens@gmail.com", role=c("aut","cre"),
comment = c(ORCID = "0000-0003-0071-1745")),
person(given = "Cory", family = "Merow",,,role="aut",
comment = c(ORCID = "0000-0003-0561-053X")),
person(given = "Brian", family = "Maitner", ,,,role="aut",
comment = c(ORCID = "0000-0002-2118-9880")),
person(given = "Jamie M.", family = "Kass", ,,,role="aut",
comment = c(ORCID = "0000-0002-9432-895X")),
person(given = "Vijay", family = "Barve",,"vijay.barve@gmail.com ",role="aut",
comment = c(ORCID = "0000-0002-4852-2567")),
person(given = "Robert P.", family = "Guralnick",,,role="aut",
comment = c(ORCID = "0000-0001-6682-1504")),
person(given = "Damiano", family = "Oldoni",,,role="rev",
comment = c(ORCID = "0000-0003-3445-7562", "Damiano reviewed the package (v. 0.5.2) for rOpenSci, see <https://github.com/ropensci/software-review/issues/407>"))
)
Maintainer: Hannah L. Owens <hannah.owens@gmail.com>
Description: Facilitates the gathering of biodiversity occurrence data
from disparate sources. Metadata is managed throughout the process to facilitate
reporting and enhanced ability to repeat analyses.
License: GPL-3
URL: https://docs.ropensci.org/occCite/
BugReports: https://github.com/ropensci/occCite/issues
Encoding: UTF-8
LazyData: true
Language: en-US
Depends: R (>= 3.5.0)
Suggests:
rmarkdown,
remotes,
testthat,
covr,
bit64,
knitr,
httr
Imports:
ape,
bib2df,
BIEN,
curl,
dplyr,
lubridate,
methods,
rgbif (>= 3.1),
RefManageR,
stringr,
stats,
leaflet,
htmltools,
ggplot2,
rlang,
tidyr,
RPostgreSQL,
RColorBrewer,
viridis,
DBI,
waffle
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.3.2