-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
41 lines (41 loc) · 1.17 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: letsR
Type: Package
Title: Data Handling and Analysis in Macroecology
Version: 5.0
Date: 2023-11-22
Authors@R: c(person(given = "Bruno", family = "Vilela",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4072-0558")),
person(given = "Fabricio", family = "Villalobos", role = "aut",
comment = c(ORCID = "0000-0002-5230-2217")))
Description: Handling, processing, and analyzing geographic
data on species' distributions and environmental variables.
Read Vilela & Villalobos (2015) <doi:10.1111/2041-210X.12401> for details.
License: GPL-2
Imports:
geosphere,
sf
Depends:
R (>= 3.1.0),
terra,
grDevices,
graphics,
methods,
stats
Suggests:
testthat,
devtools,
knitr,
rmarkdown,
dplyr,
kableExtra,
ggplot2
LazyData: true
URL: https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.12401,
https://github.com/macroecology/letsR,
https://brunovilela.github.io/letsR/
BugReports: https://github.com/macroecology/letsR/issues
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr