R/rstantools-package.R

Defines functions release_questions

#' Tools for Developing \R Packages Interfacing with Stan
#'
#' @name rstantools-package
#' @aliases rstantools
#' @docType package
#'
#' @description
#' \if{html}{
#'   \figure{stanlogo.png}{options: width="50" alt="mc-stan.org"}
#' } *Stan Development Team*
#'
#' The \pkg{rstantools} package provides various tools for developers of \R
#' packages interfacing with Stan (<https://mc-stan.org>), including
#' functions to set up the required package structure, S3 generic methods to
#' unify function naming across Stan-based \R packages, and vignettes with
#' guidelines for developers. To get started building a package see
#' [rstan_create_package()].
#'
#' @template seealso-vignettes
#' @template seealso-get-help
#'
#' @importFrom RcppParallel RcppParallelLibs
#'
NULL


# internal ----------------------------------------------------------------

# release reminders (for devtools)
release_questions <- function() { # nocov start
  c(
    "Have you updated the developer guidelines in the vignette?"
  )
} # nocov end

Try the rstantools package in your browser

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

rstantools documentation built on July 26, 2023, 5:35 p.m.