R/rstanBF-package.R

#' The 'rstanBF' package.
#'
#' @description A DESCRIPTION OF THE PACKAGE
#'
#' @docType package
#' @name rstanBF-package
#' @aliases rstanBF
#' @useDynLib rstanBF, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @import rstantools
#' @importFrom magrittr %>%
#' @importFrom rstan sampling
#' @importFrom rlang .data
#'
#' @references
#' Stan Development Team (2018). RStan: the R interface to Stan. R package version 2.18.2. http://mc-stan.org
#'
NULL
lgaborini/rstanBF documentation built on March 10, 2021, 1:12 p.m.