R/rcbayes-package.R

#' The 'rcbayes' package.
#'
#' @description A DESCRIPTION OF THE PACKAGE
#'
#' @docType package
#' @name rcbayes-package
#' @aliases rcbayes
#' @useDynLib rcbayes, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#'
#' @references
#' Stan Development Team (2020). RStan: the R interface to Stan. R package version 2.21.2. https://mc-stan.org
#'
NULL
jessieyeung/rcbayes documentation built on Jan. 3, 2024, 8:38 p.m.