https://github.com/cran/unmarked
Raw File
Tip revision: 71d408fe206b357c9a613491c17b09f8f0c42356 authored by Andy Royle on 26 April 2022, 07:40:02 UTC
version 1.2.3
Tip revision: 71d408f
DESCRIPTION
Package: unmarked
Version: 1.2.3
Date: 2022-04-25
Type: Package
Title: Models for Data from Unmarked Animals
Authors@R: c(
    person("Richard", "Chandler", role="aut"), 
    person("Ken", "Kellner", role="aut"),
    person("Ian", "Fiske", role="aut"), 
    person("David", "Miller", role="aut"),
    person("Andy", "Royle", email="aroyle@usgs.gov", role=c("cre", "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), methods
Imports: graphics, lattice, lme4, MASS, Matrix, parallel, pbapply,
        plyr, Rcpp (>= 0.8.0), stats, TMB (>= 1.7.18), utils
Suggests: AHMbook, pkgdown, raster, 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.
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' 'mixedModelTools.R' 'power.R' 'simulate.R'
        'predict.R' 'RcppExports.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
NeedsCompilation: yes
Packaged: 2022-04-25 20:46:25 UTC; ken
Author: Richard Chandler [aut],
  Ken Kellner [aut],
  Ian Fiske [aut],
  David Miller [aut],
  Andy Royle [cre, aut],
  Jeff Hostetler [aut],
  Rebecca Hutchinson [aut],
  Adam Smith [aut],
  Marc Kery [ctb],
  Mike Meredith [ctb],
  Auriel Fournier [ctb],
  Ariel Muldoon [ctb],
  Chris Baker [ctb]
Maintainer: Andy Royle <aroyle@usgs.gov>
Repository: CRAN
Date/Publication: 2022-04-26 08:40:02 UTC
back to top