-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 929 Bytes
/
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
Type: Package
Package: territoria
Title: Clustering Observations from Breeding Birds into Territoria
Version: 0.0.3
Authors@R: c(
person("Thierry", "Onkelinx", , "thierry.onkelinx@inbo.be", 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)", , , "info@inbo.be", role = c("cph", "fnd"))
)
Description: Clusters individual observations based on breeding indication
and distance between observations.
License: GPL-3
URL: https://github.com/inbo/territoria
BugReports: https://github.com/inbo/territoria/issues
Imports:
assertthat,
mvtnorm,
RSQLite,
spatstat.geom,
spatstat.random
Config/checklist/communities: inbo
Config/checklist/keywords: breeding bird; cluster
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3