-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
54 lines (54 loc) · 2.07 KB
/
Copy pathDESCRIPTION
File metadata and controls
54 lines (54 loc) · 2.07 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
Package: mappestRisk
Title: Create Maps Forecasting Risk of Pest Occurrence
Version: 0.1.2
Authors@R: c(
person("Darío", "San-Segundo Molina", role = c("aut", "cre", "cph"),
email = "dario.ssm2@gmail.com", comment = c(ORCID = "0000-0002-7831-9623")),
person("A. Márcia", "Barbosa", role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-8972-7713")),
person("Antonio Jesús", "Pérez-Luque", role = c("aut", "cph"),
email = "ajpelu@gmail.com", comment = c(ORCID = "0000-0002-1747-0469")),
person("Francisco", "Rodríguez-Sánchez", role = c("aut", "cph"),
email = "f.rodriguez.sanc@gmail.com", comment = c(ORCID = "0000-0002-7981-1599")))
Description: There are three different modules: (1) model fitting and selection
using a set of the most commonly used equations describing developmental
responses to temperature helped by already existing R packages ('rTPC')
and nonlinear regression model functions from 'nls.multstart'
(Padfield et al. 2021, <doi:10.1111/2041-210X.13585>), with visualization
of model predictions to guide ecological criteria for model selection;
(2) calculation of suitability thermal limits, which consist on a
temperature interval delimiting the optimal performance zone or suitability;
and (3) climatic data extraction and visualization inspired on previous
research (Taylor et al. 2019, <doi:10.1111/1365-2664.13455>), with either
exportable rasters, static map images or html, interactive maps.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://github.com/EcologyR/mappestRisk, https://ecologyr.github.io/mappestRisk/
BugReports: https://github.com/EcologyR/mappestRisk/issues
Depends:
R (>= 4.3.0)
LazyData: true
Suggests:
covr,
htmlwidgets,
knitr,
leafem,
leaflet,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr,
geodata,
ggplot2,
khroma,
nls.multstart,
progress,
purrr,
rTPC,
terra,
tidyr
Config/Needs/website: rmarkdown
VignetteBuilder: knitr