forked from radchukv/adRes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.08 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
Package: adRes
Type: Package
Title: Assessing Whether Phenotypic Changes in Response to Climate are Adaptive
Version: 1.0.0
Authors@R: c(
person('Viktoriia', 'Radchuk', email = 'radchuk.victoria@gmail.com', role = c('aut', 'cre'),
comment = c(ORCID = "0000-0003-3072-0095")),
person('Alexandre', 'Courtiol', role = c('aut'), comment = c(ORCID = "0000-0003-0637-2959"))
)
Description: This R package aims at providing the data and documenting the
analysis behind the results from the paper entitled "Adaptive responses of
animals to climate change are most likely insufficient" by Radchuk et al.
Nature Communications (2019). This package has not been conceived for
general use. It serves to document the steps of our analysis.
License: GPL (>= 2)
URL: https://github.com/radchukv/adRes
BugReports: https://github.com/radchukv/adRes/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5)
Imports:
doSNOW,
foreach,
parallel,
spaMM (>= 2.4.92),
dplyr,
metafor,
binom,
magrittr
Suggests:
openxlsx,
R.utils
RoxygenNote: 6.1.1