Skip to content

Commit

Permalink
test of itemize tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanCarbone committed May 17, 2024
1 parent a0f993e commit 897dd89
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions R/occDetFunc.r
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#'
#' Run occupancy detection models using the output from \code{formatOccData}
#'
#' This function requires both the R package R2jags and the program JAGS.
#' These are not installed by default when sparta is loaded and so should be
#' installed by the user. More details can be found in teh vignette.
#' This function requires the program JAGS.
#' This is not installed by default when sparta is loaded and should be
#' installed by the user. More details can be found in the vignette.
#'
#' @param taxa_name A character giving the name of the species to be modelled.
#' @param occDetdata The 2nd element of the object returned by formatOccData.
Expand Down
2 changes: 1 addition & 1 deletion R/occDetModel.r
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
#' a combination that is not supported. There is usually a good reason why that
#' combination is not a good idea. Here are the model elements available:
#'
#' \describe{
#' \itemize{
#' \item{\code{"sparta"}}{ - This uses the same model as in Isaac et al (2014).}
#' \item{\code{"indran"}}{ - Here the prior for the year effect of the state model is modelled as a random effect. This allows the model to adapt to interannual variability.}
#' \item{\code{"ranwalk"}}{ - Here the prior for the year effect of the state model is modelled as a random walk. Each estimate for the year effect is dependent on that of the previous year.}
Expand Down
Binary file added a.rdata
Binary file not shown.
6 changes: 3 additions & 3 deletions man/occDetFunc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/occDetModel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 897dd89

Please sign in to comment.