R/ete-package.R

#' @title Allows access to ETE database
#'
#' @description This package is designed to be an interface to the ETE database.
#'
#' @name ete
#' @docType package
#' @keywords package
#'
#' @importFrom utils download.file unzip

NULL

## quiets concerns of R CMD check re: variables used in NSE functions
if (getRversion() >= "2.15.1") utils::globalVariables(
  c(".", "n")
)
Smithsonian/ete_rpackage documentation built on Feb. 28, 2020, 5:49 a.m.