R/zzz.R

Defines functions release_questions

# Suppress "NOTE: Nothing imported from Rdpack":
#' @importFrom Rdpack reprompt
.onUnload <- function (libpath) {
  library.dynam.unload("TreeSearch", libpath)
}

## Reminders when releasing for CRAN
release_questions <- function() {
  c(
    "Is the code free of #TODOs?",
    "Have you cleared GitHub issues for this release milestone?",
    "Have you checked the Vignettes for sanity?"
  )
}


# Additional checks:
# 
#
# tools::resaveRdaFiles("R", compress="auto") - is default bzip2 the optimal?
# tools::checkRdaFiles("R") - set optimal compression in `data-raw`

Try the TreeSearch package in your browser

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

TreeSearch documentation built on Aug. 26, 2023, 9:06 a.m.