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

# nolint next
.datatable.aware <- TRUE

release_bullets <- function() {
  c("Run `data-raw/stan-scripts.R` to update precompiled Stan code")
}
wjakethompson/measr documentation built on April 12, 2025, 9:46 p.m.