-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 974 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
27
28
29
30
31
32
33
Package: rCLIFII
Type: Package
Title: Composite Likelihood Inference For Individual Identification
Version: 0.0.0.9001
Author: Xueli Xu, Zhihao Lyu, Ximing Xu
Author@R: c(
person("Xueli", "Xu", rol = "aut"),
person("Ximing", "Xu", rol = "aut"),
person("Zhihao", "Lyu", email = "zlyu@mail.nankai.edu.cn", rol = c("cre", "aut")))
Maintainer: Zhihao Lyu <zlyu@mail.nankai.edu.cn>
Description: Composite likelihood for ecology, especially in animal individual
identification. Algorithms include maximum composite likelihood estimation(MCLE),
model selection as well as generating simulated data.
License: MIT
Encoding: UTF-8
LazyData: true
URL: https://github.com/Alexhaoge/rCLIFII
BugReports: https://github.com/Alexhaoge/rCLIFII/issues
Roxygen: list(markdown = FALSE)
RoxygenNote: 7.1.1
Imports:
base,
stats,
parallel,
sampling,
Rcpp
LinkingTo:
Rcpp
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 3.0)