aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
blob: ba0d28e4dcae887ae7189cb2f43014dbf5e45649 (plain)
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
65
66
67
Package: unmarked
Version: 1.3.2
Date: 2023-07-06
Type: Package
Title: Models for Data from Unmarked Animals
Authors@R: c(
    person("Richard", "Chandler", role="aut"), 
    person("Ken", "Kellner", email="contact@kenkellner.com", role=c("cre", "aut")),
    person("Ian", "Fiske", role="aut"), 
    person("David", "Miller", role="aut"),
    person("Andy", "Royle", role="aut"),
    person("Jeff", "Hostetler", role="aut"),
    person("Rebecca", "Hutchinson", role="aut"),
    person("Adam", "Smith", role="aut"),
    person("Marc", "Kery", role="ctb"),
    person("Mike", "Meredith", role="ctb"),
    person("Auriel", "Fournier", role="ctb"),
    person("Ariel", "Muldoon", role="ctb"),
    person("Chris", "Baker", role="ctb")
    )
Depends: R (>= 2.12.0)
Imports: 
    graphics,
    lattice,
    lme4,
    MASS,
    Matrix,
    methods,
    parallel,
    pbapply,
    Rcpp (>= 0.8.0),
    stats,
    TMB (>= 1.7.18),
    utils
Suggests: knitr, rmarkdown, pkgdown, raster, shiny, terra, testthat
Description: Fits hierarchical models of animal abundance and occurrence to data collected using survey methods such as point counts, site occupancy sampling, distance sampling, removal sampling, and double observer sampling. Parameters governing the state and observation processes can be modeled as functions of covariates. References: Kellner et al. (2023) <doi:10.1111/2041-210X.14123>, Fiske and Chandler (2011) <doi:10.18637/jss.v043.i10>.
License: GPL (>=3)
LazyLoad: yes
LazyData: yes
Collate: 'classes.R' 'unmarkedEstimate.R' 'mapInfo.R' 'unmarkedFrame.R'
    'unmarkedFit.R' 'utils.R' 'getDesign.R' 'colext.R' 'distsamp.R'
    'multinomPois.R' 'occu.R' 'occuRN.R' 'occuMulti.R' 'pcount.R' 'gmultmix.R'
    'pcountOpen.R' 'gdistsamp.R' 'unmarkedFitList.R' 'unmarkedLinComb.R'
    'ranef.R' 'boot.R' 'occuFP.R' 'gpcount.R' 'occuPEN.R' 'pcount.spHDS.R'
    'occuMS.R' 'occuTTD.R' 'distsampOpen.R' 'multmixOpen.R' 
    'unmarkedCrossVal.R' 'piFun.R' 'vif.R' 'makePiFun.R' 'posteriorSamples.R'
    'nmixTTD.R'
    'gdistremoval.R'
    'plotEffects.R'
    'mixedModelTools.R'
    'power.R' 
    'simulate.R'
    'predict.R'
    'RcppExports.R'
    'zzz.R'
LinkingTo: 
    Rcpp,
    RcppArmadillo,
    TMB,
    RcppEigen
SystemRequirements: GNU make
URL: https://groups.google.com/d/forum/unmarked,
     https://rbchan.github.io/unmarked/,
     https://github.com/ianfiske/unmarked,
     https://github.com/rbchan/unmarked
BugReports: https://github.com/rbchan/unmarked/issues
VignetteBuilder: knitr