R/misc.R

Defines functions release_questions

# To add extra release questions that devtools::release asks
# Ref. https://devtools.r-lib.org/reference/release.html
release_questions <- function() { # nocov start
  c(
    "Did you re-build the benchmark vignettes using `rebuild-benchmarks.R`?"
  )
} # nocov end

Try the fastMatMR package in your browser

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

fastMatMR documentation built on Nov. 4, 2023, 1:08 a.m.