-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.7 KB
/
Copy pathDESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.7 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
49
50
51
52
53
54
55
56
57
Package: suwo
Type: Package
Title: Access Nature Media Repositories
Version: 0.2.2
Maintainer: Marcelo Araya-Salas <marcelo.araya@ucr.ac.cr>
Description: Streamline searching, downloading and formatting 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,
htmlwidgets
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")),
person("Hugo", "Gruson",
role = c("rev"),
email = "hugo.gruson@normalesup.org",
comment = c(ORCID = "0000-0002-4094-1476")),
person("Eric", "R", "Scott",
role = c("rev"),
email = "ericrscott@arizona.edu",
comment = c(ORCID = "0000-0002-7430-7879")))
VignetteBuilder: knitr