R/0a_global_vars_&_imports.R

# Global Variables --------------------------------------------------------

if(getRversion() >= "2.15.1") utils::globalVariables(c(
  ".", "Axis1", "Class", "cv_10", "Classification", "Freq",
  "METs", "Orig_index", "Timestamp", "where", "x"
))


# Imports -----------------------------------------------------------------

#' @import ggplot2 magrittr
NULL

#' @importFrom rlang :=

#' @importFrom stats predict sd setNames lm
NULL
paulhibbing/TwoRegression documentation built on July 9, 2023, 2:57 a.m.