-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.51 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
Package: gatoRs
Type: Package
Title: Geographic and Taxonomic Occurrence R-Based Scrubbing
Version: 1.0.2
Date: 2024-05-16
Authors@R: c(person(given = "Natalie N.", family = "Patten", email="natalienpatten@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8090-1324")),
person(given = "Michelle L.", family = "Gaynor", email="shellyleegaynor@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-3912-6079")),
person(given = "Douglas E.", family = "Soltis", email= "dsoltis@ufl.edu", role = "ctb",
comment = c(ORCID = "0000-0001-8638-4137")),
person(given = "Pamela S.", family = "Soltis", email= "psoltis@flmnh.ufl.edu", role = "ctb",
comment = c(ORCID = "0000-0001-9310-8659")))
Imports:
ridigbio,
dplyr (>= 1.1.0),
rgbif,
magrittr,
CoordinateCleaner (>= 3.0.1),
terra,
spThin,
stringr,
leaflet,
parsedate,
spatstat.geom
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat
License: GPL-3
Description: Streamlines downloading and cleaning biodiversity data from Integrated Digitized Biocollections (iDigBio) and the Global Biodiversity Information Facility (GBIF).
Maintainer: Natalie N. Patten <natalienpatten@gmail.com>
URL: https://nataliepatten.github.io/gatoRs/, https://github.com/nataliepatten/gatoRs
BugReports: https://github.com/nataliepatten/gatoRs/issues
Roxygen: list(markdown=TRUE)
Depends:
R (>= 3.5.0)