-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·37 lines (37 loc) · 1.01 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
Package: mallaRd
Type: Package
Title: Breeding output and breeding site fidelity of mallards in Berlin, Germany
Version: 2024.12.11
Authors@R: c(
person("Alexandre", "Courtiol", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0637-2959")),
person("Marc", "Engler", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3461-0953")))
Description: Reproduces the analyses and results from the paper "Breeding site fidelity in the concrete jungle: implications for the management of urban mallards" by Engler et al. (accepted in Journal of Urban Ecology).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
cowplot,
dplyr,
furrr,
future,
ggplot2,
sf,
spaMM,
tibble,
tidyr,
tidyselect
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
desc,
devtools,
doSNOW,
DHARMa,
spelling,
showtext,
knitr
Language: en-GB
Depends:
R (>= 2.10)