R/rts2-package.R

#' The 'rts2' package.
#'
#' @description A DESCRIPTION OF THE PACKAGE
#'
#' @docType package
#' @name rts2-package
#' @aliases rts2
#' @useDynLib rts2, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @import lubridate
#' @importFrom rstan sampling
#' @importFrom rstantools rstan_config
#' @importFrom RcppParallel RcppParallelLibs
#'
#' @references
#' Stan Development Team (2020). RStan: the R interface to Stan. R package version 2.21.2. https://mc-stan.org
#'
NULL

Try the rts2 package in your browser

Any scripts or data that you put into this service are public.

rts2 documentation built on April 3, 2025, 7:39 p.m.