R/tealeaves.R

#' \code{tealeaves} package
#'
#' Solve for Leaf Temperature Using Energy Balance
#'
#' See the README on
#' \href{https://github.com/cdmuir/tealeaves}{GitHub}
#'
#' @docType package
#' @name tealeaves
#' @importFrom magrittr %>% %<>%
#' @importFrom methods is
#' @importFrom rlang .data
#' @importFrom units drop_units set_units
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))

## quiets concerns of R CMD check re: units
utils::globalVariables(c("g", "hPa", "J", "K", "kg", "kPa", "m", "mol", "Pa", 
                         "s", "umol", "W"))

Try the tealeaves package in your browser

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

tealeaves documentation built on July 20, 2022, 5:07 p.m.