R/bamr-package.R

#' The 'bamr' package.
#' 
#' @description Provides a high(er) level interface to Bayesian AMHG and Manning 
#' (BAM) discharge estimation, pre-compiled from Stan models.
#' 
#' @docType package
#' @name bamr-package
#' @aliases bamr
#' @useDynLib bamr, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @import rstantools
#' @importFrom rstan sampling
#' 
#' @references 
#' Stan Development Team (2018). RStan: the R interface to Stan. R package version 2.17.3. http://mc-stan.org
#' 
NULL
markwh/bamr documentation built on Aug. 7, 2020, 11:52 p.m.