-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.37 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.37 KB
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
Package: suwo
Type: Package
Title: Access Nature Media Repositories
Version: 0.2.0
Maintainer: Marcelo Araya-Salas <marcelo.araya@ucr.ac.cr>
Description: Streamline searching/downloading of nature media files (e.g. audios, photos) from online repositories. The package offers functions for obtaining media metadata from online repositories, downloading associated media files and updating data sets with new records.
URL: https://docs.ropensci.org/suwo/, https://github.com/ropensci/suwo/
BugReports: https://github.com/ropensci/suwo/issues/
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Imports:
checkmate,
cli,
utils,
rlang,
httr2 (>= 1.1.0),
jsonlite,
lubridate,
tools,
RecordLinkage,
leaflet
Suggests:
covr,
testthat,
knitr,
rmarkdown,
graphics,
jpeg,
fs,
kableExtra
Depends:
R (>= 4.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.3
Authors@R:
c(person("Marcelo", "Araya-Salas",
role = c("aut", "cre"),
email = "marcelo.araya@ucr.ac.cr",
comment = c(ORCID = "0000-0003-3594-619X")),
person("Jorge", "Elizondo-Calvo",
role = c("aut"),
comment = c(ORCID = "0009-0004-5873-9585")),
person("Alejandro", "Rico-Guevara",
role = c("aut"),
email = "colibri@uw.edu",
comment = c(ORCID = "0000-0003-4067-5312")))
VignetteBuilder: knitr