#' 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?"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.