R/matrixCorr-package.R

# Package-level documentation and namespace setup

#' @keywords internal
#' @name matrixCorr-internal
#' @aliases RcppExports
"_PACKAGE"

## usethis namespace: start
#' @useDynLib matrixCorr, .registration = TRUE
## usethis namespace: end

# Silence NOTES about NSE vars in ggplot2 etc.
utils::globalVariables(c(
  "Var1", "Var2", "Tau", "Rho", "Pearson", "CCC",
  "label", "PCor", "r", "dCor"
))

Try the matrixCorr package in your browser

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

matrixCorr documentation built on Aug. 26, 2025, 5:07 p.m.