R/zzz.R

# Allow lazy evaluation.
utils::globalVariables(c(
  "orig_q",
  "tform_q",
  "epsilon",
  "mean",
  "sd",
  "n_row",
  "n_col",
  "variables",
  "max_dp"
))

# Global filenames
.marginal_file_names <- c(
  "binary_variables.csv",
  "categorical_variables.csv",
  "continuous_variables.csv",
  "continuous_quantiles.csv",
  "summary.csv"
)

Try the RESIDE package in your browser

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

RESIDE documentation built on Oct. 18, 2024, 1:07 a.m.