-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
35 lines (35 loc) · 992 Bytes
/
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
Package: Rocc
Type: Package
Title: Workflows for biodiversity data download and cleaning
Version: 0.1.0
Authors@R: c(
person("Sara", "Mortara", email = "saramortara@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6221-7537")),
person("Andrea", "Sánchez-Tapia", email = "andreasancheztapia@gmail.com",
role = c("aut"), comment = c(ORCID = "0000-0002-3521-4338"))
)
Maintainer: Sara R Mortara <saramortara@gmail.com>
Description: This package downloads occurrences data from speciesLink (API version beta 0.1), GBIF and
performs taxonomic cleaning according to Brazilian Flora 2020.
URL: https://github.com/liibre/rocc
BugReports: https://github.com/liibre/rocc/issues
Depends: R (>= 3.0.0)
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
dplyr,
finch,
flora,
fs,
jsonlite,
stringi,
stringr,
textclean,
tidyselect,
rgbif
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr