-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
53 lines (53 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
Package: mammalcol
Title: Access to the List of Mammal Species of Colombia
Version: 0.2.3
Authors@R:
c(
person("Diego J.", "Lizcano", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9648-0576")),
person("Baltazar", "González", , "[email protected]", role = c("ctb","aut"),
comment = c(ORCID = "0000-0001-5805-8107")),
person("Alejandra", "Bonilla-Sánchez", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0003-0803-5884")),
person("Andres F.", "Suárez-Castro", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-6621-3821")),
person("Camilo A.", "Calderón-Acevedo", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-1468-3565"))
)
Date: 2024-04-04
Maintainer: Diego J. Lizcano <[email protected]>
Description: Allows easy access to the data found in the species list featured
in the renowned "Ramírez-Chaves, et al. 2021. Checklist of the Mammals
(Mammalia) of Colombia”. Mammalogy Notes 7(2),253.
<doi:10.47603/mano.v7n2.253>. This publication stands as
one of Colombia's most comprehensive reviews of mammal diversity. The
dataset incorporates detailed species accounts and has been
meticulously structured for effortless utilization within the R
environment.
License: MIT + file LICENSE
URL:
https://github.com/dlizcano/mammalcol,
https://dlizcano.github.io/mammalcol/
BugReports: https://github.com/dlizcano/mammalcol/issues
Depends:
R (>= 3.5.0)
Imports:
ggplot2,
magrittr,
sf,
Suggests:
dplyr,
finch,
geodata,
knitr,
readr,
readxl,
rmarkdown,
stringr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr