forked from PAICEcode/PAICE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.46 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
Package: PAICE
Type: Package
Title: Phylogeographic Analysis of Island Colonization Events
Version: 1.0.1
Authors@R:
c(
person(
given = "Alberto J.",
family = "Coello",
role = c("aut", "cre"),
email = "albjcoello@gmail.com",
comment = c("ORCID = 0000-0002-2665-3726")
),
person(
given = "Mario",
family = "Fernández-Mazuecos",
role = c("aut"),
comment = c("ORCID = 0000-0003-4027-6477")
),
person(
given = "Ruben H.",
family = "Heleno",
role = c("aut"),
comment = c("ORCID = 0000-0002-4808-4907")
),
person(
given = "Pablo",
family = "Vargas",
role = c("aut"),
comment = c("ORCID = 0000-0003-4502-0382")
)
)
Depends: R (>= 3.6.0)
Suggests:
spelling,
testthat
Description: Estimation of the number of colonization events between islands of the same archipelago for a species. It uses rarefaction curves to control for both field and genetic sample sizes as it was described in Coello et al. (2022) <doi:10.1111/jbi.14341>.
License: GPL-2
Encoding: UTF-8
LazyData: true
Date: 2023-11-12
URL: <https://github.com/PAICEcode/PAICE>
BugReports: https://github.com/PAICEcode/PAICE/issues
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2022-09-12 11:04:31 UTC; Alberto
Language: en-US