Skip to content

Commit

Permalink
Get ready for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkellner committed Sep 11, 2024
1 parent fef84f5 commit 4d6648f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: AHMbook
Type: Package
Title: Functions and Data for the Book 'Applied Hierarchical Modeling in Ecology' Vols 1 and 2
Version: 0.2.11
Date: 2024-01-14
Version: 0.2.10
Date: 2024-09-11
Depends: R (>= 2.10)
Imports: grDevices, graphics, methods, stats, utils, unmarked (>= 0.12.2), mvtnorm
Suggests: coda, fields, raster, sp, spdep
Expand Down Expand Up @@ -51,7 +51,7 @@ Description: Provides functions to simulate data sets from hierarchical ecologic
License: GPL (>=3)
Copyright: file COPYRIGHTS
NeedsCompilation: no
URL: https://sites.google.com/site/appliedhierarchicalmodeling/home
BugReports: https://github.com/kenkellner/AHMbook/issues
URL: https://www.mbr-pwrc.usgs.gov/pubanalysis/keryroylebook/
BugReports: https://github.com/hmecology/AHMbook/issues
Encoding: UTF-8
Language: en-US
7 changes: 2 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
CHANGES in 0.2.11 (2023-01-14)

* Move coda, fields, raster, sp, spdep to suggests

CHANGES in 0.2.10 (2023-11-04)
CHANGES in 0.2.10 (2024-09-11)

* Remove plotrix from dependencies
* Move coda, fields, raster, sp, spdep to suggests

CHANGES in 0.2.9 (2023-08-21)

Expand Down
2 changes: 2 additions & 0 deletions man/simDataDK.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ str(tmp <- simDataDK(), 1) # use str(., max.level=1) to limit the amount of out

str(tmp <- simDataDK(show.plot=FALSE), 1) # no plots

\donttest{
str(tmp <- simDataDK(sqrt.npix = 500), 1) # much larger landscape

str(tmp <- simDataDK(alpha = c(-1,1)), 1) # positive effect of W on bias rate parameter b
Expand All @@ -107,3 +108,4 @@ str(tmp <- simDataDK(drop.out.prop = 0), 1)# No final uniform thinning ("drop ou

str(tmp <- simDataDK(beta = c(6, 1)), 1) # steeper gradient of habitat suitability
}
}

0 comments on commit 4d6648f

Please sign in to comment.