aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION7
1 files changed, 4 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index a878727..e84e76d 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
Package: unmarked
-Version: 1.2.5.9007
-Date: 2022-10-12
+Version: 1.2.5.9008
+Date: 2022-11-21
Type: Package
Title: Models for Data from Unmarked Animals
Authors@R: c(
@@ -31,7 +31,7 @@ Imports:
stats,
TMB (>= 1.7.18),
utils
-Suggests: knitr, rmarkdown, pkgdown, raster, testthat
+Suggests: knitr, rmarkdown, pkgdown, raster, shiny, 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. Reference: Fiske and Chandler (2011) <doi:10.18637/jss.v043.i10>.
License: GPL (>=3)
LazyLoad: yes
@@ -50,6 +50,7 @@ Collate: 'classes.R' 'unmarkedEstimate.R' 'mapInfo.R' 'unmarkedFrame.R'
'simulate.R'
'predict.R'
'RcppExports.R'
+ 'zzz.R'
LinkingTo:
Rcpp,
RcppArmadillo,