-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
64 lines (64 loc) · 1.85 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: watervogelanalysis
Title: Analysis of the Wintering Birds
Version: 0.4.0
Authors@R: c(
person("Thierry", "Onkelinx", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Research Institute for Nature and Forest (INBO)", , , "[email protected]", role = c("cph", "fnd"))
)
Description: Volunteers count 167 species of the wintering waterbirds in
Flanders at over 1100 wetland site since the winter of 1991-1992.
This R package assists the analysis of those records. First it
imports the relevant data from the databank and stores that in an
analysis data repository. Then it prepares the analysis objects in
the format of the 'n2kanalysis' package. Those objects are sent off
to fit, either of a local machine or an AWS EC2 instance. Finaly we
generate a technical report on the results.
License: GPL-3
URL: https://inbo.github.io/watervogelanalysis/
BugReports: https://github.com/inbo/watervogelanalysis/issues
Depends:
R (>= 4.2.0)
Imports:
assertthat,
DBI,
digest,
dplyr,
fs,
git2rdata (>= 0.0.5),
lubridate,
Matrix,
methods,
n2kanalysis (>= 0.3.2),
n2khelper (>= 0.5.0),
n2kupdate (>= 0.1.1),
purrr,
rlang,
splines,
tibble,
tidyr,
tidyselect
Suggests:
crosstalk,
DT,
effectclass,
INBOtheme,
INLA,
kableExtra,
knitr,
leaflet,
pander,
plotly,
tidyverse
Remotes:
inbo/n2kupdate
Additional_repositories: https://inbo.r-universe.dev,
https://inla.r-inla-download.org/R/stable
Config/checklist/communities: inbo
Config/checklist/keywords: wintering waterbird, birds directive,
monitoring
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2