R/measr-package.R

Defines functions release_bullets

#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
#' @importFrom tibble tibble
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#' @useDynLib measr, .registration = TRUE
## usethis namespace: end
NULL

release_bullets <- function() {
  c("Run `data-raw/stan-scripts.R` to update precompiled Stan code")
}

Try the measr package in your browser

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

measr documentation built on May 29, 2024, 2:50 a.m.