-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1015 Bytes
/
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
Package: sTraitChange
Type: Package
Title: Assesses the effect of climate on population dynamics mediated by traits
Version: 0.0.0.900
Authors@R: person('Viktoriia', 'Radchuk',
email = '[email protected]',
role = c('aut', 'cre'),
comment = c(ORCID = "0000-0003-3072-0095"))
Description: Runs climate window analyses to detect the best
climatic windows for traits in consideration. Next, runs
structural equation models to assess the pathways from
climate to population growth (via traits).
And, lastly, performs meta-analysis on the extracted
path coefficients.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0.0)
Imports:
climwin,
dplyr,
tibble,
ggplot2,
magrittr,
metafor,
broom,
piecewiseSEM,
purrr,
spaMM,
tidyr,
stats,
rlang,
tidyselect,
methods
Suggests:
ape,
sp,
lubridate,
openxlsx,
ggnewscale,
psych,
ggtext,
raster,
ggExtra,
data.table
RoxygenNote: 7.3.2