-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.04 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
Package: ResourceSelection
Type: Package
Title: Resource Selection (Probability) Functions for Use-Availability Data
Version: 0.3-6
Date: 2023-06-27
Authors@R: c(
person(given = c("Subhash", "R."),
family = "Lele",
role = c("aut")),
person(given = c("Jonah", "L."),
family = "Keim",
role = c("aut")),
person(given = "Peter",
family = "Solymos",
email = "psolymos@gmail.com",
comment = c(ORCID = "0000-0001-7337-1740"),
role = c("aut", "cre")))
Maintainer: Peter Solymos <psolymos@gmail.com>
Description: Resource Selection (Probability) Functions
for use-availability wildlife data
based on weighted distributions as described in
Lele and Keim (2006) <doi:10.1890/0012-9658(2006)87%5B3021:WDAEOR%5D2.0.CO;2>,
Lele (2009) <doi:10.2193/2007-535>,
and Solymos & Lele (2016) <doi:10.1111/2041-210X.12432>.
Depends: R (>= 2.13.0)
Imports: MASS, pbapply, Matrix
URL: https://github.com/psolymos/ResourceSelection
BugReports: https://github.com/psolymos/ResourceSelection/issues
License: GPL-2
LazyLoad: yes
LazyData: true