-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.16 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
Package: matingRhinos
Type: Package
Title: Analysis of the Mating, Reproductive Success and Their Correlates in White Rhinos
Version: 0.9.2
Authors@R:
c(
person(given = 'Alexandre',
family = 'Courtiol',
role = c('cre', 'aut'),
email = "courtiol@izw-berlin.de",
comment = c(ORCID = "0000-0003-0637-2959")),
person(given = "Colin",
family = "Vullioud",
role = "aut",
email = "colin.vullioud@posteo.org")
)
Description: This R package aims at providing the data and documenting the
R code behind the analysis of the paper entitled 'Mate choice,
reproductive success and inbreeding in white rhinos (Ceratotherium simum Burchell, 1817):
new insights for conservation management' by Kretzschmar P.,
Auld H., Boag P., Ganslosser U., Scott C., Van Coeverden de
Groot P.J. & Courtiol A. (accepted in Evolutionary Applications).
This package has not been conceived for general use.
Imports:
cowplot,
ggplot2,
ggforce
Suggests:
R.utils
Depends:
R (>= 3.5.0)
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.0
Roxygen: list(markdown = TRUE)