R/fishtree-package.R

Defines functions release_questions

#' fishtree: Interface to the Fish Tree of Life API
#'
#' fishtree makes it easy to access phylogenetic information about ray-finned
#' fishes with R. Download taxonomies, phylogenies, sequence matrices, and
#' diversification rate data with a simple set of functions.
#'
#' Implementation note: this package makes calls over the network and caches
#' its (sometimes large) results for faster loading. Because of this,
#' long-running R instances could use a lot of memory.
#'
#' @docType package
#' @keywords internal
"_PACKAGE"


release_questions <- function() {
  c(
    "Have you regenerated the README with `make`?",
    "Have you committed any changes to the knit README?",
    "Have you set the NOT_CRAN environment variable to 'true' to build the vignette properly?"
  )
}

Try the fishtree package in your browser

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

fishtree documentation built on Jan. 31, 2021, 1:06 a.m.