Nothing
#' ubms
#'
#' Unmarked Bayesian Models using Stan
#'
#' @author Ken Kellner
#'
#' @import Rcpp
#' @importFrom rstan sampling
#' @importFrom methods new
#' @importFrom unmarked getY siteCovs obsCovs
#' @importFrom stats as.formula model.frame rbinom dbinom
#' @importFrom rlang .data
#' @useDynLib "ubms", .registration = TRUE
#' @name ubms
#' @aliases ubms-package
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.