R/rfastFM.r

Defines functions release_questions

release_questions <- function() {
  c(
    "Have you updated the copyright year in DESCRIPTION?",
    "Have you updated the docs? devtools::document()",
    "Have you updated the website? pkgdown::build_site()",
    "Have you pulled fastFM-core submodule? cd src/fastFM-core; git pull --recurse-submodules"
  )
}

#' @useDynLib rfastFM
#' @importFrom Rcpp sourceCpp
NULL

.onUnload <- function (libpath) {
  library.dynam.unload("rfastFM", libpath)
}
adrtod/rfastFM documentation built on May 14, 2019, 7:59 a.m.