diff --git a/R/utils.R b/R/utils.R index 321d281..eae7e3a 100644 --- a/R/utils.R +++ b/R/utils.R @@ -4,6 +4,7 @@ #' #' @return `TRUE` or `FALSE` #' @export +#' @author Kelly Sovacool \email{sovacool@@umich.edu} #' #' @examples #' is_nearly_whole(.Machine$double.eps^0.5) @@ -23,6 +24,7 @@ is_nearly_whole <- function(x) { #' #' @return `TRUE` if all numbers are near enough within the tolerance, otherwise `FALSE` #' @export +#' @author Kelly Sovacool \email{sovacool@@umich.edu} #' #' @examples #'